@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);
  }
}
*:before,
*:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.banner {
  position: relative;
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  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(../images/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(../images/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: 30px;
  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: #0c8ef7;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #0c8ef7;
}
.product {
  padding: 70px 0 76px;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .proL {
  float: left;
  width: 580px;
}
.product .proL .tit {
  width: 580px;
  height: 60px;
  background-color: #f5f5f5;
  padding: 0 20px;
  line-height: 46px;
  font-size: 30px;
  font-weight: bold;
  position: relative;
}
.product .proL .tit:before {
  content: "";
  display: block;
  position: absolute;
  left: 20px;
  bottom: 10px;
  width: 31px;
  height: 3px;
  background-color: #0c8ef7;
}
.product .proL .tit a {
  color: #484848;
  display: inline-block;
}
.product .proL .proNav {
  margin-top: 20px;
}
.product .proL .proNav:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proL .proNav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 236px;
  padding-right: 10px;
  padding-left: 16px;
  position: relative;
  line-height: 36px;
  font-size: 16px;
  color: #484848;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .proNav a:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 50%;
  margin-top: -8px;
  width: 6px;
  height: 17px;
  background-color: #777777;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proL .proNav a:hover {
  color: #0c8ef7;
}
.product .proL .proNav a:hover:before {
  background-color: #0c8ef7;
}
.product .proL .one {
  position: relative;
  width: 580px;
  height: 380px;
  margin-top: 22px;
  overflow: hidden;
}
.product .proL .one .pic {
  display: block;
  width: 580px;
  height: 380px;
  position: relative;
  overflow: hidden;
}
.product .proL .one .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  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 .proL .one .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: -50px;
  padding: 0 20px;
  font-size: 16px;
  width: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: rgba(12, 142, 247, 0.7);
  color: #fff;
}
.product .proL .one: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 .proL .one:hover .bt {
  bottom: 0;
}
.product .list {
  float: right;
  overflow: hidden;
  width: 590px;
  height: 590px;
}
.product .list ul {
  margin-right: -30px;
}
.product .list li {
  float: left;
  position: relative;
  margin: 0 30px 30px 0;
  width: 280px;
  height: 280px;
  background-color: #f5f5f5;
}
.product .list li .pic {
  display: block;
  width: 280px;
  height: 235px;
  overflow: hidden;
  position: relative;
}
.product .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  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 1s ease-out;
  transition: all 1s 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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 45px;
  line-height: 45px;
  padding: 0 15px;
  color: #444444;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0c8ef7, #0c8ef7);
  background-image: linear-gradient(to right, #0c8ef7, #0c8ef7);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .list li:hover .bt {
  background-size: 100% 100%;
  -webkit-transition: ease-in-out 0.8s;
  transition: ease-in-out 0.8s;
  -webkit-transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  transition-timing-function: cubic-bezier(0.52, 1.64, 0.37, 0.66);
  border-color: #0c8ef7;
  color: #fff;
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 30px;
  font-weight: bold;
}
.title .en {
  margin-top: 15px;
  color: #888888;
  text-transform: uppercase;
  line-height: 12px;
  font-size: 14px;
}
.title .line {
  margin-top: 13px;
  height: 17px;
  background: url(../images/titline.png) center center no-repeat;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 690px;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysTit {
  position: absolute;
  width: 404px;
  right: 0;
  top: 0;
}
.youshi .ysBox {
  height: 432px;
  margin-top: 40px;
  padding-top: 35px;
}
.youshi .ysPic {
  position: absolute;
  left: 50%;
  margin-left: -215px;
  top: 0;
  width: 430px;
  height: 431px;
  background: url(../images/ysimgbg.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic img {
  position: absolute;
  width: 351px;
  height: 351px;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic:hover {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.youshi .ysPic:hover img {
  -webkit-transform: scale(1) rotate(-90deg);
  -moz-transform: scale(1) rotate(-90deg);
  -o-transform: scale(1) rotate(-90deg);
  transform: scale(1) rotate(-90deg);
}
.youshi .ysL {
  float: left;
  width: 245px;
}
.youshi .ysL li {
  height: 45px;
  margin-bottom: 100px;
  position: relative;
  padding-right: 66px;
  text-align: right;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysL li i {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 50px;
  height: 45px;
  overflow: hidden;
  margin: auto;
}
.youshi .ysL li i.ico1 {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .ysL li i.ico2 {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .ysL li i.ico3 {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .ysL li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysL li:hover i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.youshi .ysL li h4 {
  font-size: 18px;
  line-height: 1;
  padding-top: 4px;
}
.youshi .ysL li h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 8px;
  color: #777777;
  line-height: 1;
}
.youshi .ysR {
  float: right;
  width: 245px;
}
.youshi .ysR li {
  height: 45px;
  margin-bottom: 100px;
  position: relative;
  padding-left: 66px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysR li i {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 50px;
  height: 45px;
  overflow: hidden;
  margin: auto;
}
.youshi .ysR li i.ico4 {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .ysR li i.ico5 {
  background: url(../images/ysico5.png) center center no-repeat;
}
.youshi .ysR li i.ico6 {
  background: url(../images/ysico6.png) center center no-repeat;
}
.youshi .ysR li:hover {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysR li:hover i {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.youshi .ysR li h4 {
  font-size: 18px;
  line-height: 1;
  padding-top: 4px;
}
.youshi .ysR li h5 {
  text-transform: uppercase;
  font-size: 12px;
  margin-top: 8px;
  color: #777777;
  line-height: 1;
}
.youshi .mban {
  margin-top: 45px;
  text-align: center;
  line-height: 34px;
  font-size: 18px;
}
.youshi .mban .tel {
  display: inline-block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 30px;
  color: #444444;
  margin-left: 120px;
  vertical-align: top;
}
.youshi .mban .tel:before {
  content: "";
  display: inline-block;
  width: 30px;
  height: 34px;
  vertical-align: top;
  margin-right: 20px;
  animation: msClock2 1.4s linear infinite;
  background: url(../images/ystel.png) 0 center no-repeat;
}
.youshi .mban .zxLink {
  vertical-align: top;
  width: 100px;
  height: 34px;
  background-color: #0c8ef7;
  line-height: 34px;
  color: #fff;
  display: inline-block;
  margin-left: 30px;
  font-size: 14px;
  text-align: center;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.youshi .mban .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #0c8ef7;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .mban .zxLink:hover {
  background: none;
  color: #0c8ef7;
}
.youshi .mban .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.liyou {
  margin-top: 80px;
}
.liyou * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.liyou .lyBox {
  height: 746px;
}
.liyou .ysTit {
  text-align: right;
  position: absolute;
  right: 0;
  z-index: 2;
  top: 0;
}
.liyou .ysTit h4 {
  font-family: 'Times New Roman', Times, serif;
  font-size: 72px;
  line-height: 50px;
  color: #f5f5f5;
  text-transform: uppercase;
}
.liyou .ysTit h3 {
  font-size: 36px;
  margin-top: 20px;
  color: #484848;
}
.liyou .ysTit .line {
  float: right;
  width: 151px;
  height: 3px;
  background-color: #0c8ef7;
  margin-top: 29px;
}
.liyou .bd {
  overflow: hidden;
  height: 746px;
}
.liyou .bd li .pic {
  float: left;
  width: 650px;
  height: 530px;
  position: relative;
}
.liyou .bd li .pic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -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));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  background: -ms-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  opacity: 1;
}
.liyou .bd li .pic.pic:hover:before,
.liyou .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;
}
.liyou .bd li .pic img {
  display: block;
  width: 650px;
  height: 530px;
}
.liyou .bd li .cont {
  width: 500px;
  height: 562px;
  background-color: #f5f5f5;
  margin-top: 184px;
  padding: 98px 70px 0;
  float: right;
  position: relative;
}
.liyou .bd li .cont h4 {
  font-weight: bold;
  font-size: 24px;
  color: #484848;
  line-height: 1;
}
.liyou .bd li .cont h5 {
  text-transform: uppercase;
  font-size: 12px;
  color: #777777;
  line-height: 1;
  margin-top: 14px;
}
.liyou .bd li .cont .line {
  width: 200px;
  height: 1px;
  background-color: #cccccc;
  margin-top: 36px;
}
.liyou .bd li .cont .text {
  font-size: 16px;
  color: #484848;
  line-height: 36px;
  margin-top: 28px;
}
.liyou .lyPage {
  position: absolute;
  right: 310px;
  bottom: 110px;
}
.liyou .lyPage .prev {
  display: block;
  float: left;
  width: 60px;
  height: 38px;
  line-height: 34px;
  background-color: #0c8ef7;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.liyou .lyPage .prev:before {
  content: "<";
}
.liyou .lyPage .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.liyou .lyPage .next {
  display: block;
  float: left;
  width: 60px;
  height: 38px;
  line-height: 34px;
  background-color: #444444;
  font-size: 30px;
  color: #ffffff;
  text-align: center;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.liyou .lyPage .next:before {
  content: ">";
}
.liyou .lyPage .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.liyou .lyBan {
  position: absolute;
  left: 28px;
  bottom: 0;
  width: 350px;
  height: 400px;
  background-color: #0c8ef7;
  border: solid 2px #ffffff;
  padding: 35px 33px 0;
  color: #fff;
  z-index: 2;
}
.liyou .lyBan h4 {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
}
.liyou .lyBan .line {
  margin-top: 22px;
  width: 100px;
  height: 1px;
  background-color: #ffffff;
}
.liyou .lyBan h5 {
  line-height: 36px;
  font-size: 18px;
  margin-top: 16px;
}
.liyou .lyBan .pic {
  width: 280px;
  height: 180px;
  margin-top: 25px;
}
.liyou .lyBanEn {
  font-size: 12px;
  position: absolute;
  color: #999999;
  line-height: 24px;
  border-bottom: 64px;
  text-transform: uppercase;
  height: 156px;
  width: 246px;
  left: 404px;
  bottom: 0;
  z-index: 2;
}
.liyou .lyRimg {
  position: absolute;
  width: 382px;
  height: 312px;
  right: 50%;
  margin-right: -898px;
  bottom: 0;
  background: url(../images/lyRimg.png) center center no-repeat;
}
.fuwu {
  height: 150px;
  margin-top: 55px;
}
.fuwu * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.fuwu li {
  float: left;
  width: 360px;
  margin-left: 60px;
  position: relative;
  padding-left: 60px;
  height: 150px;
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.1);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.fuwu li:first-child {
  margin-left: 0;
}
.fuwu li h4 {
  position: absolute;
  left: 0;
  top: 0;
  height: 150px;
  width: 60px;
  line-height: 60px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  background: #0c8ef7;
  text-align: center;
  font-weight: bold;
  color: #ffffff;
  letter-spacing: 2px;
  font-size: 24px;
}
.fuwu li .num {
  position: absolute;
  right: 0;
  top: 0;
  width: 42px;
  height: 42px;
  background: url(../images/fwnum.png) right top no-repeat;
  font-size: 18px;
  color: #ffffff;
  line-height: 34px;
  text-align: center;
  padding-left: 10px;
}
.fuwu li p {
  font-size: 16px;
  line-height: 36px;
  width: 300px;
  float: right;
  padding: 38px 28px;
}
.fuwu li:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.case {
  padding: 82px 0 60px;
  background: url(../images/casebg.jpg) center bottom no-repeat;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox {
  margin-top: 30px;
}
.case .caseBox .swiper-container {
  height: auto !important;
}
.case .caseBox .swiper-wrapper {
  height: auto !important;
}
.case .caseBox li {
  width: 370px;
  height: 360px;
  float: left;
  margin-right: 45px;
  text-align: center;
  position: relative;
}
.case .caseBox li .pic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 100%;
  height: 320px;
}
.case .caseBox li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: #f4f4f4;
  position: absolute;
  color: #444444;
  padding: 0 15px;
  width: 330px;
  height: 80px;
  padding-top: 20px;
  line-height: 60px;
  bottom: 0;
  left: 50%;
  margin-left: -165px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(12, 142, 247, 0.9), rgba(12, 142, 247, 0.9));
  background-image: linear-gradient(to right, rgba(12, 142, 247, 0.9), rgba(12, 142, 247, 0.9));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center bottom;
}
.case .caseBox li .more {
  width: 50px;
  height: 50px;
  background-color: #0c8ef7;
  text-align: center;
  bottom: 55px;
  position: absolute;
  left: 50%;
  margin-left: -25px;
  color: #fff;
  line-height: 50px;
  border-radius: 50%;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #fff, #fff);
  background-image: linear-gradient(to right, #fff, #fff);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: center top;
}
.case .caseBox li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
  background-color: transparent;
}
.case .caseBox li:hover .more {
  background-size: 100% 100%;
  color: #0c8ef7;
}
.case .caseBox .casePrev {
  width: 26px;
  height: 50px;
  position: absolute;
  top: 150px;
  left: -55px;
  background: url(../images/cl.png) center center no-repeat;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
}
.case .caseBox .casePrev:hover {
  background: url(../images/clh.png) center center no-repeat;
}
.case .caseBox .caseNext {
  width: 26px;
  height: 50px;
  position: absolute;
  top: 150px;
  right: -55px;
  background: url(../images/cr.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .caseBox .caseNext:hover {
  background: url(../images/crh.png) center center no-repeat;
}
.about {
  margin-top: 80px;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .aboutBox {
  background: url(../images/aboutbg.png) 0 0 no-repeat;
  margin-top: 35px;
}
.about .aboutPic {
  float: right;
  width: 450px;
  height: 430px;
  overflow: hidden;
  position: relative;
}
.about .aboutPic:before {
  display: block;
  content: "";
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 1;
  -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));
  /*FireFox*/
  background: -o-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /* Opear */
  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.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 img {
  width: 450px;
  height: 430px;
  display: block;
}
.about .aboutText {
  float: left;
  width: 560px;
  margin-left: 55px;
}
.about .aboutText h4 {
  font-size: 36px;
  line-height: 1;
  font-weight: bold;
}
.about .aboutText .line {
  margin-top: 30px;
  width: 51px;
  height: 4px;
  background-color: #0c8aef;
}
.about .aboutText h5 {
  font-size: 20px;
  margin-top: 47px;
  line-height: 2;
}
.about .aboutText h5 a {
  color: #444444;
}
.about .aboutText .text {
  margin-top: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 40px;
  height: 120px;
  color: #444444;
  margin-top: 27px;
}
.showSlide {
  margin-top: 30px;
}
.showSlide .showTab {
  height: 100px;
  width: 750px;
  position: absolute;
  left: 0;
  top: -130px;
  font-size: 0;
  background: url(../images/showTab.png) 0 0 no-repeat;
}
.showSlide .showTab li {
  position: relative;
  padding-left: 48px;
  width: 97px;
  margin-left: 35px;
  padding-top: 28px;
  height: 72px;
  color: #fff;
  float: left;
}
.showSlide .showTab li:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 24px;
  width: 0;
  height: 2px;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showSlide .showTab li a {
  color: #fff;
}
.showSlide .showTab li i {
  display: block;
  position: absolute;
  left: 0;
  top: 24px;
  width: 36px;
  height: 40px;
  overflow: hidden;
}
.showSlide .showTab li i:before,
.showSlide .showTab 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;
}
.showSlide .showTab li i.ico1:before,
.showSlide .showTab li i.ico1:after {
  background: url(../images/showico1.png) center center no-repeat;
}
.showSlide .showTab li i.ico2:before,
.showSlide .showTab li i.ico2:after {
  background: url(../images/showico2.png) center center no-repeat;
}
.showSlide .showTab li i.ico3:before,
.showSlide .showTab li i.ico3:after {
  background: url(../images/showico3.png) center center no-repeat;
}
.showSlide .showTab li .cn {
  display: block;
  font-size: 16px;
  line-height: 1;
}
.showSlide .showTab li .en {
  display: block;
  font-size: 12px;
  line-height: 1;
  text-transform: uppercase;
  margin-top: 6px;
}
.showSlide .showTab li.on:before {
  width: 110px;
}
.showSlide .showTab li.on i:before,
.showSlide .showTab li.on i:after {
  top: -100%;
}
.showSlide .showTabs {
  overflow: hidden;
  position: relative;
  height: 255px;
}
.showSlide .showTabs .bd {
  overflow: hidden;
  margin: auto;
  height: 255px;
}
.showSlide .showTabs .bd ul {
  margin-right: -32px;
}
.showSlide .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide .showTabs .bd ul li {
  width: 276px;
  height: 255px;
  overflow: hidden;
  float: left;
  margin-right: 32px;
  z-index: 1;
  position: relative;
}
.showSlide .showTabs .bd ul li .pic:after,
.showSlide .showTabs .bd ul li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 1;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.showSlide .showTabs .bd ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #0c8ef7 transparent transparent #0c8ef7;
}
.showSlide .showTabs .bd ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #0c8ef7 #0c8ef7 transparent;
}
.showSlide .showTabs .bd ul li:hover .pic:after,
.showSlide .showTabs .bd ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.showSlide .showTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.showSlide .showTabs .bd ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
  -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);
}
.showSlide .showTabs .bd ul 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);
}
.showSlide .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #444444;
  padding-top: 15px;
  height: 20px;
  line-height: 20px;
  position: relative;
  z-index: 2;
  padding-right: 30px;
}
.showSlide .showTabs .bd ul li .bt:hover {
  padding-left: 5px;
}
.showSlide .showTabs .bd ul li .bt:before {
  content: "+";
  display: block;
  position: absolute;
  right: 0;
}
.showSlide .showTabs .bd ul li:hover .bt {
  color: #0c8ef7;
}
.news {
  margin-top: 75px;
  background: url(../images/newsbg.jpg) center bottom no-repeat;
  padding-bottom: 30px;
}
.news * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsBox {
  margin-top: 30px;
}
.news .newsTab {
  margin-top: 35px;
}
.news .newsTab ul {
  font-size: 0;
  height: 28px;
  line-height: 28px;
}
.news .newsTab ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab ul li {
  cursor: pointer;
  float: left;
  font-size: 18px;
  margin-right: 30px;
  color: #555555;
}
.news .newsTab ul li i {
  display: inline-block;
  width: 28px;
  height: 28px;
  vertical-align: top;
  overflow: hidden;
  margin: auto;
  margin-right: 10px;
}
.news .newsTab ul li i:before,
.news .newsTab 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;
}
.news .newsTab ul li i.ico1:before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li i.ico1:after {
  background: url(../images/newsico1h.png) center center no-repeat;
}
.news .newsTab ul li i.ico2:before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li i.ico2:after {
  background: url(../images/newsico2h.png) center center no-repeat;
}
.news .newsTab ul li i.ico3:before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li i.ico3:after {
  background: url(../images/newsico3h.png) center center no-repeat;
}
.news .newsTab ul li.on i:before,
.news .newsTab ul li.on i:after {
  top: -100%;
}
.news .newsTab ul li.on a {
  display: block;
  font-weight: bold;
  color: #0c8ef7;
}
.news .newsTabs {
  margin-top: 30px;
  overflow: hidden;
  height: 675px;
  width: 1230px;
  margin-left: -15px;
}
.news .newsTabs li {
  height: 660px;
  margin: 0 15px 15px;
}
.news .newsTabs li .newsPic {
  height: 250px;
  width: 760px;
  position: relative;
}
.news .newsTabs li .newsPic .pic:after,
.news .newsTabs li .newsPic .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 1px solid;
  transition: all 0.6s ease;
  z-index: 2;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTabs li .newsPic .pic:before {
  top: 0;
  left: 0;
  border-color: #0c8ef7 transparent transparent #0c8ef7;
}
.news .newsTabs li .newsPic .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #0c8ef7 #0c8ef7 transparent;
}
.news .newsTabs li .newsPic:hover .pic:after,
.news .newsTabs li .newsPic:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs li .newsPic .pic {
  display: block;
  width: 400px;
  height: 250px;
  float: left;
  overflow: hidden;
  position: relative;
}
.news .newsTabs li .newsPic .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .newsPic .text {
  float: right;
  width: 322px;
  padding-top: 10px;
}
.news .newsTabs li .newsPic .text .bt {
  line-height: 36px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  color: #555555;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs li .newsPic .text .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs li .newsPic .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 36px;
  height: 108px;
  color: #555555;
  margin-top: 5px;
}
.news .newsTabs li .newsPic .text .more {
  margin-top: 20px;
  display: block;
  background-color: #0c8ef7;
  color: #fff;
  text-align: center;
  width: 100px;
  line-height: 35px;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.news .newsTabs li .newsPic .text .more:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #0c8ef7;
  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;
}
.news .newsTabs li .newsPic .text .more:hover {
  background: none;
  color: #0c8ef7;
}
.news .newsTabs li .newsPic .text .more:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.news .newsTabs li .newsPic:hover .bt {
  color: #0c8ef7;
}
.news .newsTabs .list {
  margin-right: -30px;
  padding-top: 10px;
}
.news .newsTabs .item {
  margin-right: 30px;
  width: 585px;
  height: 80px;
  position: relative;
  background-color: #ffffff;
  margin-top: 20px;
  float: left;
  padding: 10px 90px 0 30px;
  line-height: 30px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .item .bt {
  font-size: 15px;
  color: #555555;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsTabs .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .item .bt:hover {
  color: #0c8ef7;
}
.news .newsTabs .item .date {
  color: #999999;
}
.news .newsTabs .item .more {
  display: block;
  position: absolute;
  right: 30px;
  top: 20px;
  width: 40px;
  height: 40px;
  background: url(../images/newsli.png) center center no-repeat;
}
.news .newsTabs .item .more:hover {
  background: url(../images/newslih.png) center center no-repeat;
}
.news .newsTabs .item:hover {
  box-shadow: 0 0 15px rgba(0, 0, 0, 0.15);
}
.message {
  width: 350px;
  height: 310px;
  background-color: #f6f6f6;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 15px 0;
}
.message * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message .tit {
  font-size: 18px;
  height: 23px;
  line-height: 23px;
  padding-left: 46px;
  color: #444;
  font-weight: bold;
  background: url(../images/lyico.png) 0 center no-repeat;
  margin-bottom: 26px;
}
.formbox {
  height: 42px;
}
.formbox label {
  display: block;
  float: left;
  position: relative;
  margin-right: 24px;
}
.formbox input,
.formbox textarea {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 180px;
  height: 34px;
  float: left;
  border-radius: 3px;
  border: solid 1px #eeeeee;
  border: none;
  line-height: 32px;
  padding: 0 10px 0 50px;
  color: #333;
  margin-bottom: 16px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.formbox input.username,
.formbox textarea.username {
  background: url(../images/inpxm.png) 10px center no-repeat;
  background-color: #ffffff;
  width: 120px;
  margin-right: 20px;
}
.formbox input.usertel,
.formbox textarea.usertel {
  background: url(../images/inpdh.png) 10px center no-repeat;
  background-color: #ffffff;
  width: 180px;
}
.formbox input.xqcontent,
.formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 11px 8px no-repeat;
  background-color: #ffffff;
  width: 320px;
  height: 100px;
  padding-top: 5px;
  padding-bottom: 5px;
  line-height: 22px;
}
.formbox input.codeText,
.formbox textarea.codeText {
  background: url(../images/inpyzm.png) 10px center no-repeat;
  background-color: #ffffff;
  width: 100px;
  padding-left: 32px;
  height: 36px;
  line-height: 34px;
}
.formbox input::-webkit-input-placeholder,
.formbox textarea::-webkit-input-placeholder {
  color: #666666;
}
.formbox input:focus,
.formbox textarea:focus,
.formbox input:active,
.formbox textarea:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
}
.formbox input:focus::-webkit-input-placeholder,
.formbox textarea:focus::-webkit-input-placeholder,
.formbox input:active::-webkit-input-placeholder,
.formbox textarea:active::-webkit-input-placeholder {
  opacity: 0.5;
  filter: alpha(opacity=50);
}
.formbox .imgCode {
  width: 90px;
  height: 36px;
  display: block;
  float: left;
  margin-left: 10px;
}
.formbox .submitform {
  display: block;
  float: right;
  width: 100px;
  height: 36px;
  line-height: 36px;
  background-color: #0c8ef7;
  border-radius: 3px;
  border: none;
  text-align: center;
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
  cursor: pointer;
  position: relative;
  overflow: hidden;
}
.formbox .submitform:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s;
  -moz-transition: all 0.5s;
  -o-transition: all 0.5s;
  transition: all 0.5s;
  opacity: 1;
  -webkit-transform: translate(-105%, 0);
  transform: translate(-105%, 0);
  border-right-width: 1px;
  border-right-style: solid;
  border-right-color: #ffffff;
  background-color: rgba(255, 255, 255, 0.25);
}
.formbox .submitform:hover:after {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.links {
  overflow: hidden;
  padding: 48px 0;
  line-height: 35px;
}
.links .tit {
  float: left;
  text-transform: uppercase;
  font-weight: bold;
  font-size: 18px;
  width: 68px;
  padding-right: 10px;
  text-align: center;
  height: 35px;
  line-height: 35px;
  color: #fff;
  background: url(../images/linkstit.png) 0 center no-repeat;
}
.links .list {
  width: 1120px;
  float: right;
  overflow: hidden;
}
.links .list a {
  display: inline-block;
  color: #555555;
  margin-left: 30px;
  position: relative;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:hover {
  color: #0c8ef7;
}
