﻿@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;
  }
}
*: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: 830px;
  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: #C11814;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #C11814;
}
 
.product {
  padding: 60px 0;
}
.product * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.product .porBox {
  padding-top: 10px;
}
.product .proL {
  float: left;
  width: 240px;
  margin-top: 20px;
  overflow: hidden;
}
.product .proL .tit {
  width: 240px;
  height: 120px;
  border-radius: 2px;
  color: #fff;
  line-height: 1;
  padding-top: 33px;
  text-align: center;
  background: #0853ae url(../images/prolt.png) center center no-repeat;
  font-size: 24px;
}
.product .proL .tit i {
  display: block;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 18px;
}
.product .proL .proNav {
  border: solid 8px #0853ae;
  margin-top: 1px;
  height: 700px;
  padding: 12px 0;
}
.product .proL .proNav ul {
  position: relative;
  overflow: hidden;
  z-index: 2;
  padding: 0 12px;
}
.product .proL .proNav ul li {
  margin-top: 10px;
}
.product .proL .proNav ul li:first-child {
  margin-top: 0;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 15px;
  color: #fff;
  height: 40px;
  background-color: #999999;
  border-radius: 2px;
  line-height: 40px;
  position: relative;
  padding: 0 40px 0 44px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -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);
}
.product .proL .proNav ul li > a:before {
  content: "";
  width: 14px;
  height: 100%;
  background: url(../images/prolli.png) center center no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 20px;
  top: 0;
}
.product .proL .proNav ul li > a:after {
  content: ">";
  font-family: 宋体;
  font-size: 15px;
  width: 20px;
  text-align: center;
  height: 100%;
  vertical-align: middle;
  position: absolute;
  right: 10px;
  top: 0 -webkit-transition: all 0.3s ease-out; transition: all 0.3s ease-out;;
}
.product .proL .proNav ul li .secs {
  display: none;
  max-height: 400px;
  overflow: auto;
}
.product .proL .proNav ul li .secs:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proL .proNav ul li .secs a {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 39px;
  color: #888888;
  position: relative;
  padding: 0 0 0 23px;
  height: 40px;
  border-bottom: 1px dashed #d5d6d6;
}
.product .proL .proNav ul li .secs a:before {
  content: "•";
  display: inline-block;
  margin-right: 12px;
}
.product .proL .proNav ul li .secs a:hover {
  color: #0853ae;
}
.product .proL .proNav ul li.on > a {
  background-size: 100% 100%;
}
.product .proL .proNav ul li.on > a:after {
  -webkit-transform: scale(1) rotate(90deg);
  -moz-transform: scale(1) rotate(90deg);
  -o-transform: scale(1) rotate(90deg);
  transform: scale(1) rotate(90deg);
}
.product .list {
 float: left;
    width: 100%;
}
.product .list ul {
  margin-right: -35px;
}
.product .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .list li {
  float: left;
  margin: 20px 28px 0 0;
  width: 280px;
  height: 260px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  z-index: 1;
  position: relative;
}
.product .list li:after {
  content: "";
  position: absolute;
  background: #0853ae;
  width: 100%;
  height: 1px;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.product .list li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.product .list li .pic {
  display: block;
  width: 280px;
  height: 210px;
  position: relative;
  overflow: hidden;
  border: 1px solid #dadada;
}
.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) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(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.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  
}
.product .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: relative;
  z-index: 1;
  font-size: 14px;
  height: 50px;
  line-height: 50px;
  color: #333333;
  padding: 0 8px;
}
.product .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  height: 100%;
  top: 0;
  width: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/proli.png) 0 center no-repeat;
}
.product .list li:hover .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);
}
.product .list li:hover .bt {
  padding-right: 65px;
}
.product .list li:hover .bt:after {
  right: 10px;
  opacity: 1;
  filter: alpha(opacity=100);
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  height: 280px;
  color: #fff;
}
.mbanner1 .left {
  line-height: 1;
}
.mbanner1 .left .t1 {
  font-family: Arial;
  font-size: 28px;
  padding-top: 47px;
  line-height: 28px;
  
  color: #ffffff;
  text-transform: uppercase;
}
.mbanner1 .left .t2 {
  font-size: 34px;
  margin-top: 19px;
  font-weight: bold;
}
.mbanner1 .left .t3 {
  font-size: 30px;
  margin-top: 28px;
  font-weight: bold;
}
.mbanner1 .left .t4 {
  font-family: Arial;
  font-size: 14px;
  text-transform: uppercase;
  margin-top: 13px;
  opacity: 0.5;
}
.mbanner1 .right {
  padding-top: 76px;
}
.mbanner1 .tel {
  line-height: 1;
  color: #fff;
  position: relative;
}
.mbanner1 .tel > i {
  font-weight: bold;
  font-size: 30px;
  line-height: 26px;
  font-style: italic;
  display: block;
  margin-top: 20px;
}
.mbanner1 .tel:before {
  content: "";
  display: block;
  position: absolute;
  left: -70px;
  width: 53px;
  height: 55px;
  animation: msClock2 1.6s linear infinite;
  background: url(../images/mbantel.png) 0 center no-repeat;
}
.mbanner1 .zxLink {
  width: 214px;
  height: 42px;
  background-color: #0853ae;
  display: block;
  line-height: 42px;
  text-align: center;
  color: #fff;
  margin-top: 30px;
  -webkit-transition: all .5s ease-out;
  transition: all .5s ease-out;
}
.mbanner1 .zxLink:hover {
  background-color: #fff;
  color: #0853ae;
  margin-top: 30px;
}
.youshi {
  position: relative;
  padding: 60px 0;
}
.youshi * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .bd {
  width: 1200px;
  height: 460px;
  background: url(../images/ysen.png) right 2px no-repeat;
  background-color: #f3f6f9;
  margin-top: 30px;
}
.youshi .bd li {
  padding: 20px;
  width: 1160px;
  -webkit-box-sizing: content-box;
  -ms-box-sizing: content-box;
  -moz-box-sizing: content-box;
  box-sizing: content-box;
}
.youshi .bd li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.youshi .bd li .pic {
  width: 600px;
  height: 420px;
  border-radius: 4px;
  overflow: hidden;
  float: left;
  position: relative;
}
.youshi .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;
}
.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: 600px;
  height: 420px;
  display: block;
}
.youshi .bd li .cont {
  float: right;
  padding-top: 66px;
  width: 410px;
  margin-right: 35px;
}
.youshi .bd li .cont .tit {
  height: 66px;
  position: relative;
  padding-top: 6px;
  padding-left: 13px;
}
.youshi .bd li .cont .tit i {
  display: block;
  position: absolute;
  top: 0;
  left: -70px;
  width: 66px;
  height: 66px;
  border: solid 1px #999999;
  border-radius: 50%;
  overflow: hidden;
}
.youshi .bd li .cont .tit i:before,
.youshi .bd li .cont .tit 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 .bd li .cont .tit i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .bd li .cont .tit i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .bd li .cont .tit .cn {
  font-size: 24px;
  color: #444444;
  line-height: 1;
}
.youshi .bd li .cont .tit .en {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;
  margin-top: 16px;
  color: #444444;
  opacity: 0.7;
}
.youshi .bd li .cont:hover .tit i {
  border-color: #0853ae;
  background: #0853ae;
}
.youshi .bd li .cont:hover .tit i:before,
.youshi .bd li .cont:hover .tit i:after {
  top: -100%;
}
.youshi .bd li .cont .text {
  line-height: 36px;
  color: #666666;
  margin-top: 35px;
}
.youshi .bd li .cont .zxLink {
  margin-top: 40px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(34, 116, 192, 0.2);
  border-radius: 4px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: center center;
  -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);
}
.youshi .bd li .cont .zxLink:hover {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.youshi .hd {
  margin-top: 30px;
}
.youshi .hd li {
  position: relative;
  float: left;
  width: 280px;
  height: 140px;
  margin-left: 27px;
  border-radius: 4px;
  padding-top: 47px;
  padding-left: 104px;
  background: url(../images/yshdli.png) 0 center no-repeat;
  color: #444444;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd li:first-child {
  margin-left: 0;
  width: 279px;
}
.youshi .hd li i {
  display: block;
  position: absolute;
  top: 50%;
  margin-top: -30px;
  left: 34px;
  width: 40px;
  height: 60px;
  overflow: hidden;
}
.youshi .hd li i:before,
.youshi .hd 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 .hd li i.ico1:before {
  background: url(../images/ysico1.png) center center no-repeat;
}
.youshi .hd li i.ico1:after {
  background: url(../images/ysico1h.png) center center no-repeat;
}
.youshi .hd li i.ico2:before {
  background: url(../images/ysico2.png) center center no-repeat;
}
.youshi .hd li i.ico2:after {
  background: url(../images/ysico2h.png) center center no-repeat;
}
.youshi .hd li i.ico3:before {
  background: url(../images/ysico3.png) center center no-repeat;
}
.youshi .hd li i.ico3:after {
  background: url(../images/ysico3h.png) center center no-repeat;
}
.youshi .hd li i.ico4:before {
  background: url(../images/ysico4.png) center center no-repeat;
}
.youshi .hd li i.ico4:after {
  background: url(../images/ysico4h.png) center center no-repeat;
}
.youshi .hd li .cn {
  font-size: 18px;
  line-height: 1;
}
.youshi .hd li .en {
  font-family: Arial;
  font-size: 14px;
  margin-top: 15px;
  opacity: 0.7;
}
.youshi .hd li.on {
  background: url(../images/yshdlih.png) 0 center no-repeat;
  color: #fff;
}
.youshi .hd li.on i:before,
.youshi .hd li.on i:after {
  top: -100%;
}
.about {
  height: 560px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.about .title {
  text-align: left;
}
.about .title h3:before {
  display: none;
}
.about .title .en {
  display: inline-block;
}
.about .aboutText {
  float: left;
  width: 532px;
  padding-top: 100px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  margin-top: 42px;
  color: #777777;
  text-indent: 2em;
}
.about .aboutText .more {
  margin-top: 42px;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 160px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(34, 116, 192, 0.2);
  border-radius: 4px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: center center;
  -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);
}
.about .aboutText .more:hover {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.about .aboutPic {
  float: right;
  width: 600px;
  height: 560px;
  position: relative;
}
.about .aboutPic .pic {
  position: absolute;
  left: 0;
  top: 0;
  width: 960px;
  height: 560px;
  overflow: hidden;
  position: relative;
}
.about .aboutPic .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;
}
.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: 960px;
  height: 560px;
  display: block;
}
.showSlide {
  padding: 60px 0 55px;
}
.showSlide * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.showSlide .showTab {
  text-align: center;
  font-size: 0;
}
.showSlide .showTab li {
  display: inline-block;
  margin: 0 15px;
  overflow: hidden;
  width: 180px;
  height: 44px;
  background-color: #999999;
  border-radius: 2px;
  line-height: 44px;
  position: relative;
  color: #fff;
  z-index: 1;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  cursor: pointer;
  font-size: 18px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
  -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);
}
.showSlide .showTab li a {
  display: block;
  color: #fff;
  height: 100%;
}
.showSlide .showTab li i {
  vertical-align: top;
  display: inline-block;
  width: 33px;
  margin-right: 15px;
  height: 100%;
}
.showSlide .showTab li i.ico1 {
  background: url(../images/showico1.png) center center no-repeat;
}
.showSlide .showTab li i.ico2 {
  background: url(../images/showico2.png) center center no-repeat;
}
.showSlide .showTab li.on {
  background-size: 100% 100%;
}
.showSlide .showTab li.on:before,
.showSlide .showTab li.on:after {
  width: 50%;
}
.showSlide .showTabs {
  overflow: hidden;
  position: relative;
  margin-top: 30px;
  height: 212px;
}
.showSlide .showTabs .bd {
  width: 1121px;
  margin: auto;
  overflow: hidden;
  height: 212px;
}
.showSlide .showTabs .bd ul {
  margin-right: -27px;
}
.showSlide .showTabs .bd ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.showSlide .showTabs .bd ul li {
  width: 260px;
  height: 212px;
  overflow: hidden;
  float: left;
  margin-right: 27px;
  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: #0853ae transparent transparent #0853ae;
}
.showSlide .showTabs .bd ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #0853ae #0853ae 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: 260px;
  height: 180px;
  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;
  border: solid 1px #cccccc;
}
.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;
  font-size: 14px;
  color: #444444;
  line-height: 1;
  padding-top: 16px;
  position: relative;
  z-index: 2;
  text-align: center;
}
.showSlide .showTabs .bd ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.showSlide .showTabs .bd ul li:hover .bt {
  color: #0853ae;
}
.showSlide .showTabs .prev {
  background: url(../images/sl.png) center center no-repeat;
  width: 14px;
  height: 26px;
  position: absolute;
  left: 0;
  top: 77px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showSlide .showTabs .prev:hover {
  background: url(../images/slh.png) center center no-repeat;
}
.showSlide .showTabs .next {
  background: url(../images/sr.png) center center no-repeat;
  width: 14px;
  height: 26px;
  position: absolute;
  right: 0;
  top: 77px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.showSlide .showTabs .next:hover {
  background: url(../images/srh.png) center center no-repeat;
}
.message {
  background: url(../images/lybg.jpg) center 0 no-repeat;
}
.message .inContent {
  height: 200px;
}
.message * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.message .lyimg {
  position: absolute;
  bottom: 0;
  right: -100px;
  width: 347px;
  height: 280px;
  background: url(../images/lyimg.png) 0 0 no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.formbox {
  padding-left: 60px;
  padding-top: 55px;
}
.formbox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.formbox .left {
  margin-right: 20px;
}
.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: 360px;
  height: 40px;
  border: solid 1px rgba(255, 255, 255, 0.4);
  background: none;
  line-height: 38px;
  padding: 0 10px 0 38px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  margin-bottom: 10px;
}
.formbox input.username,
.formbox textarea.username {
  background: url(../images/inpxm.png) 10px center no-repeat;
}
.formbox input.usertel,
.formbox textarea.usertel {
  background: url(../images/inpdh.png) 10px center no-repeat;
}
.formbox input.xqcontent,
.formbox textarea.xqcontent {
  background: url(../images/inpnr.png) 10px 12px no-repeat;
  height: 90px;
  padding-top: 10px;
  padding-bottom: 10px;
  line-height: 24px;
}
.formbox input.codeText,
.formbox textarea.codeText {
  padding-left: 10px;
}
.formbox input::-webkit-input-placeholder,
.formbox textarea::-webkit-input-placeholder {
  color: #dff9ca;
}
.formbox input:focus,
.formbox textarea:focus,
.formbox input:active,
.formbox textarea:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.1);
  border: solid 1px rgba(255, 255, 255, 0.5);
  padding-left: 10px;
  padding-right: 40px;
  background-position: 270px center;
}
.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.6;
  filter: alpha(opacity=60);
}
.formbox input.xqcontent:focus,
.formbox textarea.xqcontent:focus,
.formbox input.xqcontent:active,
.formbox textarea.xqcontent:active {
  background-position: 270px 12px;
}
.formbox .code {
  display: block;
  position: relative;
}
.formbox .code .imgCode {
  width: 94px;
  height: 38px;
  display: block;
  position: absolute;
  right: 1px;
  top: 1px;
}
.formbox .submitform {
  display: block;
  width: 360px;
  height: 40px;
  background-color: #ffffff;
  line-height: 40px;
  border: none;
  color: #333333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  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;
}
.formbox .submitform:before {
  content: "";
  display: inline-block;
  height: 100%;
  vertical-align: top;
  width: 16px;
  background: url(../images/tijiao.png) center center no-repeat;
  margin-right: 20px;
}
.formbox .submitform:after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 1px solid #fff;
  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;
}
.formbox .submitform:hover {
  background: none;
  color: #fff;
}
.formbox .submitform:hover:before {
  background: url(../images/tijiaoh.png) center center no-repeat;
}
.formbox .submitform:hover:after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.case {
  padding: 60px 0 54px;
  background-color: #f3f6f9;
}
.case * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.case .caseBox ul {
  margin-right: -30px;
}
.case .caseBox li {
  float: left;
  margin: 30px 30px 0 0;
  width: 380px;
  height: 340px;
  background: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: left center;
  position: relative;
}
.case .caseBox li .pic:after,
.case .caseBox li .pic:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 2px 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;
}
.case .caseBox li .pic:before {
  top: 0;
  left: 0;
  border-color: #0853ae transparent transparent #0853ae;
}
.case .caseBox li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #0853ae #0853ae transparent;
}
.case .caseBox li:hover .pic:after,
.case .caseBox li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseBox li:hover {
  background-size: 100% 100%;
  color: #fff;
}
.case .caseBox li .pic {
  display: block;
  width: 380px;
  height: 280px;
  position: relative;
  overflow: hidden;
}
.case .caseBox 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 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox 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 li .cont {
  width: 380px;
  height: 120px;
  padding: 15px 20px;
}
.case .caseBox li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 26px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-right: 0;
}
.case .caseBox li .cont .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 20px;
  height: 100%;
  top: 0;
  width: 48px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
  background: url(../images/caseli.png) 0 center no-repeat;
}
.case .caseBox li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 24px;
  height: 48px;
  color: #888888;
  margin-top: 10px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseBox li:hover .bt {
  padding-right: 60px;
  color: #fff;
}
.case .caseBox li:hover .bt:after {
  right: 0;
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseBox li:hover p {
  color: #dff9ca;
}
.case .caseMore {
  margin: 40px auto 0;
  display: block;
  text-align: center;
  line-height: 40px;
  width: 180px;
  height: 40px;
  background-color: #ffffff;
  box-shadow: 0px 0px 15px 0px rgba(34, 116, 192, 0.2);
  border-radius: 4px;
  color: #666666;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.8s;
  transition: all 0.8s;
  background-size: 0% 100%;
  background-position: center center;
  -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);
}
.case .caseMore:hover {
  background-size: 100% 100%;
  color: #fff;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.news {
  padding: 60px 0 40px;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsL {
  width: 680px;
  float: left;
}

.product .newsTab {
  text-align: center;
}
.product .newsTab a {
  display: inline-block;
  width: 160px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #cccccc;
  line-height: 38px;
  font-size: 16px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: center center;
}
.product .newsTab a:hover {
  background-size: 100% 100%;
  color: #fff;
  border-color: #0853ae;
}


.news .newsTab {
  text-align: center;
}
.news .newsTab a {
  display: inline-block;
  width: 160px;
  height: 40px;
  border-radius: 2px;
  border: solid 1px #cccccc;
  line-height: 38px;
  font-size: 16px;
  margin: 0 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #0853ae, #0853ae);
  background-image: linear-gradient(to right, #0853ae, #0853ae);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: center center;
}
.news .newsTab a.on {
  background-size: 100% 100%;
  color: #fff;
  border-color: #0853ae;
}
.news .newsTabs {
  margin-top: 20px;
  overflow: hidden;
  height: 490px;
}
.news .newsTabs .newsList {
  height: 490px;
}
.news .newsTabs .list1 {
  width: 630px;
  float: left;
}
.news .newsTabs .list1 li {
  height: 140px;
  background-color: #ffffff;
  margin-top: 20px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list1 li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .list1 li:first-child {
  margin-top: 10px;
}
.news .newsTabs .list1 li .pic {
  display: block;
  width: 200px;
  height: 140px;
  position: relative;
  overflow: hidden;
  float: left;
}
.news .newsTabs .list1 li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list1 li .cont {
  float: right;
  width: 430px;
  height: 140px;
  padding: 15px 20px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.news .newsTabs .list1 li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 24px;
}
.news .newsTabs .list1 li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .list1 li .cont .date {
  line-height: 1;
  color: #999999;
  margin-top: 12px;
}
.news .newsTabs .list1 li .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  color: #888888;
  margin-top: 12px;
}
.news .newsTabs .list1 li:hover {
  box-shadow: 3px 5px 16px 0px rgba(0, 63, 103, 0.15);
}
.news .newsTabs .list1 li:hover .bt {
  color: #0853ae;
}
.news .newsTabs .list2 {
  float: right;
  width: 526px;
  padding-top: 3px;
}
.news .newsTabs .list2 li {
  height: 51px;
  border-bottom: 1px solid #cccccc;
  line-height: 50px;
  margin-top: 15px;
  position: relative;
  padding: 0 46px 0 10px;
}
.news .newsTabs .list2 li:after {
  content: "";
  position: absolute;
  background: #0853ae;
  width: 100%;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  bottom: -1px;
  left: 0;
  transition: transform 0.7s;
  transform: scaleX(0);
  transform-origin: right;
}
.news .newsTabs .list2 li:hover:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsTabs .list2 li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 310px;
  color: #666666;
}
.news .newsTabs .list2 li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .list2 li .bt i {
  margin-right: 10px;
}
.news .newsTabs .list2 li span {
  float: right;
  color: #666666;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .list2 li .more {
  width: 18px;
  display: block;
  height: 100%;
  right: 10px;
  background: url(../images/newsli.png) right center no-repeat;
  position: absolute;
  top: 0;
}
.news .newsTabs .list2 li:hover .bt {
  color: #fff;
}
.news .newsTabs .list2 li:hover span {
  color: #fff;
}
.news .newsTabs .list2 li:hover .more {
  background: url(../images/newslih.png) right center no-repeat;
}
.links {
  padding-bottom: 50px;
}
.links .title {
  text-align: left;
  float: left;
}
.links .title h3:before {
  display: none;
}
.links .title h3:after {
  position: absolute;
  right: 0;
  width: 1090px;
  top: 11px;
  margin: 0;
}
.links .list {
  margin-top: 36px;
  width: 1040px;
  overflow: hidden;
  margin-right: -60px;
  float: right;
  line-height: 38px;
}
.links .list a {
  display: inline-block;
  color: #666666;
  position: relative;
  margin-left: 20px;
  left: -40px;
}
.links .list a:before {
  content: "-";
  display: inline-block;
  margin-right: 20px;
  color: #808080;
}
.links .list a:hover {
  color: #0853ae;
}
