.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../image/gesture.png), default;
}
.swiper-container img {
  cursor: url(../image/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 680px;
  overflow: hidden;
}
.banner .mouse {
  display: block;
  width: 23px;
  height: 73px;
  position: absolute;
  left: 50%;
  margin-left: -12px;
  bottom: 20px;
  background: url(../image/mouse.png) 0 center no-repeat;
  animation: arrow 2.4s linear infinite;
  z-index: 6;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
.banner .slider {
  width: 100% !important;
  height: 680px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../image/arrowPrev.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-prev {
  left: 3%;
}
.banner .osSlider-main .slider-btn-next {
  position: absolute;
  z-index: 30;
  top: 50%;
  right: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../image/arrowNext.png) 50% 50% no-repeat;
  transition: all 0.5s linear;
  cursor: pointer;
}
.banner .osSlider-main:hover .slider-btn-next {
  right: 3%;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav {
  position: absolute;
  width: 100%;
  bottom: 110px;
  text-align: center;
  z-index: 25;
  font-size: 0;
}
.banner .osSlider-main .slider-nav li {
  display: inline-block;
  vertical-align: top;
  width: 18px;
  height: 18px;
  border: solid 1px #ffffff;
  text-align: center;
  font-family: Arial;
  font-size: 0;
  line-height: 32px;
  margin: 0 10px;
  border-radius: 50%;
  background: transparent;
  cursor: pointer;
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .osSlider-main .slider-nav li:before {
  content: "";
  display: inline-block;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border-radius: 50%;
  left: 50%;
  top: 50%;
  margin-left: -6px;
  margin-top: -6px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
}
.banner .osSlider-main .slider-nav li.active {
  border-color: #313465;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #313465;
}
.inTop .topBox {
  padding: 58px 10px 32px;
  line-height: 40px;
  box-shadow: 0 10px 10px -10px rgba(0, 0, 0, 0.2);
  width: 1220px;
}
.inTop .slogan {
  float: left;
  font-size: 18px;
  height: 40px;
  line-height: 40px;
  width: 362px;
  background: url(../image/slogan.png) 0 center no-repeat;
  padding-left: 80px;
}
.inTop .search {
  float: left;
  width: 530px;
  height: 40px;
  position: relative;
  border-left: 1px #c9c9c9 solid;
  border-right: 1px #c9c9c9 solid;
  overflow: hidden;
  padding: 0 70px 0 158px;
  background: url(../image/search.png) 95px center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchBox {
  border-bottom: 1px solid #c9c9c9;
  height: 40px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchBox:hover {
  border-color: #313465;
}
.inTop .search .searchInp {
  width: 270px;
  height: 38px;
  border: none;
  line-height: 38px;
  font-size: 14px;
  background: none;
  color: #333;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .searchInp::-webkit-input-placeholder {
  color: #777777;
}
.inTop .search .searchInp:focus::-webkit-input-placeholder,
.inTop .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.inTop .search .submitBtn {
  background: url(../image/searchico.png) center center no-repeat;
  width: 30px;
  height: 38px;
  cursor: pointer;
  border: none;
  float: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.inTop .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.inTop .xunpan {
  color: #444444;
  float: right;
  cursor: pointer;
  position: relative;
  background: url(../image/xunpan.png) 0 center no-repeat;
  padding-left: 55px;
  font-size: 16px;
}
.inTop .xunpan i {
  font-weight: bold;
}
.inTop .xunpan #xunpantip {
  z-index: 999;
  position: absolute;
  top: 45px;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #313465;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(49, 52, 101, 0.15);
}
.inTop .xunpan #xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #313465;
}
.inTop .xunpan #xunpantip.xunpantextactive {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.title {
  line-height: 1;
  background: url(../image/tit.png) 0 0 no-repeat;
  height: 80px;
  padding: 23px 0 0 21px;
  position: relative;
  float: left;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  width: 27px;
  height: 27px;
  background-color: #313465;
  opacity: 0.2;
  left: -13px;
  bottom: -13px;
  border-radius: 100%;
}
.title h4 {
  text-transform: uppercase;
  font-size: 12px;
  color: #999999;
  line-height: 10px;
}
.title h3 {
  font-size: 24px;
  font-weight: bold;
  margin-top: 7px;
}
.product {
  padding: 80px 0;
}
.product .proHd:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav {
  float: right;
}
.product .proNav a {
  display: inline-block;
  margin-left: 50px;
  font-size: 16px;
  line-height: 80px;
  position: relative;
}
.product .proNav a:first-child {
  margin-left: 0;
}
.product .proNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 0;
  height: 1px;
  width: 0;
  background-color: #313465;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 0;
  height: 1px;
  width: 0;
  background-color: #313465;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a span:before {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  top: 7px;
  height: 0;
  width: 1px;
  background-color: #dcdcdc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a span:after {
  content: "";
  display: block;
  position: absolute;
  left: 50%;
  bottom: 7px;
  height: 0;
  width: 1px;
  background-color: #dcdcdc;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a:hover {
  color: #313465;
}
.product .proNav a:hover:before,
.product .proNav a:hover:after {
  left: 0;
  width: 100%;
}
.product .proNav a:hover span:before,
.product .proNav a:hover span:after {
  height: 15px;
}
.product .list {
  margin-top: 5px;
}
.product .list ul {
  margin-right: -36px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  position: relative;
  width: 375px;
  height: 396px;
  border: solid 1px #f5f5f5;
  z-index: 1;
  padding: 9px 9px 0;
  margin: 34px 36px 0 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .pic {
  display: block;
  width: 355px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.product .list 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li .cont {
  height: 104px;
  padding-top: 20px;
}
.product .list li .cont h4 {
  line-height: 36px;
  height: 36px;
}
.product .list li .cont h4:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li .cont h4 .bt {
  float: left;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  width: 260px;
  font-size: 16px;
}
.product .list li .cont h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .list li .cont h4 .more {
  float: right;
  font-size: 12px;
  color: #777777;
}
.product .list li .cont h4 .more:hover {
  -webkit-transform: translateX(-5px);
  transform: translateX(-5px);
}
.product .list li .cont h4 .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #bfbfbf;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .list li .cont h4 .more:after {
  content: ">";
  margin-left: 5px;
}
.product .list li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #777777;
  line-height: 26px;
}
.product .list li:hover {
  box-shadow: 0 5px 15px -3px rgba(49, 52, 101, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.product .list li:hover .cont .bt {
  color: #313465;
}
.product .list li:hover .cont .more {
  color: #313465;
}
.product .list li:hover .cont .more:before {
  background-color: #313465;
}
.youshi {
  position: relative;
  background: url(../image/ysbg.jpg) center 0 no-repeat;
  height: 720px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .title {
  position: absolute;
  left: 50%;
  margin-left: -600px;
  z-index: 4;
  top: 0;
}
.youshi .bd {
  overflow: hidden;
  height: 720px;
}
.youshi .bd li {
  height: 720px;
  overflow: hidden;
}
.youshi .bd li .yspic {
  float: left;
  width: 340px;
  height: 720px;
  position: relative;
}
.youshi .bd li .pic {
  width: 700px;
  height: 600px;
  z-index: 1;
  overflow: hidden;
  position: relative;
  position: absolute;
  right: 0;
  top: 120px;
}
.youshi .bd li .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.youshi .bd li .pic:hover:before,
.youshi .bd li .pic.pic:hover:before,
.youshi .bd li .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.youshi .bd li .pic img {
  width: 700px;
  height: 600px;
  display: block;
}
.youshi .bd li .cont {
  float: left;
  width: 390px;
  margin-left: 85px;
  padding-top: 236px;
  position: relative;
}
.youshi .bd li .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd li .cont h4 {
  font-weight: bold;
  line-height: 1;
  font-size: 24px;
  display: inline-block;
  line-height: 56px;
  border-top: 2px solid #313465;
  border-bottom: 2px solid #313465;
  padding: 0;
}
.youshi .bd li .cont .text {
  font-size: 16px;
  color: #444444;
  line-height: 40px;
  margin-top: 31px;
}
.youshi .bd li .hd {
  position: relative;
  float: right;
  width: 280px;
}
.youshi .bd li .hd .icon {
  background: #313465;
  width: 280px;
  height: 350px;
  text-align: center;
  color: #fff;
  position: relative;
  padding-top: 85px;
}
.youshi .bd li .hd .icon i {
  display: block;
  margin: auto;
  width: 120px;
  height: 120px;
}
.youshi .bd li .hd .icon i.ico1 {
  background: url(../image/ysico1.png) center center no-repeat;
}
.youshi .bd li .hd .icon i.ico2 {
  background: url(../image/ysico2.png) center center no-repeat;
}
.youshi .bd li .hd .icon i.ico3 {
  background: url(../image/ysico3.png) center center no-repeat;
}
.youshi .bd li .hd .icon i.ico4 {
  background: url(../image/ysico4.png) center center no-repeat;
}
.youshi .bd li .hd .icon h4 {
  line-height: 1;
  margin-top: 30px;
  font-size: 24px;
}
.youshi .bd li .hd .num {
  height: 370px;
  background-color: #ffffff;
  border-bottom: 4px solid #313465;
  text-align: center;
  font-family: Arial;
  font-size: 72px;
  line-height: 1;
  color: #313465;
  padding-top: 84px;
  position: relative;
}
.youshi .bd li:hover .cont h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
  padding: 0 20px;
}
.youshi .bd li:hover .cont .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .page {
  position: absolute;
  right: 50%;
  margin-right: -600px;
  bottom: 98px;
  width: 280px;
  height: 38px;
  text-align: center;
  z-index: 3;
}
.youshi .page span {
  display: inline-block;
  vertical-align: middle;
  width: 20px;
  height: 38px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .page i {
  display: inline-block;
  vertical-align: middle;
  width: 1px;
  height: 21px;
  background-color: #cccccc;
  margin: 0 30px;
}
.youshi .page .prev {
  background: url(../image/ysl.png) center center no-repeat;
}
.youshi .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .page .next {
  background: url(../image/ysr.png) center center no-repeat;
}
.youshi .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.message .tit {
  width: 340px;
  height: 250px;
  background: url(../image/lytit.jpg) center center no-repeat;
  font-size: 30px;
  color: #ffffff;
  line-height: 1;
  padding-top: 62px;
  text-align: center;
  font-weight: bold;
  float: left;
}
.message .tit i {
  display: block;
  width: 80px;
  height: 68px;
  background: url(../image/lyico.png) center center no-repeat;
  margin: auto;
  margin-bottom: 30px;
}
.message .formbox {
  width: 772px;
  float: right;
  padding-top: 23px;
}
.message .formbox label {
  float: left;
  padding-left: 44px;
  position: relative;
  margin-top: 29px;
}
.message .formbox label i {
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  height: 36px;
  width: 31px;
}
.message .formbox label i.ico1 {
  background: url(../image/inpxm.png) 0 center no-repeat;
  margin-right: 10px;
}
.message .formbox label i.ico2 {
  background: url(../image/inpdh.png) 0 center no-repeat;
}
.message .formbox label i.ico3 {
  background: url(../image/inpnr.png) 0 center no-repeat;
}
.message .formbox label i.ico4 {
  background: url(../image/inpyzm.png) 0 center no-repeat;
}
.message .formbox input {
  display: block;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 300px;
  height: 36px;
  background: none;
  border: none;
  border-bottom: solid 1px rgba(229, 229, 229, 0.5);
  line-height: 35px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  margin-right: 80px;
}
.message .formbox input.xqcontent {
  width: 728px;
}
.message .formbox input.codeText {
  padding-left: 0;
}
.message .formbox input::-webkit-input-placeholder {
  color: #bbbbbb;
}
.message .formbox input:focus,
.message .formbox input:active {
  border-color: rgba(49, 52, 101, 0.7);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 90px;
  height: 35px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  margin-top: 31px;
  float: right;
  width: 102px;
  height: 34px;
  background-color: #313465;
  border: none;
  font-size: 14px;
  text-align: center;
  color: #ffffff;
  font-size: 16px;
  line-height: 34px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  overflow: hidden;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #313465;
  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;
}
.message .formbox .submitform:hover {
  background: none;
  color: #313465;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message .formbox .submitform:hover {
  box-shadow: 0 8px 10px -5px rgba(255, 255, 255, 0.5);
}
.case {
  padding: 80px 0;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  height: 580px;
}
.case .caseBox .title {
  float: none;
}
.case .caseBox .caseL {
  float: left;
  width: 550px;
}
.case .caseBox .caseL .list {
  margin-top: 22px;
}
.case .caseBox .caseL .list li {
  width: 550px;
  height: 200px;
  background-color: #f5f5f5;
  padding: 20px;
  margin-top: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .list li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseBox .caseL .list li .pic {
  display: block;
  width: 200px;
  height: 160px;
  position: relative;
  overflow: hidden;
  float: left;
}
.case .caseBox .caseL .list 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .caseL .list li .cont {
  float: right;
  width: 265px;
  margin-right: 14px;
  padding-top: 12px;
}
.case .caseBox .caseL .list li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 36px;
  height: 36px;
  font-size: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .list li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseL .list li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  color: #777777;
  margin-top: 5px;
}
.case .caseBox .caseL .list li .cont .more {
  display: inline-block;
  font-size: 12px;
  color: #777777;
  line-height: 20px;
  margin-top: 16px;
}
.case .caseBox .caseL .list li .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseBox .caseL .list li .cont .more:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 30px;
  height: 1px;
  background-color: #bfbfbf;
  margin-right: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseL .list li .cont .more:after {
  content: ">";
  margin-left: 5px;
}
.case .caseBox .caseL .list li:hover {
  box-shadow: 0 5px 15px -3px rgba(49, 52, 101, 0.2);
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case .caseBox .caseL .list li:hover .cont .bt {
  color: #313465;
}
.case .caseBox .caseL .list li:hover .cont .more {
  color: #313465;
}
.case .caseBox .caseL .list li:hover .cont .more:before {
  background-color: #313465;
}
.case .caseBox .caseSwiper {
  float: right;
  width: 600px;
}
.case .caseBox .caseSwiper li {
  position: relative;
  width: 600px;
  height: 500px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
}
.case .caseBox .caseSwiper li .pic {
  display: block;
  width: 600px;
  height: 500px;
  position: relative;
  overflow: hidden;
}
.case .caseBox .caseSwiper 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-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);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox .caseSwiper li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .caseBox .caseSwiper li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  left: 0;
  bottom: 0;
  z-index: 1;
  color: #fff;
  width: 100%;
  font-size: 16px;
  line-height: 1;
  text-align: center;
  height: 50px;
  line-height: 50px;
  padding: 0 20px;
  background-color: rgba(49, 52, 101, 0.8);
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.case .caseBox .tip {
  position: absolute;
  right: 0;
  bottom: 5px;
  line-height: 1;
  height: 30px;
  width: 600px;
  text-align: right;
  font-size: 30px;
  color: #e4e5f2;
  font-family: 'Times New Roman', Times, serif;
}
.case .caseBox .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  width: 300px;
  height: 1px;
  background-color: #eeeeee;
}
.about {
  background: url(../image/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutBox {
  height: 805px;
}
.about .tip {
  position: absolute;
  left: 0;
  bottom: 0;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 24px;
  font-family: 'Times New Roman', Times, serif;
  color: #dfdfe5;
  line-height: 1;
  width: 18px;
  z-index: 2;
}
.about .tip span {
  color: #ffffff;
}
.about .aboutPic {
  position: relative;
  width: 740px;
  height: 805px;
  float: left;
}
.about .aboutPic .pic {
  display: block;
  width: 1100px;
  height: 700px;
  position: relative;
  position: absolute;
  right: 0;
  top: 0;
}
.about .aboutPic .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.about .aboutPic .pic:hover:before,
.about .aboutPic .pic.pic:hover:before,
.about .aboutPic .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.about .aboutPic .pic img {
  width: 1100px;
  height: 700px;
  position: absolute;
  left: 0;
  bottom: 0;
  right: 0;
  margin: auto;
}
.about .aboutText {
  position: absolute;
  width: 550px;
  height: 336px;
  background-color: #ffffff;
  bottom: 0;
  z-index: 2;
  left: 190px;
  padding: 68px 30px 0 62px;
}
.about .aboutText:before {
  content: "";
  display: block;
  position: absolute;
  width: 30px;
  height: 30px;
  right: 0;
  bottom: 0;
  border-right: 3px #313465 solid;
  border-bottom: 3px #313465 solid;
}
.about .aboutText h4 {
  font-size: 24px;
  color: #313465;
  line-height: 1;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 32px;
  height: 96px;
  color: #555555;
  font-size: 15px;
  text-align: justify;
  margin-top: 22px;
}
.about .aboutText .more {
  display: block;
  font-size: 15px;
  line-height: 20px;
  margin-top: 52px;
  text-align: right;
  position: relative;
}
.about .aboutText .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .aboutText .more:before {
  content: "";
  position: absolute;
  left: 0;
  top: 50%;
  display: block;
  width: 350px;
  height: 1px;
  background-color: #e5e5e5;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:after {
  content: ">";
  margin-left: 5px;
}
.about .aboutText .more:hover {
  color: #313465;
}
.about .aboutR {
  float: right;
  padding-top: 50px;
  width: 320px;
}
.about .aboutR .title {
  float: none;
  text-align: right;
  padding: 23px 30px 0 0 ;
  background: url(../image/abouttit.png) right 0 no-repeat;
}
.about .aboutR .title:before {
  left: auto;
  right: -13px;
}
.about .aLink {
  padding-top: 22px;
}
.about .aLink * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a {
  display: block;
  width: 320px;
  height: 170px;
  position: relative;
  line-height: 1;
  margin-top: 30px;
  background-color: #ffffff;
  padding: 70px 0 0 202px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #313465, #313465);
  background-image: linear-gradient(to right, #313465, #313465);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.about .aLink a:hover {
  background-size: 100% 100%;
  color: #fff;
}
.about .aLink a:before {
  content: "";
  display: block;
  position: absolute;
  left: 130px;
  top: 80px;
  width: 40px;
  height: 1px;
  background-color: #313465;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i {
  display: block;
  position: absolute;
  width: 50px;
  height: 60px;
  left: 50px;
  top: 55px;
  overflow: hidden;
  margin: auto;
}
.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.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a i.ico1:before {
  background: url(../image/aboutico1.png) center center no-repeat;
}
.about .aLink a i.ico1:after {
  background: url(../image/aboutico1h.png) center center no-repeat;
}
.about .aLink a i.ico2:before {
  background: url(../image/aboutico2.png) center center no-repeat;
}
.about .aLink a i.ico2:after {
  background: url(../image/aboutico2h.png) center center no-repeat;
}
.about .aLink a i.ico3:before {
  background: url(../image/aboutico3.png) center center no-repeat;
}
.about .aLink a i.ico3:after {
  background: url(../image/aboutico3h.png) center center no-repeat;
}
.about .aLink a:hover i:before,
.about .aLink a:hover i:after {
  top: -100%;
}
.about .aLink a span {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aLink a span.cn {
  font-size: 18px;
  color: #313465;
}
.about .aLink a span.en {
  font-size: 12px;
  margin-top: 5px;
}
.about .aLink a:hover:before {
  background-color: #fff;
  -webkit-transition-delay: 0.1s;
  transition-delay: 0.1s;
}
.about .aLink a:hover .cn {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
  color: #fff;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.about .aLink a:hover .en {
  -webkit-transform: translateY(-2px);
  transform: translateY(-2px);
  color: #fff;
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news {
  padding: 80px 0 55px;
}
.news .newsTab {
  position: relative;
  text-align: center;
}
.news .newsTab:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul {
  font-size: 0;
  float: right;
}
.news .newsTab ul li {
  display: inline-block;
  cursor: pointer;
  margin-left: 40px;
  padding-top: 20px;
}
.news .newsTab ul li a {
  display: block;
  text-align: center;
  height: 40px;
  line-height: 40px;
  font-size: 18px;
  color: #484848;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 21px;
  height: 40px;
  overflow: hidden;
  margin-right: 10px;
}
.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(../image/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1:after {
  background: url(../image/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:before {
  background: url(../image/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2:after {
  background: url(../image/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:before {
  background: url(../image/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3:after {
  background: url(../image/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on a {
  color: #313465;
}
.news .newsTab ul li.on a i {
  border-color: #313465;
}
.news .newsTab ul li.on a i:before,
.news .newsTab ul li.on a i:after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 10px;
}
.news .newsList .list {
  position: relative;
}
.news .newsList .list ul {
  margin-right: -40px;
}
.news .newsList .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list ul li {
  float: left;
  width: 580px;
  height: 100px;
  border: solid 1px #e5e5e5;
  margin-right: 40px;
  margin-top: 30px;
  padding: 16px 30px 0 124px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li .date {
  height: 50px;
  border-right: 1px #dcdcdc solid;
  position: absolute;
  width: 92px;
  left: 0;
  top: 24px;
  text-align: center;
}
.news .newsList .list ul li .date i {
  display: block;
  font-size: 24px;
  color: #999999;
  line-height: 20px;
  font-weight: bold;
}
.news .newsList .list ul li .date em {
  display: block;
  margin: 9px auto 0;
  width: 30px;
  height: 1px;
  background-color: #cccccc;
}
.news .newsList .list ul li .date span {
  display: block;
  margin-top: 9px;
  color: #777777;
  font-size: 12px;
  line-height: 10px;
}
.news .newsList .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  line-height: 35px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  color: #555555;
}
.news .newsList .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list ul li p {
  font-size: 13px;
  line-height: 24px;
  color: #777777;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list ul li:hover {
  box-shadow: 0px 4px 8px 0px rgba(0, 0, 0, 0.05);
  border: solid 1px #ffffff;
}
.news .newsList .list ul li:hover .bt {
  color: #313465;
}
.links {
  padding-bottom: 50px;
}
.links .tit {
  text-transform: uppercase;
  font-size: 24px;
  font-weight: bold;
  line-height: 30px;
  float: left;
  width: 70px;
}
.links .list {
  float: left;
  width: 1130px;
  line-height: 30px;
}
.links .list a {
  color: #555555;
  display: inline-block;
  margin-left: 30px;
}
.links .list a:hover {
  color: #313465;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
