@charset "utf-8";

.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
}
.banner {
  width: 100%;
  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;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 30px;
  z-index: 3;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #233e97 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: #233e97;
  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%;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
  width: 120px;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  margin-top: 20px;
  padding-left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 1;
}
.titBox .moreLink:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  left: 0;
  bottom: 4px;
  width: 100%;
  height: 10px;
  background-color: #233e97;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .moreLink:hover {
  color: #fff;
  padding-left: 24px;
}
.titBox .moreLink:hover:before {
  opacity: 1;
  height: 100%;
  bottom: 0;
  box-shadow: 0 10px 10px -5px rgba(35, 62, 151, 0.5);
}
.title {
  line-height: 1;
  height: 130px;
  position: relative;
  padding-left: 128px;
}
.title:after {
  content: "";
  display: block;
  width: 1030px;
  height: 1px;
  background-color: #dedede;
  position: absolute;
  top: 86px;
  left: 250px;
}
.title:before {
  content: "";
  display: block;
  border-radius: 100%;
  width: 130px;
  height: 130px;
  border: solid 33px #bbbbbb;
  opacity: 0.1;
  position: absolute;
  top: 0;
  left: -35px;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title em {
  display: block;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-weight: bold;
  font-size: 14px;
  color: #c3c3c3;
  margin-top: 12px;
  font-size: 165px;
  line-height: 114px;
  width: 140px;
  overflow: hidden;
  border-bottom-left-radius: 40px;
  font-style: italic;
  color: #233e97;
  position: absolute;
  left: -8px;
  top: -25px;
}
.title i {
  display: block;
  font-size: 36px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  line-height: 24px;
  font-weight: bold;
  padding-top: 22px;
}
.title i::first-letter {
  float: right;
  color: transparent;
}
.title b {
  display: block;
  font-size: 26px;
  margin-top: 28px;
  font-weight: normal;
}
.product {
  padding: 80px 0 72px;
}
.product .proNav::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav .title {
  float: left;
}
.product .proNav ul {
  float: right;
  font-size: 0;
  margin-top: 21px;
}
.product .proNav ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 64px;
  margin-left: 24px;
  font-size: 16px;
  position: relative;
}
.product .proNav ul li:before {
  content: "//";
  line-height: 66px;
  width: 16px;
  position: absolute;
  top: 0;
  margin-left: -40px;
  margin-left: -20px;
  text-align: center;
  color: #999999;
}
.product .proNav ul li:first-child {
  margin-left: 0;
}
.product .proNav ul li:first-child:before {
  display: none;
}
.product .proNav ul li a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  line-height: 66px;
  font-size: 16px;
  color: #999999;
  padding: 0 8px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  bottom: 0;
  width: 0;
  left: 50%;
  height: 3px;
  background-color: #f9982c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  color: #f9982c;
  font-weight: bold;
}
.product .proNav ul li.on a:before,
.product .proNav ul li:hover a:before {
  width: 100%;
  left: 0;
}
.product .proTabs {
  margin-top: 10px;
}
.product .proList {
  position: relative;
  display: none;
}
.product .proList:first-child {
  display: block;
}
.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;
  margin-top: 40px;
  margin-right: 26px;
  position: relative;
  width: 300px;
  height: 330px;
  background-color: #ffffff;
  box-shadow: 0px 0px 10px 0px rgba(0, 0, 0, 0.1);
  padding: 10px 10px 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic {
  display: block;
  width: 100%;
  height: 205px;
  border: solid 1px #dddddd;
  position: relative;
  overflow: hidden;
  padding: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  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 ul li .cont {
  height: 115px;
  text-align: center;
  padding-top: 10px;
}
.product .proList ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .cont .more {
  display: block;
  margin: 10px auto 0;
  text-align: center;
  width: 120px;
  height: 32px;
  line-height: 30px;
  border-radius: 16px;
  border: solid 1px #dddddd;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li:hover {
  background: #233e97;
}
.product .proList ul li:hover .pic {
  border-color: transparent;
}
.product .proList ul li: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);
}
.product .proList ul li:hover .cont .bt {
  color: #fff;
}
.product .proList ul li:hover .cont .more {
  border: solid 1px #fff;
  color: #fff;
}
.product .proList ul li:hover .cont .more:hover {
  background-color: #fff;
  color: #233e97;
  box-shadow: 0 10px 10px -5px rgba(255, 255, 255, 0.5);
}
.product .proList .proPrev {
  position: absolute;
  left: -50px;
  top: 120px;
  width: 40px;
  height: 50px;
  background-color: #3a5235;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proList .proPrev:before {
  content: "<";
  display: block;
  font-family: simsun;
  font-size: 28px;
}
.product .proList .proPrev:hover {
  background-color: #233e97;
}
.product .proList .porNext {
  position: absolute;
  right: -50px;
  top: 120px;
  width: 40px;
  height: 50px;
  background-color: #3a5235;
  line-height: 50px;
  text-align: center;
  color: #fff;
  cursor: pointer;
  -webkit-transition: all 0.45s ease-out;
  transition: all 0.45s ease-out;
}
.product .proList .porNext:before {
  content: ">";
  display: block;
  font-family: simsun;
  font-size: 28px;
}
.product .proList .porNext:hover {
  background-color: #233e97;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.youshi .ysBox {
  height: 700px;
}
.youshi .bd {
  width: 1920px;
  position: absolute;
  left: 50%;
  top: 0;
  margin-left: -960px;
  height: 700px;
  overflow: hidden;
}
.youshi .bd ul li {
  height: 700px;
  overflow: hidden;
  position: relative;
}
.youshi .bd ul li .pic {
  width: 100%;
  height: 100%;
}
.youshi .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .bd ul li .box {
  background: url(../images/ystextbg.png) center center no-repeat;
  position: absolute;
  z-index: 2;
  top: 176px;
  right: 50%;
  margin-right: -704px;
  width: 600px;
  height: 360px;
  padding: 58px 64px 0;
}
.youshi .bd ul li .box * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd ul li .box .tit {
  text-align: center;
  line-height: 1;
}
.youshi .bd ul li .box .tit span {
  font-weight: bold;
  vertical-align: bottom;
  font-size: 24px;
}
.youshi .bd ul li .box .tit em {
  display: inline-block;
  font-size: 14px;
  margin-left: 12px;
  line-height: 18px;
  vertical-align: bottom;
}
.youshi .bd ul li .box .line {
  background: url(../images/ysline.png) center center no-repeat;
  height: 26px;
  margin-top: 30px;
}
.youshi .bd ul li .box .text {
  font-size: 16px;
  line-height: 42px;
  margin-top: 18px;
}
.youshi .bd ul li .box:hover .tit {
  color: #233e97;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.youshi .bd ul li .box:hover .line {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .bd ul li .box:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .ysL {
  width: 554px;
  height: 700px;
  position: relative;
  z-index: 3;
  color: #ffffff;
  padding-top: 80px;
}
.youshi .ysL:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  background: url(../images/yslbg.png) 0 center no-repeat;
  width: 874px;
  height: 100%;
  z-index: -1;
}
.youshi .ysL .ysTit span {
  display: block;
}
.youshi .ysL .ysTit span i {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 52px;
  font-weight: bold;
  line-height: 40px;
  vertical-align: bottom;
  display: inline-block;
  position: relative;
}
.youshi .ysL .ysTit span i:before {
  content: "";
  display: block;
  position: absolute;
  width: 19px;
  height: 18px;
  right: -38px;
  top: -20px;
  background: url(../images/ystit.png) 0 center no-repeat;
}
.youshi .ysL .ysTit span b {
  display: inline-block;
  font-size: 24px;
  vertical-align: bottom;
  line-height: 1;
  margin-left: 54px;
}
.youshi .ysL .ysTit em {
  display: block;
  letter-spacing: 7px;
  color: #ffffff;
  margin-top: 20px;
  line-height: 1;
  font-size: 14px;
}
.youshi .ysL .hd {
  margin-top: 96px;
}
.youshi .ysL .hd ul li {
  margin-top: 42px;
  height: 62px;
  line-height: 62px;
  color: #ffffff;
  cursor: pointer;
}
.youshi .ysL .hd ul li:first-child {
  margin-top: 0;
}
.youshi .ysL .hd ul li i {
  display: inline-block;
  vertical-align: top;
  width: 54px;
  height: 62px;
  overflow: hidden;
  background: url(../images/yshdli.png) center center no-repeat;
  margin-right: 20px;
}
.youshi .ysL .hd ul li i:before,
.youshi .ysL .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 .ysL .hd ul li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysL .hd ul li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .ysL .hd ul li span {
  display: inline-block;
  font-size: 20px;
  vertical-align: top;
}
.youshi .ysL .hd ul li em {
  font-family: Arial;
  font-size: 12px;
  vertical-align: bottom;
  display: inline-block;
  line-height: 54px;
  margin-left: 12px;
}
.youshi .ysL .hd ul li:hover,
.youshi .ysL .hd ul li.on {
  color: #f9982c;
}
.youshi .ysL .hd ul li:hover i,
.youshi .ysL .hd ul li.on i {
  background: url(../images/yshdlih.png) center center no-repeat;
}
.youshi .ysL .hd ul li:hover i:before,
.youshi .ysL .hd ul li.on i:before,
.youshi .ysL .hd ul li:hover i:after,
.youshi .ysL .hd ul li.on i:after {
  top: -100%;
}
.youshi .ysList {
  margin-top: 182px;
}
.youshi .ysList ul {
  display: flex;
  justify-content: space-between;
  width: 1142px;
  margin: auto;
}
.youshi .ysList ul li {
  width: 260px;
  height: 420px;
  background: url(../images/ysli.jpg) center 0 no-repeat;
  background-color: #718256;
  border-radius: 10px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #fff;
  box-shadow: 0 8px 15px -5px rgba(0, 0, 0, 0.4);
  position: relative;
  top: 0;
}
.youshi .ysList ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysList ul li .tit {
  height: 90px;
  padding-top: 24px;
  line-height: 1;
}
.youshi .ysList ul li .tit h4 {
  font-size: 18px;
  font-weight: bold;
}
.youshi .ysList ul li .tit h5 {
  margin-top: 10px;
  opacity: 0.5;
}
.youshi .ysList ul li .cont {
  height: 330px;
  padding: 30px 30px 0;
}
.youshi .ysList ul li .cont p {
  line-height: 30px;
  opacity: 0.8;
  height: 142px;
}
.youshi .ysList ul li .cont .pic {
  width: 100%;
  height: 120px;
  border: 2px solid rgba(255, 255, 255, 0.2);
  overflow: hidden;
}
.youshi .ysList ul li .cont .pic img {
  display: block;
  width: 100%;
  height: 100%;
}
.youshi .ysList ul li:hover .cont .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.youshi .ysList ul li:hover,
.youshi .ysList ul li.on {
  top: -20px;
}
.youshi .ysList ul li:hover .cont .pic img,
.youshi .ysList ul li.on .cont .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.youshi .ysimg {
  display: block;
  width: 508px;
  height: 238px;
  background: url(../images/ysimg.png) 0 center no-repeat;
  position: absolute;
  bottom: -130px;
  left: -398px;
}
.about {
  padding-top: 88px;
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutBox {
  height: 632px;
}
.about .video {
  position: absolute;
  right: -320px;
  top: 0;
  overflow: hidden;
  width: 796px;
  height: 632px;
}
.about .video img,
.about .video iframe {
  display: block;
  width: 100% !important;
  height: 100% !important;
}
.about .aboutText {
  width: 615px;
  padding-top: 36px;
  height: 412px;
}
.about .aboutText .abtEn {
  position: absolute;
  top: 30px;
  left: 684px;
}
.about .aboutText .abtEn h5 {
  text-transform: uppercase;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  position: absolute;
  left: 32px;
  top: 0;
  line-height: 38px;
  border-top: 4px solid #f9982c;
  font-size: 48px;
  padding-top: 25px;
  font-weight: bold;
  white-space: nowrap;
}
.about .aboutText .abtEn h4 {
  text-transform: uppercase;
  position: absolute;
  left: 0;
  top: 28px;
  font-size: 16px;
  width: 16px;
  line-height: 24px;
  color: #666666;
}
.about .aboutText .tit span {
  display: block;
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .tit i {
  display: block;
  font-size: 14px;
  line-height: 12px;
  letter-spacing: 4px;
  color: #999999;
  margin-top: 18px;
}
.about .aboutText .text {
  margin-top: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 42px;
  height: 168px;
  font-size: 16px;
  color: #666666;
  text-align: justify;
}
.about .aboutText .more {
  display: inline-block;
  width: 118px;
  margin-top: 34px;
  font-family: Arial;
  font-size: 16px;
  line-height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  z-index: 2;
}
.about .aboutText .more i {
  min-width: 5px;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  right: 0;
  bottom: 8px;
  width: 80px;
  height: 10px;
  background-color: #f9982c;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  color: #fff;
  padding-left: 12px;
}
.about .aboutText .more:hover:before {
  opacity: 1;
  height: 100%;
  width: 100%;
  bottom: 0;
  box-shadow: 0 10px 10px -5px rgba(249, 152, 44, 0.5);
}
.about .aLink {
  width: 410px;
  height: 220px;
  padding-top: 60px;
  display: flex;
  justify-content: space-between;
}
.about .aLink a {
  float: left;
  display: block;
  text-align: center;
  color: #fff;
  position: relative;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i {
  display: block;
  overflow: hidden;
  margin: auto;
  width: 60px;
  height: 70px;
  background: url(../images/alinkli.png) center 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i:before,
.about .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 .aLink a i.ico1:before {
  background: url(../images/aboutico1.png) center center no-repeat;
}
.about .aLink a i.ico1:after {
  background: url(../images/aboutico1h.png) center center no-repeat;
}
.about .aLink a i.ico2:before {
  background: url(../images/aboutico2.png) center center no-repeat;
}
.about .aLink a i.ico2:after {
  background: url(../images/aboutico2h.png) center center no-repeat;
}
.about .aLink a i.ico3:before {
  background: url(../images/aboutico3.png) center center no-repeat;
}
.about .aLink a i.ico3:after {
  background: url(../images/aboutico3h.png) center center no-repeat;
}
.about .aLink a:hover i {
  border-color: #233e97;
}
.about .aLink a:hover i:before,
.about .aLink a:hover i:after {
  top: -100%;
}
.about .aLink a span {
  display: block;
  font-size: 18px;
  margin-top: 8px;
  line-height: 38px;
}
.about .aLink a:hover {
  top: -10px;
}
.about .aLink a:hover,
.about .aLink a.on {
  color: #f9982c;
}
.about .aLink a:hover i,
.about .aLink a.on i {
  background: url(../images/alinklih.png) center 0 no-repeat;
}
.about .aLink a:hover i:before,
.about .aLink a.on i:before,
.about .aLink a:hover i:after,
.about .aLink a.on i:after {
  top: -100%;
}
.about .honor {
  width: 262px;
  height: 173px;
  position: absolute;
  left: 496px;
  bottom: 22px;
  /* background: url(../images/honorbg.jpg) 0 center no-repeat; */
  padding: 12px 15px;
  z-index: 4;
}
.about .honor img {
  display: block;
  /* background: #fff; */
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.about .honor:hover {
  /* box-shadow: 0 8px 15px -5px rgba(255, 255, 255, 0.5); */
}
.news {
  padding: 78px 0 56px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab {
  position: absolute;
  z-index: 2;
  left: 0;
  top: 0;
}
.news .newsTab ul li {
  margin-top: 16px;
}
.news .newsTab ul li:first-child {
  margin-top: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 250px;
  height: 84px;
  background-color: #ffffff;
  border-radius: 20px;
  line-height: 84px;
  position: relative;
  text-align: center;
  font-size: 18px;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 84px;
  overflow: hidden;
  margin-right: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i:before,
.news .newsTab ul li a i:after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #f9982c;
  color: #fff;
}
.news .newsTab ul li:hover a i:before,
.news .newsTab ul li.on a i:before,
.news .newsTab ul li:hover a i:after,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsBox {
  margin-top: 48px;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
/*  height: 705px; */
}
.news .newsList .newsOne {
  margin-left: 314px;
  position: relative;
}
.news .newsList .newsOne .newsOneBd {
  height: 285px;
  overflow: hidden;
}
.news .newsList .newsOne .newsOneBd ul li::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .newsOne .newsOneBd ul li .pic {
  float: left;
  width: 355px;
  height: 285px;
  border: 10px solid #ddd;
  overflow: hidden;
  position: relative;
}
.news .newsList .newsOne .newsOneBd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneBd ul li .cont {
  float: right;
  width: 560px;
  position: relative;
  padding-right: 165px;
  padding-top: 35px;
}
.news .newsList .newsOne .newsOneBd ul li .cont .date {
  position: absolute;
  right: 0;
  top: 46px;
  text-align: right;
}
.news .newsList .newsOne .newsOneBd ul li .cont .date i {
  display: block;
  font-size: 20px;
  line-height: 14px;
}
.news .newsList .newsOne .newsOneBd ul li .cont .date span {
  display: block;
  font-size: 34px;
  line-height: 26px;
  margin-top: 22px;
  font-weight: bold;
}
.news .newsList .newsOne .newsOneBd ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 18px;
  font-weight: bold;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneBd ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .newsOne .newsOneBd ul li .cont .line {
  width: 46px;
  height: 2px;
  background-color: #233e97;
  margin-top: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneBd ul li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #7c7c7c;
  margin-top: 24px;
}
.news .newsList .newsOne .newsOneBd ul li .cont .more {
  display: block;
  border-radius: 100%;
  margin-top: 36px;
  width: 44px;
  height: 44px;
  border: solid 1px #233e97;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneBd ul li .cont .more:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #233e97;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneBd ul li .cont .more:hover {
  background-color: #233e97;
}
.news .newsList .newsOne .newsOneBd ul li .cont .more:hover:before {
  border-left-color: #fff;
}
.news .newsList .newsOne .newsOneBd ul li:hover .pic img {
  -webkit-transform: scale(1.06) rotate(0);
  -moz-transform: scale(1.06) rotate(0);
  -o-transform: scale(1.06) rotate(0);
  transform: scale(1.06) rotate(0);
}
.news .newsList .newsOne .newsOneBd ul li:hover .cont .bt {
  color: #233e97;
}
.news .newsList .newsOne .newsOneHd {
  position: absolute;
  right: 0;
  top: 226px;
  z-index: 3;
}
.news .newsList .newsOne .newsOneHd ul {
  font-size: 0;
}
.news .newsList .newsOne .newsOneHd ul li {
  display: inline-block;
  border-radius: 100%;
  width: 9px;
  height: 9px;
  border: solid 1px #a4a6ba;
  cursor: pointer;
  margin-left: 11px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .newsOne .newsOneHd ul li.on {
  border-color: #233e97;
  background: #233e97;
}
.news .newsList .list2 ul {
  margin-right: -60px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  position: relative;
  width: 610px;
  height: 170px;
  margin-top: 40px;
  margin-right: 60px;
  z-index: 1;
  padding: 35px 145px 0 154px;
}
.news .newsList .list2 ul li:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  border: solid 1px #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date {
  position: absolute;
  border-right: solid 1px #cccccc;
  width: 119px;
  height: 100%;
  left: 0;
  top: 0;
  text-align: center;
  font-family: Arial;
  padding-top: 55px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date i {
  display: block;
  font-size: 50px;
  line-height: 36px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .date span {
  display: block;
  font-size: 14px;
  margin-top: 15px;
  line-height: 10px;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #233e97;
}
.news .newsList .list2 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #999999;
  margin-top: 10px;
  margin-top: 13px;
}
.news .newsList .list2 ul li .more {
  position: absolute;
  right: 28px;
  top: 67px;
  display: block;
  border-radius: 100%;
  width: 44px;
  height: 44px;
  border: solid 1px #cccccc;
  line-height: 42px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more:before {
  content: "";
  display: inline-block;
  position: relative;
  top: 3px;
  border-top: 8px solid transparent;
  border-bottom: 8px solid transparent;
  border-left: 8px solid #cccccc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .more:hover {
  background-color: #233e97 !important;
}
.news .newsList .list2 ul li .more:hover:before {
  border-left-color: #fff !important;
}
.news .newsList .list2 ul li:hover:before {
  border: solid 3px #233e97;
}
.news .newsList .list2 ul li:hover .date {
  background: #233e97;
  border-color: #233e97;
  color: #fff;
}
.news .newsList .list2 ul li:hover .date span {
  color: #fff;
}
.news .newsList .list2 ul li:hover .more {
  border-color: #233e97;
}
.news .newsList .list2 ul li:hover .more:before {
  border-left-color: #233e97;
}
.links {
  padding: 60px 0;
}
.links .linksBox {
  display: flex;
  z-index: 1;
}
.links .linksBox .tit {
  float: left;
}
.links .linksBox .tit i {
  display: block;
  text-transform: uppercase;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 30px;
  line-height: 20px;
  letter-spacing: 2px;
}
.links .linksBox .tit span {
  display: block;
  line-height: 1;
  margin-top: 6px;
  font-size: 16px;
  letter-spacing: 1px;
  color: #666666;
}
.links .linksBox .tit span:after {
  content: "";
  display: inline-block;
  background: url(../images/linkstit.png) center 0 no-repeat;
  vertical-align: middle;
  width: 25px;
  height: 5px;
  margin-left: 8px;
  position: relative;
  top: -1px;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  overflow: hidden;
  line-height: 32px;
  margin-bottom: -9px;
  margin-top: 5px;
  width: 1180px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  font-size: 14px;
  color: #999999;
  letter-spacing: 1px;
  margin-left: 40px;
}
.links .linksBox .list a:hover {
  color: #233e97;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
