@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);
  }
}
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 {
  -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;
  background: #39549f url(../images/bannerbg.jpg) center bottom no-repeat;
  padding-left: 10.1%;
  padding-bottom: 8px;
}
@media screen and (max-width: 1700px) {
  .banner {
    padding-left: 6%;
  }
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerBox {
  position: relative;
  z-index: 2;
}
.banner .bannerBox::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin-left: -8px;
  margin-bottom: -8px;
  margin-right: 0;
  margin-top: 0;
  border-radius: 10px 10px 10px 150px;
  border: solid 1px #ededed;
  opacity: 0.2;
}
.banner .bannerSwiper {
  overflow: hidden;
  border-radius: 10px 10px 10px 150px;
  box-shadow: -11px 11px 73px 0px rgba(0, 0, 0, 0.16);
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.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%;
}
.banner .banBar {
  position: absolute;
  left: 0;
  top: 110px;
  width: 10.1%;
}
@media screen and (max-width: 1700px) {
  .banner .banBar {
    width: 6%;
  }
}
.banner .banBar .slogan {
  width: 20px;
  margin: auto;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  line-height: 20px;
  letter-spacing: 14px;
  color: #b8c5dc;
  position: relative;
  left: -4px;
}
.banner .banBar .slogan::after {
  content: "";
  width: 1px;
  height: 69px;
  background-color: #3168a7;
  display: inline-block;
  margin-top: 8px;
}
.banner .banBar .banner-pagination {
  position: relative;
  left: -4px;
  text-align: center;
  margin-top: 16px;
}
.banner .banBar .banner-pagination::before {
  content: "CILCK";
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 12px;
  letter-spacing: 1px;
  color: #7b8eb1;
  line-height: 20px;
  margin: auto;
  margin-top: 10px;
  margin-bottom: 10px;
}
.banner .banBar .banner-pagination::after {
  content: "";
  width: 1px;
  height: 69px;
  background-color: #3168a7;
  display: inline-block;
  margin-top: 8px;
}
.banner .banBar .banner-pagination span {
  color: #7b8eb1;
  display: block;
  opacity: 1;
  font-size: 12px;
  border-radius: 0;
  background: none;
  width: auto;
  height: auto;
  margin: 0 !important;
  line-height: 50px;
  cursor: pointer;
  outline: none;
  font-style: italic;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 50%;
  margin-right: 30px;
  width: 0;
  height: 1px;
  background-color: #3168a7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 50%;
  margin-left: 30px;
  width: 0;
  height: 1px;
  background-color: #3168a7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span i {
  font-style: italic;
}
.banner .banBar .banner-pagination span i::before {
  content: "[ ";
  opacity: 0;
  filter: alpha(opacity=0);
  color: #bec7d8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span i::after {
  content: " ]";
  opacity: 0;
  filter: alpha(opacity=0);
  color: #bec7d8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banBar .banner-pagination span.swiper-pagination-bullet-active::before,
.banner .banBar .banner-pagination span.swiper-pagination-bullet-active::after {
  width: 40px;
}
.banner .banBar .banner-pagination span.swiper-pagination-bullet-active i::before,
.banner .banBar .banner-pagination span.swiper-pagination-bullet-active i::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
@media screen and (max-width: 1580px) {
  .banner .banBar {
    top: 120px;
  }
  .banner .banBar .slogan {
    letter-spacing: 6px;
  }
  .banner .banBar .slogan::after {
    height: 30px;
  }
  .banner .banBar .banner-pagination::after {
    height: 30px;
  }
  .banner .banBar .banner-pagination span {
    line-height: 40px;
  }
}
.title {
  line-height: 1;
  position: relative;
  z-index: 1;
  padding-top: 93px;
}
.title::before {
  content: "";
  display: block;
  position: absolute;
  width: 107px;
  height: 107px;
  top: 0;
  left: -50px;
  background: url(../images/titro.png) 0 center no-repeat;
}
.title span {
  display: block;
  font-size: 24px;
  font-family: "Microsoft YaHei Light";
  padding-left: 94px;
}
.title i {
  display: block;
  font-size: 35px;
  margin-top: 12px;
}
.title i::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 7px;
  height: 4px;
  width: 88px;
  background: url(../images/titline.png) 0 center no-repeat;
}
.moreLink {
  display: block;
}
.moreLink::before {
  content: "";
  width: 26px;
  height: 6px;
  display: inline-block;
  vertical-align: middle;
  background: url(../images/moredor.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 33px;
  height: 35px;
  margin-left: 18px;
  background: url(../images/moreadd.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.moreLink:hover::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.moreLink:hover::after {
  opacity: 1;
  filter: alpha(opacity=100);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  margin-top: 92px;
}
.product {
  background: url(../images/probg.jpg) center 0 no-repeat;
  padding-top: 50px;
  height: 1140px;
}
.product .title {
  width: 307px;
  color: #fff;
  background: url(../images/protit.png) 0 39px no-repeat;
}
.product .title i::after {
  background: url(../images/titline2.png) 0 center no-repeat;
}
.product .proNav {
  margin-top: 58px;
  border-left: 1px solid rgba(255, 255, 255, 0.3);
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.product .proNav ul li {
  float: left;
  margin-top: 20px;
  flex: 1;
}
.product .proNav ul li a {
  display: block;
  border-right: 1px solid rgba(255, 255, 255, 0.3);
  height: 90px;
  position: relative;
  color: #ffffff;
  padding-left: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a::after {
  content: "";
  display: block;
  position: absolute;
  left: -41px;
  top: -16px;
  width: 81px;
  height: 188px;
  background: url(../images/prog.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav ul li a::before {
  content: "";
  display: block;
  width: 30px;
  height: 34px;
  background: url(../images/pronavico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  height: 26px;
  line-height: 26px;
  margin-top: 12px;
}
.product .proNav ul li a em {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 12px;
  height: 16px;
  line-height: 16px;
  margin-top: 2px;
  opacity: 0.6;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  padding-left: 30px;
}
.product .proNav ul li:hover a::after,
.product .proNav ul li.on a::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  width: 60px;
}
.product .proNav ul li:hover a span,
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .proTabs {
  margin-top: 38px;
  position: relative;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList .list1 ul {
  margin-right: -24px;
}
.product .proList .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList .list1 ul li {
  margin-top: 24px;
  margin-right: 24px;
  float: left;
  background: url(../images/proli.png) 0 center no-repeat;
  width: 628px;
  height: 314px;
  padding: 22px 14px 0 16px;
}
.product .proList .list1 ul li .pic {
  float: left;
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 366px;
  height: 268px;
  background-color: #ffffff;
}
.product .proList .list1 ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list1 ul li .cont {
  float: right;
  width: 220px;
  height: 268px;
  background-color: rgba(255, 255, 255, 0.1);
  padding: 45px 15px 0;
}
.product .proList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
}
.product .proList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList .list1 ul li .cont .en {
  text-transform: uppercase;
  font-size: 12px;
  line-height: 10px;
  color: #5b80b8;
  margin-top: 5px;
}
.product .proList .list1 ul li .cont .line {
  height: 1px;
  background-color: #9eb6d9;
  margin-top: 22px;
}
.product .proList .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 28px;
  height: 56px;
  color: #91aacf;
  margin-top: 10px;
}
.product .proList .list1 ul li .cont .more {
  display: block;
  text-align: right;
  font-size: 12px;
  height: 30px;
  line-height: 30px;
  color: #8da3c9;
  margin-top: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList .list1 ul li .cont .more::before {
  content: "";
  width: 47px;
  height: 1px;
  background-color: #5b80b8;
  display: inline-block;
  vertical-align: middle;
  top: -1px;
  margin-right: 7px;
  position: relative;
  top: -2px;
}
.product .proList .list1 ul li .cont .more i {
  min-width: 4px;
}
.product .proList .list1 ul li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #fff;
}
.product .proList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList .list1 ul li:hover .cont .bt {
  font-weight: bold;
}
.product .list2 ul {
  margin-right: -25px;
}
.product .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list2 ul li {
  margin-top: 24px;
  margin-right: 25px;
  float: left;
  background: url(../images/proli2.png) center 0 no-repeat;
  width: 301px;
  height: 307px;
  padding: 10px 8px 0;
}
.product .list2 ul li .pic {
  display: block;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 100%;
  height: 230px;
  background-color: #ffffff;
}
.product .list2 ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  font-size: 16px;
  height: 66px;
  line-height: 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  padding-right: 80px;
}
.product .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list2 ul li .bt::before {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #8da3c9;
}
.product .list2 ul li .bt::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 20px;
  width: 44px;
  height: 1px;
  background-color: #8099c3;
  opacity: 0.5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .list2 ul li:hover .bt {
  font-weight: bold;
}
.product .list2 ul li:hover .bt::before {
  color: #fff;
}
.product .list2 ul li:hover .bt::after {
  background-color: #fff;
  opacity: 1;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding-top: 62px;
  padding-bottom: 116px;
}
.youshi .ysTit {
  text-align: center;
  background: url(../images/ystit.png) center 0 no-repeat;
  padding-top: 102px;
  line-height: 1;
}
.youshi .ysTit b {
  display: block;
  font-size: 48px;
}
.youshi .ysTit b span {
  color: #033da7;
}
.youshi .ysTit i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 10px;
  color: #878787;
  margin-top: 18px;
  line-height: 10px;
  margin-right: -10px;
  text-transform: uppercase;
}
.youshi .ysTit em {
  display: block;
  font-size: 20px;
  letter-spacing: 1px;
  color: #919191;
  margin-top: 30px;
}
.youshi .ysTit em::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 7px;
  width: 218px;
  background: url(../images/ystitline.png) 0 center no-repeat;
  margin-right: 12px;
}
.youshi .ysTit em::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  height: 7px;
  width: 218px;
  background: url(../images/ystitline.png) 0 center no-repeat;
  margin-left: 12px;
}
.youshi .ysList {
  margin-top: 70px;
  padding-left: 80px;
}
.youshi .ysList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysList ul li {
  float: left;
  margin-left: 120px;
  position: relative;
}
.youshi .ysList ul li::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 83px;
  height: 306px;
  pointer-events: none;
  top: -57px;
  left: -87px;
  background: url(../images/ysli.png) 0 0 no-repeat;
}
.youshi .ysList ul li:first-child {
  margin-left: 0;
}
.youshi .ysList ul li i {
  position: relative;
  left: -25px;
  display: block;
  width: 76px;
  height: 55px;
  background-color: #033da7;
  -webkit-transform: skewX(-15deg);
  -moz-transform: skewX(-15deg);
  -o-transform: skewX(-15deg);
  transform: skewX(-15deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/ysico.png) center center no-repeat;
  -webkit-transform: skewX(15deg);
  -moz-transform: skewX(15deg);
  -o-transform: skewX(15deg);
  transform: skewX(15deg);
}
.youshi .ysList ul li h4 {
  margin-top: 30px;
  font-size: 30px;
  color: #033da7;
  line-height: 1;
}
.youshi .ysList ul li h5 {
  line-height: 1;
  font-size: 16px;
  color: #4f4f4f;
  margin-top: 20px;
}
.youshi .ysList ul li p {
  font-size: 12px;
  color: #9d9d9d;
  line-height: 16px;
  margin-top: 10px;
}
.youshi .ysList ul li.on i {
  background-color: #6fb92e;
}
.youshi .ysTel {
  margin: 90px auto 0;
  width: 412px;
  height: 50px;
  background-color: #ffffff;
  box-shadow: 2px 3px 16px 0px rgba(0, 78, 160, 0.22);
  border-radius: 26px;
  line-height: 50px;
  position: relative;
  text-align: center;
}
.youshi .ysTel::before {
  content: "";
  display: block;
  position: absolute;
  left: -16px;
  bottom: -21px;
  width: 21px;
  height: 23px;
  background: url(../images/ystell.png) 0 0 no-repeat;
}
.youshi .ysTel::after {
  content: "";
  display: block;
  position: absolute;
  right: -11px;
  top: -9px;
  width: 13px;
  height: 14px;
  background: url(../images/ystelr.png) 0 0 no-repeat;
}
.youshi .ysTel .tel {
  font-size: 18px;
  font-weight: bold;
  color: #033da7;
}
.youshi .ysTel .tel::before {
  content: "";
  display: inline-block;
  width: 41px;
  height: 50px;
  vertical-align: top;
  margin-right: 4px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysimg {
  position: absolute;
  width: 199px;
  height: 177px;
  background: url(../images/ysimg.png) 0 center no-repeat;
  left: -315px;
  top: 510px;
}
.case {
  background: url(../images/ysbg.jpg) center -809px no-repeat;
  padding-bottom: 40px;
}
.case .caseBox {
  z-index: 1;
  padding-top: 150px;
}
.case .caseBox::before {
  content: "";
  display: block;
  position: absolute;
  width: 815px;
  height: 565px;
  top: 0;
  z-index: -1;
  left: -66px;
  background: url(../images/casebg.jpg) 0 0 no-repeat;
}
.case .title {
  position: absolute;
  top: 44px;
  left: 0;
  z-index: 3;
  width: 307px;
  color: #fff;
  background: url(../images/casetit.png) 0 39px no-repeat;
}
.case .title i::after {
  background: url(../images/titline2.png) 0 center no-repeat;
}
.case .moreLink {
  position: absolute;
  z-index: 3;
  right: 5px;
  top: 78px;
  display: block;
}
.case .moreLink::before {
  background: url(../images/moredor2.png) 0 center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .moreLink::after {
  background: url(../images/moreadd2.png) 0 center no-repeat;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseOne {
  margin-left: 262px;
}
.case .caseOne .bd {
  height: 450px;
  overflow: hidden;
}
.case .caseOne .bd ul li {
  height: 450px;
}
.case .caseOne .bd ul li .pic {
  float: right;
  display: block;
  width: 616px;
  height: 450px;
  background-color: #ffffff;
  border: solid 1px #eaeaea;
  position: relative;
  overflow: hidden;
  padding: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .bd ul li .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.case .caseOne .bd ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .bd ul li .cont {
  width: 362px;
  float: left;
  color: #fff;
  padding-top: 163px;
}
.case .caseOne .bd ul li .cont::before {
  content: "";
  display: block;
  height: 23px;
  background: url(../images/caseoneen.png) 0 0 no-repeat;
}
.case .caseOne .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 15px;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseOne .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  font-size: 14px;
  opacity: 0.7;
  margin-top: 18px;
}
.case .caseOne .bd ul li .cont .more {
  display: block;
  text-transform: uppercase;
  width: 113px;
  height: 34px;
  border-radius: 17px;
  border: solid 1px rgba(255, 255, 255, 0.2);
  margin-top: 24px;
  text-align: center;
  line-height: 32px;
  font-size: 12px;
  color: rgba(255, 255, 255, 0.7);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseOne .bd ul li .cont .more i {
  min-width: 4px;
}
.case .caseOne .bd ul li .cont .more:hover {
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.case .caseOne .bd ul li:hover .pic {
  border-color: #033da7;
}
.case .caseOne .bd 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 .caseOne .bd ul li:hover .cont .bt {
  font-weight: bold;
}
.case .caseOne .bd ul li:hover .cont .more {
  border-color: #fff;
  background-color: #fff;
  color: #033da7;
}
.case .caseList ul {
  margin-right: -26px;
}
.case .caseList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseList ul li {
  float: left;
  margin-right: 26px;
  margin-top: 42px;
  position: relative;
  width: 409px;
  height: 354px;
  border: solid 1px #e2e2e2;
  padding: 9px 9px 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic {
  display: block;
  width: 100%;
  height: 276px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt {
  position: relative;
  padding-right: 65px;
  height: 68px;
  line-height: 68px;
  padding-right: 140px;
}
.case .caseList ul li .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 17px;
  height: 68px;
  line-height: 68px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseList ul li .tt .more {
  position: absolute;
  right: 0;
  top: 0;
  text-transform: uppercase;
  font-size: 12px;
  color: #818181;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .more::before {
  content: "";
  width: 68px;
  height: 1px;
  background-color: #dedede;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseList ul li .tt .more i {
  min-width: 4px;
}
.case .caseList ul li:hover {
  top: -10px;
  border-color: #033da7;
}
.case .caseList 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 .caseList ul li:hover .tt .bt {
  color: #033da7;
}
.case .caseList ul li:hover .tt .more {
  color: #033da7;
}
.case .caseList ul li:hover .tt .more::before {
  background-color: #033da7;
}
.case .casename {
  width: 7px;
  height: 231px;
  background: url(../images/casename.png) 0 center no-repeat;
  left: -131px;
  top: 103px;
  position: absolute;
}
.case .caseEn {
  position: absolute;
  font-family: "Arial Black";
  font-size: 61px;
  letter-spacing: 24px;
  color: #dedede;
  opacity: 0.3;
  line-height: 45px;
  right: -67px;
  top: 150px;
  white-space: nowrap;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
}
.case .caseEn::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 3px;
  height: 353px;
  background-color: #dedede;
  opacity: 0.4;
  margin-top: 16px;
  position: relative;
  right: 20px;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  padding-top: 166px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox {
  height: 610px;
}
.about .aboutText {
  float: right;
  width: 592px;
}
.about .aboutText .title {
  width: 240px;
  background: url(../images/abouttit.png) 0 39px no-repeat;
  margin-left: 362px;
}
.about .aboutText .tit {
  line-height: 1;
  padding-top: 32px;
  background: url(../images/abouttxt.png) 17px 0 no-repeat;
  margin-top: 52px;
}
.about .aboutText .tit span {
  display: block;
  font-size: 25px;
  letter-spacing: 3.4px;
  color: #494949;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  text-transform: uppercase;
  font-family: "Microsoft YaHei Light";
  font-size: 12px;
  line-height: 10px;
  margin-top: 16px;
  letter-spacing: 0.5px;
  color: #838383;
}
.about .aboutText .text {
  margin-top: 42px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 32px;
  height: 128px;
  font-size: 15px;
  color: #6e6e6e;
  text-align: justify;
}
.about .aboutText .aboutTt {
  margin-top: 42px;
  position: relative;
  height: 34px;
}
.about .aboutText .aboutTt .more {
  float: left;
  display: block;
  text-align: center;
  width: 95px;
  height: 34px;
  background-color: #004ea0;
  line-height: 34px;
  border-radius: 20px;
  font-size: 12px;
  color: #ffffff;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aboutTt .more i {
  min-width: 4px;
}
.about .aboutText .aboutTt .more:hover {
  background-color: #6fb92e;
  box-shadow: 0 10px 10px -5px rgba(111, 185, 46, 0.5);
}
.about .aboutText .aboutTt .tel {
  float: left;
  margin-left: 10px;
  font-size: 16px;
  font-weight: bold;
  line-height: 34px;
}
.about .aboutText .aboutTt .tel::before {
  color: #505050;
  content: "";
  display: inline-block;
  width: 31px;
  height: 31px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 6px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/abouttel.png) center center no-repeat;
}
.about .aboutText .aboutTt .en {
  position: absolute;
  right: 0;
  top: 0;
  line-height: 34px;
  font-size: 13px;
  letter-spacing: 2px;
  color: #8d8d8d;
}
.about .aboutText .aboutTt .en span {
  margin: 0 5px;
}
.about .aboutText .aboutTt .en em {
  font-size: 12px;
}
.about .aboutText .aboutTt .en::before {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  right: 100%;
  margin-right: 10px;
  width: 180px;
  height: 1px;
  background-color: #b3bdc9;
}
.about .aboutText .aboutTt .en::after {
  content: "";
  display: block;
  position: absolute;
  top: 50%;
  left: 100%;
  margin-left: 10px;
  width: 160px;
  height: 1px;
  background-color: #b3bdc9;
}
.about .aboutText .aLink {
  margin-top: 62px;
}
.about .aboutText .aLink ul {
  display: flex;
  justify-content: space-between;
}
.about .aboutText .aLink ul li {
  float: left;
}
.about .aboutText .aLink ul li a {
  display: block;
  text-align: center;
}
.about .aboutText .aLink ul li a em {
  display: block;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  position: relative;
  overflow: hidden;
  margin: auto;
}
.about .aboutText .aLink ul li a em::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 1px #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink ul li a em::after {
  content: "";
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  border-radius: 100%;
  border: solid 3px #0162a8;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutText .aLink ul li a i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 88px;
  height: 88px;
  border-radius: 100%;
  overflow: hidden;
  filter: grayscale(100) brightness(1.3);
}
.about .aboutText .aLink ul li a i.ico1 {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico2 {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink ul li a i.ico3 {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink ul li a span {
  display: block;
  font-size: 18px;
  margin-top: 26px;
  line-height: 1;
}
.about .aboutText .aLink ul li:hover a,
.about .aboutText .aLink ul li.on a {
  color: #033da7;
}
.about .aboutText .aLink ul li:hover a em::after,
.about .aboutText .aLink ul li.on a em::after {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutText .aLink ul li:hover a i,
.about .aboutText .aLink ul li.on a i {
  filter: grayscale(0) brightness(1);
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutPic {
  position: relative;
  margin-left: -80px;
  float: left;
  width: 708px;
  height: 430px;
  background-color: #ffffff;
  box-shadow: 3px 4px 24px 0px rgba(0, 78, 160, 0.08);
  overflow: hidden;
  z-index: 2;
  top: 42px;
  padding: 10px;
}
.about .aboutPic .pic {
  width: 688px;
  height: 410px;
  overflow: hidden;
}
.about .aboutPic .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutPic .pic:hover img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.about .aboutPic .picbox {
  position: relative;
}
.about .aboutPic .picbox .aboutmouse {
  margin: -100px 0 0 -100px;
  width: 200px;
  height: 200px;
  box-shadow: 0 0 0 9999em rgba(0, 0, 0, 0.3);
  border-radius: 50%;
  cursor: pointer;
  position: absolute;
  left: 50%;
  top: 50%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutPic .picbox .aboutmouse:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  box-shadow: inset 0 0 10px 10px rgba(0, 0, 0, 0.3);
  border-radius: 50%;
}
.about .aboutPic .picbox:hover .aboutmouse {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutPic .picbox:active .aboutmouse {
  width: 340px;
  height: 340px;
  margin: -170px 0 0 -170px;
}
.about .aboutimg {
  position: absolute;
  width: 813px;
  height: 318px;
  left: -227px;
  top: 540px;
  background: url(../images/aboutimg.png) 0 center no-repeat;
}
.about .aboutApp .appList {
  height: 247px;
  width: 809px;
  margin-left: 642px;
  position: relative;
  background: url(../images/appbg.png) 0 0 no-repeat;
  padding-left: 88px;
  overflow: hidden;
}
.about .aboutApp .appList .tit {
  position: absolute;
  left: 0;
  top: 0;
  color: #ffffff;
}
.about .aboutApp .appList .tit i {
  position: absolute;
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 12px;
  font-family: "Microsoft YaHei Light";
  line-height: 10px;
  left: 26px;
  top: 42px;
  opacity: 0.5;
  width: 10px;
  white-space: nowrap;
}
.about .aboutApp .appList .tit span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  width: 18px;
  font-size: 18px;
  line-height: 1;
  letter-spacing: 3px;
  left: 48px;
  top: 44px;
  position: absolute;
  height: 150px;
}
.about .aboutApp .appList .tit span::after {
  content: "";
  display: block;
  position: absolute;
  right: -10px;
  top: 90px;
  border-radius: 100%;
  width: 11px;
  height: 11px;
  border: solid 1px #ffffff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutApp .appList ul {
  width: 551px;
  border-left: 1px solid rgba(255, 255, 255, 0.1);
  border-right: 1px solid rgba(0, 0, 0, 0.1);
  border-top: 1px solid rgba(255, 255, 255, 0.1);
  border-bottom: 1px solid rgba(0, 0, 0, 0.1);
}
.about .aboutApp .appList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutApp .appList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutApp .appList ul li {
  float: left;
  width: 33.333%;
  border-right: 1px solid rgba(255, 255, 255, 0.1);
  border-left: 1px solid rgba(0, 0, 0, 0.1);
  border-bottom: 1px solid rgba(255, 255, 255, 0.1);
  border-top: 1px solid rgba(0, 0, 0, 0.1);
  height: 123px;
  text-align: center;
  color: #fff;
  padding-top: 28px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(top, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 90%);
  background-image: linear-gradient(to bottom, rgba(255, 255, 255, 0.25), rgba(255, 255, 255, 0) 90%);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: t center 0;
  position: relative;
  top: -1px;
}
.about .aboutApp .appList ul li i {
  display: block;
  margin: auto;
  position: relative;
  overflow: hidden;
  width: 38px;
  height: 38px;
}
.about .aboutApp .appList ul li i img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .aboutApp .appList ul li span {
  display: block;
  font-size: 16px;
  line-height: 1;
  margin-top: 14px;
}
.about .aboutApp .appList ul li.on i {
  -webkit-animation: hvr-icon-wobble-vertical 1s;
  -moz-animation: hvr-icon-wobble-vertical 1s;
  animation: hvr-icon-wobble-vertical 1s;
}
.about .aboutApp .appList ul li:hover {
  background-size: 100% 100%;
  color: #fff;
}
.about .showTabs {
  margin-top: 88px;
}
.about .showTabs .bd {
  height: 260px;
  overflow: hidden;
}
.about .showTabs .bd ul {
  margin-right: -24px;
}
.about .showTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .showTabs .bd ul li {
  float: left;
  margin-right: 24px;
}
.about .showTabs .bd ul li .item {
  width: 302px;
  height: 260px;
  background-color: #ffffff;
  border: solid 1px #d7d7d7;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 8px 8px 0;
}
.about .showTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 205px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs .bd 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;
}
.about .showTabs .bd ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 45px;
  line-height: 45px;
  text-align: center;
  color: #555555;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .showTabs .bd ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .showTabs .bd ul li .item:hover {
  border-color: #033da7;
}
.about .showTabs .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);
}
.about .showTabs .bd ul li .item:hover .bt {
  color: #033da7;
}
.about .showTabs .page .prev {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  top: 110px;
  left: -85px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
}
.about .showTabs .page .prev::before {
  content: "<";
  font-family: simsun;
  font-weight: bold;
}
.about .showTabs .page .prev.on,
.about .showTabs .page .prev:hover {
  background-color: #6fb92e;
  box-shadow: 2px 3px 6px 0px rgba(30, 30, 30, 0.13);
  border: solid 1px #e8e8e8;
  color: #fff;
}
.about .showTabs .page .next {
  position: absolute;
  width: 48px;
  height: 48px;
  background-color: #ffffff;
  border: solid 1px #e8e8e8;
  top: 110px;
  right: -85px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
  text-align: center;
  line-height: 46px;
  font-size: 20px;
  cursor: pointer;
}
.about .showTabs .page .next::before {
  content: ">";
  font-family: simsun;
  font-weight: bold;
}
.about .showTabs .page .next.on,
.about .showTabs .page .next:hover {
  background-color: #6fb92e;
  box-shadow: 2px 3px 6px 0px rgba(30, 30, 30, 0.13);
  border: solid 1px #e8e8e8;
  color: #fff;
}
.news {
  padding-top: 110px;
  padding-bottom: 58px;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
}
.news .newsBox {
  padding-top: 140px;
}
.news .title {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
  width: 307px;
  background: url(../images/newstit.png) 0 39px no-repeat;
}
.news .newsMore {
  position: absolute;
  display: block;
  right: 0;
  color: #494949;
  z-index: 2;
  top: 89px;
  padding-left: 32px;
  line-height: 43px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsMore::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 43px;
  height: 43px;
  background: url(../images/newsmore.png) 0 center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsMore i {
  min-width: 4px;
}
.news .newsMore:hover {
  color: #033da7;
}
.news .newsMore:hover::before {
  left: -15px;
}
.news .newsTab {
  position: absolute;
  left: 0;
  top: 240px;
  z-index: 2;
  width: 190px;
}
.news .newsTab::before {
  content: "";
  display: block;
  position: absolute;
  right: 10px;
  width: 400px;
  height: 271px;
  top: 0;
  z-index: -1;
  background: url(../images/newsnavline.png) right 0 no-repeat;
}
.news .newsTab ul li a {
  display: block;
  height: 90px;
  line-height: 90px;
  font-size: 18px;
  padding-left: 40px;
  color: #494949;
  padding-left: 70px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  bottom: -1px;
  width: 0;
  height: 3px;
  background-color: #6fb92e;
  border-radius: 2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 15px;
  height: 13px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/newsar.png) center center no-repeat;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTab ul li a i {
  position: absolute;
  display: block;
  left: 16px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  width: 33px;
  height: 33px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  border-radius: 100%;
}
.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:before {
  background: url(../images/newsico.png) center center no-repeat;
}
.news .newsTab ul li a i:after {
  background: url(../images/newsicoh.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  padding-left: 85px;
  font-weight: bold;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  width: 170px;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  left: 20px;
}
.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 {
  background-color: #6fb92e;
  top: -100%;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 588px;
}
.news .newsList {
  overflow: hidden;
  height: 588px;
}
.news .newsList .one {
  margin-left: 320px;
  height: 295px;
}
.news .newsList .one::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .one .pic {
  display: block;
  float: left;
  width: 435px;
  height: 295px;
  background-color: #ffffff;
  border: solid 1px #e2e2e2;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 5px;
}
.news .newsList .one .pic i {
  display: block;
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
.news .newsList .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 .one .cont {
  float: right;
  width: 485px;
  padding-top: 94px;
  position: relative;
}
.news .newsList .one .cont::before {
  content: "";
  display: block;
  font-size: 90px;
  width: 29px;
  height: 21px;
  background: url(../images/newsone.png) 0 0 no-repeat;
}
.news .newsList .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 28px;
  height: 38px;
  line-height: 38px;
  margin-right: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .one .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 28px;
  height: 84px;
  color: #a5a5a5;
  margin-top: 15px;
}
.news .newsList .one .cont .date {
  position: absolute;
  right: 0;
  top: 112px;
  text-align: right;
}
.news .newsList .one .cont .date i {
  display: block;
  font-size: 16px;
  color: #414141;
  line-height: 12px;
}
.news .newsList .one .cont .date span {
  display: block;
  font-weight: bold;
  font-size: 24px;
  line-height: 18px;
  margin-top: 24px;
}
.news .newsList .one:hover .pic {
  border-color: #033da7;
}
.news .newsList .one:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .newsList .one:hover .cont .bt {
  font-weight: bold;
  color: #033da7;
}
.news .list {
  position: relative;
  margin-top: 104px;
  height: 189px;
  border: solid 1px rgba(165, 165, 165, 0.2);
  padding: 0 32px;
}
.news .list::before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  top: 94px;
  width: 1244px;
  height: 1px;
  background-color: rgba(165, 165, 165, 0.2);
}
.news .list ul {
  margin-right: -108px;
}
.news .list ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list ul li {
  float: left;
  margin-right: 108px;
  width: 550px;
  line-height: 93px;
  height: 93px;
  padding-right: 85px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.news .list ul li::after {
  content: "";
  position: absolute;
  background: #033da7;
  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 .list ul li:hover::after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 93px;
  line-height: 93px;
  font-size: 16px;
  color: #808080;
  padding-left: 23px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list ul li .bt::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  border-left: 8px solid #cdcdcd;
  border-top: 5px solid transparent;
  border-bottom: 5px solid transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li .date {
  position: absolute;
  right: 0;
  top: 0;
  font-family: Arial;
  font-size: 14px;
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list ul li:hover .bt {
  color: #033da7;
}
.news .list ul li:hover .bt::before {
  border-left: 8px solid #033da7;
}
.news .list ul li:hover .date {
  color: #033da7;
}
.news .list2 {
  margin-top: 35px;
}
.news .list2 ul {
  margin-right: -28px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  width: 304px;
  margin-right: 28px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .pic {
  display: block;
  width: 100%;
  height: 218px;
  border-radius: 20px 0px 20px 0px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 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;
}
.news .list2 ul li .cont {
  padding-top: 15px;
}
.news .list2 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #666666;
  margin-top: 5px;
}
.news .list2 ul li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.news .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list2 ul li:hover .cont .bt {
  color: #033da7;
}
