@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,
.boxBg {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
  z-index: 1;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  margin-left: -150px;
  bottom: 40px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #22377a solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #22377a;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../images/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: block;
  font-size: 46px;
  font-family: "Myriad Pro";
  text-transform: uppercase;
  line-height: 32px;
}
.title b span {
  color: #22377a;
}
.title i {
  display: block;
  font-size: 26px;
  margin-top: 18px;
}
.title i::after {
  content: "";
  width: 180px;
  height: 1px;
  background-color: #cccccc;
  margin-left: 20px;
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: 2px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .more {
  float: right;
  line-height: 42px;
  margin-top: 20px;
  font-family: Arial;
  font-size: 16px;
  text-transform: uppercase;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more::before {
  content: "";
  width: 80px;
  height: 1px;
  background-color: #dddddd;
  display: inline-block;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more::after {
  content: ">";
  width: 42px;
  height: 42px;
  background-color: #22377a;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  line-height: 42px;
  border-radius: 100%;
  color: #fff;
  font-family: simsun;
  font-size: 20px;
  margin-left: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .more:hover {
  color: #f88f06;
}
.titBox .more:hover::before {
  background-color: #f88f06;
}
.titBox .more:hover::after {
  background-color: #f88f06;
  animation: zyfd 1.5s linear infinite;
}
.product {
  padding: 70px 0;
  overflow: hidden;
  background-color: #f4f4f6;
  border-radius: 0px 0px 200px 200px;
}
@media screen and (max-width: 1600px) {
  .product {
    border-radius: 0px 0px 100px 100px;
  }
}
.product .proNav {
  position: absolute;
  right: 0;
  top: 0;
  width: 210px;
  z-index: 3;
}
.product .proNav ul {
  height: 530px;
  overflow: auto;
}
.product .proNav ul::-webkit-scrollbar {
  width: 2px;
  height: 2px;
}
.product .proNav ul li {
  margin-top: 10px;
}
.product .proNav ul li:first-child {
  margin-top: 0;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 80px;
  line-height: 80px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  padding-left: 24px;
  padding-right: 10px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #22377a, #22377a);
  background-image: linear-gradient(to right, #22377a, #22377a);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proNav ul li a::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  width: 3px;
  height: 20px;
  background: url(../images/pronavli.png) -30px center no-repeat;
  background-color: #22377a;
  margin-right: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li:hover a,
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #fff;
  padding-left: 16px;
}
.product .proNav ul li:hover a::before,
.product .proNav ul li.on a::before {
  width: 30px;
  height: 31px;
  margin-right: 10px;
  background-position: 0 center;
}
.product .proTabs {
  margin-top: 50px;
  position: relative;
}
.product .proTabs .bd {
  overflow: hidden;
  height: 400px;
  width: 1020px;
}
.product .proTabs .bd ul li {
  height: 400px;
  width: 1020px;
}
.product .proTabs .bd ul li .pic {
  float: left;
  display: block;
  width: 530px;
  height: 400px;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
  padding: 15px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proTabs .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;
}
.product .proTabs .bd ul li .cont {
  float: right;
  width: 440px;
  padding-top: 40px;
}
.product .proTabs .bd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-weight: bold;
  font-size: 22px;
  height: 42px;
  line-height: 42px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .bd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proTabs .bd ul li .cont .bt i {
  display: inline-block;
  vertical-align: top;
  margin-right: 6px;
  font-weight: bold;
}
.product .proTabs .bd ul li .cont .line {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 40px;
  height: 3px;
  background-color: #22377a;
  margin-top: 36px;
}
.product .proTabs .bd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 38px;
  height: 76px;
  margin-top: 35px;
  font-size: 15px;
  color: #666666;
}
.product .proTabs .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);
}
.product .proTabs .bd ul li:hover .cont .bt {
  color: #22377a;
}
.product .proTabs .bd ul li:hover .cont .line {
  width: 50px;
}
.product .proTabs .hd {
  position: absolute;
  left: 580px;
  top: 318px;
}
.product .proTabs .hd ul {
  float: left;
}
.product .proTabs .hd ul li {
  float: left;
  width: 15px;
  height: 15px;
  border: solid 1px transparent;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  margin-right: 14px;
}
.product .proTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 9px;
  height: 9px;
  background-color: #333333;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTabs .hd ul li.on {
  border-color: #f88f06;
}
.product .proTabs .hd ul li.on::before {
  background-color: #f88f06;
}
.product .proTabs .hd .next {
  float: left;
  width: 46px;
  height: 46px;
  background: url(../images/pror.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-left: 50px;
  position: relative;
  border-radius: 100%;
  border: 1px solid transparent;
  top: -15px;
}
.product .proTabs .hd .next:hover {
  border-color: #f88f06;
}
.product .proList {
  margin-top: 14px;
}
.product .proList ul {
  margin-right: -26px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  width: 300px;
  margin-right: 26px;
  margin-top: 26px;
}
.product .proList ul li .item {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding: 10px 10px 0;
  background-color: #ffffff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #22377a, #22377a);
  background-image: linear-gradient(to right, #22377a, #22377a);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center top;
}
.product .proList ul li .item .pic {
  display: block;
  height: 205px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  display: block;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont {
  height: 125px;
  text-align: center;
  padding-top: 4px;
}
.product .proList ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item .cont .line {
  margin: auto;
  width: 29px;
  height: 1px;
  background-color: #999999;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #888888;
  margin-top: 14px;
  height: 24px;
  line-height: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  background-color: #22377a;
  background-size: 100% 100%;
}
.product .proList 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);
}
.product .proList ul li .item:hover .cont .bt {
  color: #fff;
}
.product .proList ul li .item:hover .cont .line {
  background-color: #fff;
}
.product .proList ul li .item:hover .cont p {
  color: #fff;
}
.youshi {
  background-color: #f4f4f6;
}
.youshi .ysBox {
  background: url(../images/ysbg.jpg) center 306px no-repeat;
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px 0px 200px 200px;
  position: relative;
  overflow: hidden;
  padding: 65px 0 20px 0;
}
@media screen and (max-width: 1600px) {
  .youshi .ysBox {
    border-radius: 0px 0px 100px 100px;
  }
}
.youshi .ystit {
  text-align: center;
  line-height: 1;
  height: 110px;
}
.youshi .ystit i {
  display: block;
  font-family: Myriad Pro;
  font-size: 52px;
  font-weight: bold;
  line-height: 36px;
}
.youshi .ystit i::before {
  content: "";
  width: 32px;
  height: 29px;
  display: inline-block;
  vertical-align: top;
  border-left: solid 6px #22377a;
  border-top: solid 6px #22377a;
  margin-right: 42px;
}
.youshi .ystit i::after {
  content: "";
  width: 32px;
  height: 29px;
  display: inline-block;
  vertical-align: top;
  border-right: solid 6px #22377a;
  border-top: solid 6px #22377a;
  margin-left: 42px;
}
.youshi .ystit span {
  display: block;
  margin-top: 22px;
  line-height: 1;
  font-size: 28px;
}
.youshi .ystit span::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 208px;
  height: 2px;
  background-color: #22377a;
  margin-right: 30px;
}
.youshi .ystit span::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 208px;
  height: 2px;
  background-color: #22377a;
  margin-left: 30px;
}
.youshi .ystit em {
  display: block;
  font-family: Arial;
  font-size: 14px;
  margin-top: 10px;
  text-transform: uppercase;
  letter-spacing: 2px;
  color: #999999;
}
.youshi .ysTabs {
  margin-top: 70px;
  position: relative;
}
.youshi .ysTabs .hd::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .ysTabs .hd ul {
  display: flex;
  justify-content: space-between;
}
.youshi .ysTabs .hd ul li {
  width: 288px;
  height: 145px;
  background-color: #ffffff;
  box-shadow: 0px 0px 12px 0px rgba(55, 55, 55, 0.08);
  border-radius: 5px;
  cursor: pointer;
  position: relative;
  padding-left: 142px;
  padding-top: 58px;
  overflow: hidden;
  z-index: 2;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  height: 100%;
  z-index: -1;
  background: url(../images/yshd.jpg) center bottom no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li i {
  position: absolute;
  left: 42px;
  top: 33px;
  display: block;
  border-radius: 100%;
  width: 82px;
  height: 82px;
  background-color: #f4f4f6;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .hd ul li i:before,
.youshi .ysTabs .hd ul li 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;
}
.youshi .ysTabs .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysTabs .hd ul li h4 {
  line-height: 1;
  font-size: 16px;
}
.youshi .ysTabs .hd ul li p {
  font-family: Arial;
  font-size: 12px;
  margin-top: 14px;
  color: #999999;
}
.youshi .ysTabs .hd ul li:hover,
.youshi .ysTabs .hd ul li.on {
  -webkit-transform: translateY(26px);
  transform: translateY(26px);
  box-shadow: 0px 0px 12px 0px rgba(55, 55, 55, 0.08), 0 5px 0 0 #f88f06;
}
.youshi .ysTabs .hd ul li:hover i,
.youshi .ysTabs .hd ul li.on i {
  background-color: #f88f06;
}
.youshi .ysTabs .hd ul li:hover i:before,
.youshi .ysTabs .hd ul li.on i:before,
.youshi .ysTabs .hd ul li:hover i:after,
.youshi .ysTabs .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysTabs .hd ul li:hover::before,
.youshi .ysTabs .hd ul li.on::before {
  opacity: 0;
  filter: alpha(opacity=0);
}
.youshi .ysTabs .bd {
  margin-top: 140px;
  overflow: hidden;
  height: 520px;
}
.youshi .ysTabs .bd ul li {
  overflow: hidden;
  height: 496px;
}
.youshi .ysTabs .bd ul li .pic {
  display: block;
  float: left;
  width: 496px;
  height: 496px;
  position: relative;
  overflow: hidden;
  border: 15px solid rgba(34, 55, 122, 0.2);
  background-color: #fff;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li .cont {
  float: right;
  width: 710px;
  padding-top: 70px;
}
.youshi .ysTabs .bd ul li .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTabs .bd ul li .cont .tit i {
  display: block;
  font-family: "Times New Roman", Times;
  font-weight: bold;
  font-size: 60px;
  line-height: 42px;
  position: relative;
  z-index: 1;
}
.youshi .ysTabs .bd ul li .cont .tit i::after {
  content: "“";
  display: inline-block;
  vertical-align: top;
  position: relative;
  z-index: -1;
  right: 46px;
  top: 12px;
  font-family: "Microsoft YaHei";
  font-size: 72px;
  font-weight: bold;
  color: #22377a;
}
.youshi .ysTabs .bd ul li .cont .tit span {
  display: block;
  font-weight: bold;
  line-height: 1;
  font-size: 20px;
  margin-top: 25px;
}
.youshi .ysTabs .bd ul li .cont .text {
  font-size: 16px;
  line-height: 42px;
  color: #666666;
  margin-top: 42px;
}
.youshi .ysTabs .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);
}
.youshi .ysTabs .bd ul li:hover .cont .tit {
  color: #22377a;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysTabs .bd ul li:hover .cont .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysTabs .page {
  position: absolute;
  left: 570px;
  bottom: 90px;
  z-index: 2;
  font-size: 0;
}
.youshi .ysTabs .page .prev {
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #22377a;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  text-shadow: -1px 0 0 #fff;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysTabs .page .prev:before {
  content: "<";
  display: block;
  font-family: simsun;
  font-size: 18px;
}
.youshi .ysTabs .page .prev:hover,
.youshi .ysTabs .page .prev.on {
  background-color: #f88f06;
}
.youshi .ysTabs .page .next {
  margin-left: 152px;
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  width: 36px;
  height: 36px;
  background-color: #22377a;
  color: #fff;
  text-align: center;
  line-height: 36px;
  cursor: pointer;
  text-shadow: 1px 0 0 #fff;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.youshi .ysTabs .page .next:before {
  content: ">";
  display: block;
  font-family: simsun;
  font-size: 18px;
}
.youshi .ysTabs .page .next:hover,
.youshi .ysTabs .page .next.on {
  background-color: #f88f06;
}
.youshi .ysTabs .ysNum {
  width: 152px;
  left: 606px;
  line-height: 36px;
  text-align: center;
  position: absolute;
  bottom: 90px;
  z-index: 3;
  font-family: Arial;
}
.youshi .ysTabs .ysNum i {
  display: inline-block;
  vertical-align: middle;
  font-size: 26px;
  font-weight: bold;
  font-style: italic;
}
.youshi .ysTabs .ysNum span {
  color: #999999;
  font-style: italic;
  font-size: 14px;
  margin-left: 4px;
  display: inline-block;
  position: relative;
  top: 4px;
}
.youshi .ysTT {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 60px;
  text-align: right;
}
.youshi .ysTT .tel {
  font-weight: bold;
  font-family: Arial;
  font-size: 24px;
  line-height: 30px;
  position: relative;
}
.youshi .ysTT .tel::before {
  content: "";
  display: inline-block;
  width: 23px;
  height: 30px;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysTT .tel::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  width: 215px;
  height: 1px;
  background-color: #333333;
  bottom: -14px;
}
.youshi .ysTT .zxLink {
  margin-top: 24px;
  line-height: 38px;
  display: inline-block;
  vertical-align: top;
  text-align: center;
  padding: 0 12px;
  position: relative;
  font-size: 18px;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTT .zxLink::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 7px;
  width: 100%;
  z-index: -1;
  height: 10px;
  background-color: #22377a;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysTT .zxLink:hover {
  color: #fff;
  padding: 0 15px;
}
.youshi .ysTT .zxLink:hover::before {
  background-color: #f88f06;
  opacity: 1;
  bottom: 0;
  height: 100%;
  box-shadow: 0 10px 10px -5px rgba(248, 143, 6, 0.5);
}
.case {
  padding: 70px 0 65px;
  overflow: hidden;
  background-color: #f4f4f6;
  border-radius: 0px 0px 200px 200px;
}
@media screen and (max-width: 1600px) {
  .case {
    border-radius: 0px 0px 100px 100px;
  }
}
.case .caseSwiper {
  position: relative;
  margin-top: 50px;
}
.case .caseSwiper::before {
  content: "";
  display: block;
  position: absolute;
  right: -320px;
  bottom: 89px;
  width: 994px;
  height: 1px;
  background-color: #dddddd;
}
.case .caseSwiper .swiper-container {
  height: 502px;
}
.case .caseSwiper ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseSwiper ul li {
  width: 550px;
  float: left;
  margin-right: 180px;
  padding-top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item {
  position: relative;
  left: 0;
  width: 550px;
}
.case .caseSwiper ul li .item .pic {
  display: block;
  width: 100%;
  height: 412px;
  background-color: #ffffff;
  border: solid 15px #ffffff;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont {
  position: relative;
  height: 90px;
  margin: 0 15px;
  padding-top: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .item .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 60px;
  line-height: 60px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-left: 25px;
  background: url(../images/caseli.png) 0 center no-repeat;
  font-size: 20px;
  font-weight: bold;
  padding-right: 90px;
}
.case .caseSwiper ul li .item .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseSwiper ul li .item .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #666666;
  height: 24px;
  line-height: 24px;
  margin-left: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  padding-right: 90px;
}
.case .caseSwiper ul li .item .cont .more {
  display: block;
  position: absolute;
  right: 10px;
  top: 45px;
  width: 26px;
  height: 31px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/casear.png) 0 center no-repeat;
}
.case .caseSwiper ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.case .caseSwiper ul li .item:hover .cont .bt {
  color: #22377a;
}
.case .caseSwiper ul li.swiper-slide-next {
  padding-top: 54px;
}
.case .caseSwiper ul li.swiper-slide-next .item {
  left: -135px;
  width: 330px;
}
.case .caseSwiper ul li.swiper-slide-next .item .pic {
  height: 245px;
  border: solid 10px #fff;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont {
  padding-top: 0;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .bt {
  height: 60px;
  line-height: 60px;
  padding-right: 40px;
  font-weight: normal;
  font-size: 16px;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont .more {
  right: 0;
  top: 14px;
}
.case .caseSwiper ul li.swiper-slide-next .item .cont p {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
.case .caseSwiper ul li.swiper-slide-next + li,
.case .caseSwiper ul li.swiper-slide-next + li + li {
  padding-top: 54px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item,
.case .caseSwiper ul li.swiper-slide-next + li + li .item {
  left: -510px;
  width: 330px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .pic,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .pic {
  height: 245px;
  border: solid 10px #fff;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .cont,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont {
  padding-top: 0;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .bt,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .bt {
  height: 60px;
  line-height: 60px;
  padding-right: 40px;
  font-weight: normal;
  font-size: 16px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .cont .more,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont .more {
  right: 0;
  top: 14px;
}
.case .caseSwiper ul li.swiper-slide-next + li .item .cont p,
.case .caseSwiper ul li.swiper-slide-next + li + li .item .cont p {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
.case .caseSwiper .case-next {
  position: absolute;
  z-index: 2;
  right: 0;
  bottom: 5px;
  width: 160px;
  height: 48px;
  background-color: #fd9206;
  border-radius: 6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  font-weight: bold;
  font-family: Arial;
  font-size: 16px;
  overflow: hidden;
  line-height: 48px;
  color: #fff;
}
.case .caseSwiper .case-next i {
  font-weight: bold;
  min-width: 4px;
}
.case .caseSwiper .case-next::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #22377a;
  border-radius: 6px;
  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;
}
.case .caseSwiper .case-next:hover {
  background: none;
  color: #22377a;
  box-shadow: 0 10px 10px -5px rgba(34, 55, 122, 0.5);
}
.case .caseSwiper .case-next:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case .caseSwiper .tel {
  position: absolute;
  z-index: 2;
  right: 254px;
  bottom: 5px;
  font-family: Arial;
  font-size: 22px;
  font-weight: bold;
  line-height: 46px;
}
.case .caseSwiper .tel::before {
  content: "";
  display: inline-block;
  width: 46px;
  height: 46px;
  vertical-align: top;
  margin-right: 7px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/casetel.png) center center no-repeat;
}
.about {
  background-color: #f4f4f6;
}
.about .aboutBox {
  background-color: #fff;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border-radius: 0px 0px 200px 200px;
  position: relative;
  overflow: hidden;
  padding: 72px 0 136px;
}
@media screen and (max-width: 1600px) {
  .about .aboutBox {
    border-radius: 0px 0px 100px 100px;
  }
}
.about .aboutPic {
  width: 735px;
  height: 803px;
  position: absolute;
  right: -81px;
  bottom: -136px;
  z-index: 2;
}
.about .aboutPic img {
  max-width: 100%;
  max-height: 100%;
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .aboutText {
  float: left;
  width: 720px;
}
.about .aboutText .aboutTit {
  line-height: 1;
}
.about .aboutText .aboutTit span {
  display: block;
  font-weight: bold;
  font-size: 32px;
}
.about .aboutText .aboutTit i {
  display: block;
  font-weight: bold;
  font-family: "Myriad Pro";
  color: #22377a;
  font-size: 68px;
  line-height: 50px;
  margin-top: 22px;
}
.about .aboutText .tit {
  margin-top: 80px;
  line-height: 1;
}
.about .aboutText .tit span {
  display: block;
  font-size: 24px;
}
.about .aboutText .tit i {
  margin-top: 15px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 3px;
  color: #999999;
}
.about .aboutText .text {
  margin-top: 35px;
  font-size: 16px;
  text-align: justify;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  color: #666666;
}
.about .aboutText .aLink {
  margin-top: 62px;
}
.about .aboutText .aLink::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutText .aLink a {
  float: left;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  position: relative;
  z-index: 1;
  width: 196px;
  height: 196px;
  background-color: #ffffff;
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
  border-radius: 100%;
  text-align: center;
  padding-top: 36px;
  margin-left: -20px;
}
.about .aboutText .aLink a:nth-child(1) {
  z-index: 4;
  margin-left: 0;
}
.about .aboutText .aLink a:nth-child(2) {
  z-index: 3;
}
.about .aboutText .aLink a:nth-child(3) {
  z-index: 2;
}
.about .aboutText .aLink a:before {
  content: "";
  display: block;
  position: absolute;
  height: 100%;
  width: 0;
  left: 0;
  top: 0;
  z-index: -1;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a i {
  display: block;
  width: 46px;
  height: 46px;
  overflow: hidden;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a i:before,
.about .aboutText .aLink 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;
}
.about .aboutText .aLink a i.ico1:before {
  background: url(../images/alinkico1.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico1:after {
  background: url(../images/alinkico1h.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:before {
  background: url(../images/alinkico2.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico2:after {
  background: url(../images/alinkico2h.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico3:before {
  background: url(../images/alinkico3.png) center center no-repeat;
}
.about .aboutText .aLink a i.ico3:after {
  background: url(../images/alinkico3h.png) center center no-repeat;
}
.about .aboutText .aLink a .cn {
  display: block;
  line-height: 1;
  font-size: 18px;
  margin-top: 24px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a .en {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999999;
  line-height: 12px;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .aLink a:hover,
.about .aboutText .aLink a.on {
  background-color: #22377a;
}
.about .aboutText .aLink a:hover i:before,
.about .aboutText .aLink a.on i:before,
.about .aboutText .aLink a:hover i:after,
.about .aboutText .aLink a.on i:after {
  top: -100%;
}
.about .aboutText .aLink a:hover .cn,
.about .aboutText .aLink a.on .cn {
  color: #fff;
}
.about .aboutText .aLink a:hover .en,
.about .aboutText .aLink a.on .en {
  color: #fff;
}
.about .aboutEn {
  position: absolute;
  width: 148px;
  height: 580px;
  background: url(../images/abouten.png) 0 center no-repeat;
  right: -130px;
  top: -20px;
}
.news {
  padding: 70px 0 50px;
  overflow: hidden;
  background-color: #f4f4f6;
  border-radius: 0px 0px 200px 200px;
}
@media screen and (max-width: 1600px) {
  .news {
    border-radius: 0px 0px 100px 100px;
  }
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
  margin-top: 32px;
}
.news .newsTab ul li {
  float: left;
  margin-left: 90px;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  border-bottom: 1px solid #ccc;
  height: 42px;
  line-height: 32px;
  width: 114px;
  position: relative;
  font-size: 16px;
}
.news .newsTab ul li a::before {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  left: 0;
  bottom: -2.5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a::after {
  content: "";
  display: block;
  position: absolute;
  width: 6px;
  height: 6px;
  background-color: #cccccc;
  right: 0;
  bottom: -2.5px;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  width: 22px;
  height: 32px;
  vertical-align: middle;
  margin-right: 14px;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.news .newsTab ul li a i.ico1 {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2 {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3 {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  color: #22377a;
  border-bottom: 1px solid #22377a;
}
.news .newsTab ul li:hover a::before,
.news .newsTab ul li.on a::before {
  background-color: #22377a;
}
.news .newsTab ul li:hover a::after,
.news .newsTab ul li.on a::after {
  background-color: #22377a;
}
.news .newsTab ul li:hover a i,
.news .newsTab ul li.on a i {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.news .newsTabs {
  margin: 0 -30px;
  margin-top: 10px;
}
.news .newsTabs .bd {
  overflow: hidden;
  height: 810px;
}
.news .newsList {
  overflow: hidden;
  padding-bottom: 20px;
  height: 810px;
}
.news .list1 {
  padding: 30px 30px 10px;
}
.news .list1 ul {
  margin-right: -40px;
}
.news .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: left;
  width: 400px;
  height: 410px;
  background-color: #ffffff;
  margin-right: 40px;
  position: relative;
  padding: 44px 30px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic {
  display: block;
  width: 340px;
  height: 195px;
  position: absolute;
  left: 30px;
  bottom: 30px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont .date {
  padding: 0 10px;
  font-family: Arial;
  font-size: 30px;
  line-height: 22px;
}
.news .list1 ul li .cont .bt {
  margin: 32px 10px 0;
  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 .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .cont .line {
  height: 1px;
  margin-top: 28px;
  background-color: #dedede;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #22377a, #22377a);
  background-image: linear-gradient(to right, #22377a, #22377a);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .list1 ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  text-align: center;
  margin: 52px 10px 0;
}
.news .list1 ul li .cont .more {
  display: block;
  width: 45px;
  height: 45px;
  background-color: #fd9206;
  margin: 54px auto 0;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .cont .more::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/newsadd.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  filter: grayscale(100) brightness(5);
}
.news .list1 ul li .cont .more:hover {
  box-shadow: 0 0 15px rgba(248, 143, 6, 0.5);
}
.news .list1 ul li .cont .more:hover::before {
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.news .list1 ul li:hover,
.news .list1 ul li.on {
  box-shadow: 0px 0px 30px 0px rgba(0, 0, 0, 0.05);
}
.news .list1 ul li:hover .pic,
.news .list1 ul li.on .pic {
  opacity: 0;
  filter: alpha(opacity=0);
  pointer-events: none;
}
.news .list1 ul li:hover .pic img,
.news .list1 ul li.on .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.news .list1 ul li:hover .cont .bt,
.news .list1 ul li.on .cont .bt {
  color: #22377a;
  font-weight: bold;
}
.news .list1 ul li:hover .cont .line,
.news .list1 ul li.on .cont .line {
  background-size: 100% 100%;
}
.news .list2 {
  margin: 30px 30px 0;
  background-color: #ffffff;
  box-shadow: 0px -13px 29px 0px rgba(0, 0, 0, 0.04);
  overflow: hidden;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  width: 33.33%;
  height: 140px;
  border-left: 1px solid #eee;
  padding: 35px 45px 0 32px;
}
.news .list2 ul li:first-child {
  border-left: none;
}
.news .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  padding-right: 25px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .bt::before {
  content: "#";
  margin-right: 10px;
}
.news .list2 ul li .bt::after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  height: 100%;
  width: 12px;
  background: url(../images/newsadd.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
}
.news .list2 ul li .date {
  font-size: 14px;
  font-family: Arial;
  color: #888888;
  margin-top: 10px;
  line-height: 10px;
}
.news .list2 ul li:hover .bt {
  color: #22377a;
}
.news .list2 ul li:hover .bt::after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  -webkit-transform: rotate(90deg);
  -moz-transform: rotate(90deg);
  -o-transform: rotate(90deg);
  transform: rotate(90deg);
}
.links {
  padding: 60px 0;
}
.links .linksBox {
  display: flex;
  line-height: 40px;
}
.links .tit {
  float: left;
  position: relative;
  width: 128px;
  height: 40px;
  background: url(../images/linkstit.png) 0 bottom no-repeat;
  padding-left: 28px;
  padding-top: 0;
  line-height: 1;
  font-size: 16px;
}
.links .list {
  flex: 1;
  float: right;
  overflow: hidden;
  width: 1152px;
}
.links .list a {
  display: inline-block;
  vertical-align: top;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #22377a;
}
