@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;
}
.w1200 {
  width: 1200px;
  margin: 0 auto;
}
.w1180 {
  width: 1180px;
  margin: 0 auto;
}
@keyframes criss-cross-left {
  0% {
    left: -20px;
  }
  50% {
    left: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    left: 50%;
    width: 220px;
    height: 220px;
  }
}
@keyframes criss-cross-right {
  0% {
    right: -20px;
  }
  50% {
    right: 50%;
    width: 20px;
    height: 20px;
  }
  100% {
    right: 50%;
    width: 220px;
    height: 220px;
  }
}
.banner .slider {
  width: 100% !important;
  height: 625px;
  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;
  height: 16px;
  width: 16px;
  text-align: center;
  margin: 0 7px;
  border-radius: 50%;
  color: #333;
  background: #fff;
  cursor: pointer;
}
.banner .osSlider-main .slider-nav li.active {
  background: #2066df;
  color: #fff;
}
.message {
  position: relative;
  z-index: 3;
  padding: 43px 0;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.1);
}
.formbox input {
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 196px;
  height: 52px;
  border-radius: 30px;
  border: 1px transparent solid;
  line-height: 50px;
  padding: 0 10px 0 40px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.formbox input.username {
  background: url(../images/inpxm.png) 14px center no-repeat;
  background-color: #f6f6f6;
  margin-right: 12px;
}
.formbox input.usertel {
  background: url(../images/inpdh.png) 14px center no-repeat;
  background-color: #f6f6f6;
  margin-right: 12px;
}
.formbox input.xqcontent {
  background: url(../images/inpnr.png) 14px center no-repeat;
  background-color: #f6f6f6;
  margin-right: 12px;
  width: 288px;
}
.formbox input.codeText {
  background: url(../images/inpnr.png) 14px center no-repeat;
  background-color: #f6f6f6;
  width: 288px;
}
.formbox input::-webkit-input-placeholder {
  color: #b3b3b3;
  font-size: 12px;
}
.formbox input:focus,
.formbox input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.2);
}
.formbox input:focus::-webkit-input-placeholder,
.formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.formbox .code {
  position: relative;
  float: left;
}
.formbox .code .imgCode {
  position: absolute;
  right: 20px;
  top: 10px;
  width: 78px;
  height: 31px;
  border: none;
  display: block;
}
.formbox .submitform {
  display: block;
  float: right;
  width: 152px;
  height: 52px;
  border: none;
  background: #2066df;
  border-radius: 30px;
  line-height: 52px;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  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;
  font-weight: bold;
  cursor: pointer;
}
.formbox .submitform:before {
  content: '';
  border-radius: 30px;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #2066df;
  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: #2066df;
}
.formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.title {
  line-height: 1;
  text-align: center;
  background: url(../images/titline.png) center 46px no-repeat;
}
.title h3 {
  font-size: 36px;
  font-weight: bold;
}
.title h3 span {
  color: #2066df;
}
.title .en {
  font-family: Arial;
  font-size: 18px;
  margin-top: 53px;
  text-transform: uppercase;
}
.product {
  padding: 85px 0 115px;
}
.product .inContent {
  margin-top: 50px;
}
.product .proL {
  float: left;
  width: 260px;
  border-radius: 20px;
  background: #333 url(../images/prolbg.png) center bottom no-repeat;
  border-radius: 8px 8px 0 0;
  overflow: hidden;
  margin-top: 16px;
}
.product .proL .tit {
  height: 80px;
  color: #fff;
  line-height: 1;
  padding-top: 40px;
  padding-left: 84px;
  background: #2066df url(../images/prolt.png) 0 0 no-repeat;
}
.product .proL .tit .t1 {
  font-size: 24px;
  font-weight: bold;
}
.product .proL .tit .t2 {
  margin-top: 12px;
  font-size: 12px;
  letter-spacing: 3px;
  text-transform: uppercase;
}
.product .proL .proNav {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 20px 5px 0;
  height: 480px;
  overflow: hidden;
}
.product .proL .proNav ul {
  position: relative;
  overflow: hidden;
  z-index: 2;
}
.product .proL .proNav ul li {
  border-top: 1px rgba(255, 255, 255, 0.07) dashed;
  padding: 11px 20px;
}
.product .proL .proNav ul li:first-child {
  border-top: none;
}
.product .proL .proNav ul li > a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  border-radius: 30px;
  color: #fff;
  height: 42px;
  line-height: 42px;
  position: relative;
  padding: 0 20px 0 56px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2066df, #2066df);
  background-image: linear-gradient(to right, #2066df, #2066df);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
}
.product .proL .proNav ul li > a:after {
  content: "";
  width: 13px;
  height: 13px;
  background: url(../images/pronavjt.png) 0 center no-repeat;
  vertical-align: middle;
  position: absolute;
  left: 24px;
  top: 50%;
  margin-top: -7px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proL .proNav ul li .secs {
  display: none;
  max-height: 114px;
  overflow: auto;
  margin-top: 15px;
}
.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: 38px;
  color: #b3b3b3;
  position: relative;
  padding: 0 0 0 54px;
  height: 38px;
}
.product .proL .proNav ul li .secs a:before {
  content: ">";
  display: inline-block;
  margin-right: 5px;
}
.product .proL .proNav ul li .secs a:hover {
  color: #fff;
}
.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 .proL .proNav ul li:hover > a {
  background-size: 100% 100%;
}
.product .proL .ewm {
  height: 135px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding-top: 34px;
}
.product .proL .ewm .left {
  line-height: 30px;
  color: #ffffff;
  width: 162px;
  padding-top: 5px;
}
.product .proL .ewm .left h4 {
  font-size: 14px;
  margin-left: 20px;
  padding-left: 36px;
  background: url(../images/protel.png) 0 center no-repeat;
}
.product .proL .ewm .left p {
  font-family: Arial;
  font-size: 20px;
  margin-left: 20px;
  margin-top: 3px;
}
.product .proL .ewm img {
  float: right;
  width: 64px;
  height: 64px;
  padding: 5px;
  border: 1px #fff dotted;
  margin-right: 22px;
}
.product .proR {
  width: 900px;
  float: right;
}
.product .proR .list ul {
  margin-right: -24px;
}
.product .proR .list li {
  float: left;
  margin: 16px 24px 0 0;
  width: 284px;
  height: 235px;
  background-color: #ffffff;
  box-shadow: 0px 3px 7px 0px rgba(0, 0, 0, 0.05);
  padding: 3px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 8px 8px 0;
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
  position: relative;
}
.product .proR .list li:after,
.product .proR .list li:before {
  content: "";
  display: block;
  position: absolute;
  width: 0;
  height: 0;
  border: 8px 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;
}
.product .proR .list li:before {
  top: 0;
  left: 0;
  border-color: #2066df transparent transparent #2066df;
}
.product .proR .list li:after {
  right: 0;
  bottom: 0;
  border-color: transparent #2066df #2066df transparent;
}
.product .proR .list li:hover:after,
.product .proR .list li:hover:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.product .proR .list li .pic {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  display: block;
  width: 268px;
  height: 180px;
  border: solid 1px #eeeeee;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.product .proR .list li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .list li .bt {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  position: relative;
  height: 47px;
  line-height: 47px;
  z-index: 2;
  padding: 0 40px 0 2px;
  color: #808080;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2066df, #2066df);
  background-image: linear-gradient(to right, #2066df, #2066df);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: right bottom;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proR .list li .bt:after {
  content: "";
  display: block;
  position: absolute;
  right: 2px;
  top: 13px;
  width: 21px;
  height: 21px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  background: url(../images/proli.png) center center no-repeat;
}
.product .proR .list li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.product .proR .list li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.product .proR .list li:hover .bt:after {
  background: url(../images/prolih.png) center center no-repeat;
}
.mBanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  height: 262px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding-top: 62px;
  line-height: 1;
}
.mBanner1 .inContent {
  height: 100%;
}
.mBanner1 .t1 {
  font-size: 34px;
  font-weight: bold;
}
.mBanner1 .t2 {
  font-size: 18px;
  margin-top: 18px;
  line-height: 40px;
  margin-top: 10px;
}
.mBanner1 .t2 .zxLink {
  display: inline-block;
  width: 130px;
  height: 40px;
  vertical-align: top;
  background-color: #333333;
  text-align: center;
  color: #fff;
  line-height: 40px;
  font-size: 16px;
  border-radius: 30px;
  margin-left: 75px;
  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: 0% 100%;
  background-position: center 0;
  position: relative;
  -webkit-transform: perspective(1px) translateZ(0);
  transform: perspective(1px) translateZ(0);
  box-shadow: 0 0 1px rgba(0, 0, 0, 0);
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.mBanner1 .t2 .zxLink:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 10px;
  width: 90%;
  opacity: 0;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 80%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
}
.mBanner1 .t2 .zxLink:hover,
.mBanner1 .t2 .zxLink:focus,
.mBanner1 .t2 .zxLink:active {
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
.mBanner1 .t2 .zxLink:hover:after,
.mBanner1 .t2 .zxLink:focus:after,
.mBanner1 .t2 .zxLink:active:after {
  opacity: 1;
  -webkit-transform: translateY(3px);
  transform: translateY(3px);
}
.mBanner1 .t2 .zxLink:hover {
  background-size: 100% 100%;
  color: #2066df;
}
.mBanner1 .tel {
  margin-top: 17px;
  line-height: 1;
  color: #ffffff;
  height: 42px;
  line-height: 42px;
  font-size: 24px;
  font-weight: 100;
}
@keyframes msClock {
  0%,
  70%,
  100% {
    transform: rotate(0) scale(1);
  }
  10%,
  30% {
    transform: rotate(-15deg) scale(1.1);
  }
  20%,
  40% {
    transform: rotate(15deg) scale(1.1);
  }
}
.mBanner1 .tel:before {
  content: '';
  display: inline-block;
  width: 33px;
  height: 33px;
  background: url(../images/mbantel.png) 0 center no-repeat;
  vertical-align: middle;
  margin-right: 8px;
  position: relative;
  top: -2px;
  animation: msClock 1.2s linear infinite;
}
.mBanner1 .tel i {
  font-weight: bold;
}
.mBanner1 .kefuImg {
  position: absolute;
  right: 0;
  bottom: 0;
  width: 291px;
  height: 323px;
  background: url(../images/kfimg.png) center 0 no-repeat;
}
/* ys */
.ys_bg {
  width: 100%;
  margin: 100px auto 0 auto;
  overflow: hidden;
}
.ys_bg .ys {
  width: 100%;
  margin: 70px auto 0 auto;
  height: 577px;
  background: url(../images/ys_bg.jpg) no-repeat center;
}
.ys_bg .ys .ys_box {
  width: 100%;
  margin: 0 auto;
  height: 577px;
  position: relative;
}
.ys_bg .ys .ys_box .bd {
  width: 100%;
  margin: 0 auto;
  position: absolute;
  top: 0;
}
.ys_bg .ys .ys_box .bd ul li {
  width: 100%;
  margin: 0 auto;
  position: relative;
  height: 577px;
  overflow: hidden;
}
.ys_bg .ys .ys_box .bd ul li .nr {
  width: 1200px;
  margin: 0 auto;
  position: relative;
  height: 577px;
}
.ys_bg .ys .ys_box .bd ul li .txt {
  float: left;
  width: 40%;
}
.ys_bg .ys .ys_box .bd ul li .txt h5 {
  font-size: 18px;
  font-weight: bold;
  color: #2066df;
  font-family: Arial, Helvetica, sans-serif;
  text-transform: uppercase;
}
.ys_bg .ys .ys_box .bd ul li .txt h5 span {
  font-size: 72px;
  font-weight: bold;
  color: #2066df;
  font-family: Arial, Helvetica, sans-serif;
}
.ys_bg .ys .ys_box .bd ul li .txt h6 {
  color: #1e2e3d;
  font-size: 26px;
  font-weight: bold;
  border-bottom: 1px solid #c9cdd1;
  height: 83px;
  margin-bottom: 40px;
}
.ys_bg .ys .ys_box .bd ul li .txt h6 span {
  display: block;
  color: #bcbec1;
  font-size: 12px;
  font-weight: normal;
  text-transform: uppercase;
  margin-top: 10px;
}
.ys_bg .ys .ys_box .bd ul li .txt p {
  color: #4c4c4c;
  font-size: 16px;
  line-height: 36px;
  text-indent: 2em;
}
.ys_bg .ys .ys_box .bd ul li .ys_img {
  width: 50%;
  height: 577px;
  position: relative;
  float: right;
}
.ys_bg .ys .ys_box .bd ul li .ys_img img {
  width: 960px;
  height: 577px;
  position: relative;
  overflow: hidden;
}
.ys_bg .ys .ys_box .ys_bottom {
  width: 1200px;
  height: 577px;
  margin: 0 auto;
  position: relative;
  top: 120px;
  z-index: 5;
}
.ys_bg .ys .ys_box .hd {
  width: 69px;
  margin: 0px auto 0 auto;
  padding-top: 30px;
}
.ys_bg .ys .ys_box .hd ul li {
  width: 69px;
  height: 61px;
  border-radius: 3px;
}
.ys_bg .ys .ys_box .hd ul li img {
  width: 69px;
  height: 61px;
  border-radius: 3px;
}
.ys_bg .ys .ys_box .hd ul li.on img {
  border: 3px solid #2066df;
  border-radius: 3px;
  width: 63px;
  height: 55px;
}
.ys_bg .ys .ys_box .t_next {
  position: absolute;
  left: 565px;
  top: 0px;
  width: 69px;
  height: 30px;
  background: url(../images/left.png) no-repeat center;
  cursor: pointer;
  z-index: 5;
}
.ys_bg .ys .ys_box .t_prev {
  position: absolute;
  left: 565px;
  top: 274px;
  width: 69px;
  height: 30px;
  background: url(../images/right.png) no-repeat center;
  cursor: pointer;
  z-index: 5;
}
.ys_bg .ys .ys_box .xq {
  display: block;
  width: 223px;
  height: 55px;
  line-height: 55px;
  background: #2066df;
  border-bottom-right-radius: 8px;
  padding: 0 0 0 32px;
  margin-top: 30px;
  font-size: 16px;
  color: #fff;
}
.ys_bg .ys .ys_box .xq .more {
  display: inline-block;
  text-transform: uppercase;
  background: url(../images/more1.png) no-repeat 0 center;
  cursor: pointer;
  width: 106px;
  height: 9px;
  margin-left: 10px;
}
@keyframes zyfd {
  0% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  25% {
    -webkit-transform: translateX(5px);
    transform: translateX(5px);
  }
  50% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
  75% {
    -webkit-transform: translateX(-5px);
    transform: translateX(-5px);
  }
  100% {
    -webkit-transform: translateX(0);
    transform: translateX(0);
  }
}
.ys_bg .ys .ys_box .xq:hover .more {
  animation: zyfd 1.5s infinite;
  -moz-animation: zyfd 1.5s infinite;
  -webkit-animation: zyfd 1.5s infinite;
  -o-animation: zyfd 1.5s infinite;
}
.case {
  padding: 80px 0 ;
}
.case .caseBox {
  margin-top: 58px;
  position: relative;
}
.case .list {
  overflow: hidden;
}
.case .list ul {
  margin-right: -33px;
  height: 362px;
}
.case .list ul li {
  margin: 10px 33px 10px 0;
  width: 273px;
  height: 342px;
  box-shadow: 3px 4px 5px 0px rgba(6, 0, 1, 0.05);
  border: solid 1px rgba(0, 0, 0, 0.1);
  float: left;
}
.case .list ul li .item {
  width: 100%;
  height: 100%;
  background-color: #ffffff;
  position: relative;
  overflow: hidden;
}
.case .list ul li .pic {
  display: block;
  width: 275px;
  height: 172px;
  overflow: hidden;
  position: relative;
}
.case .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -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;
}
.case .list ul li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.5) url(../images/caseico.png) center center no-repeat;
  position: absolute;
  left: -100%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list ul li:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
  opacity: 0.8;
  filter: alpha(opacity=80);
}
.case .list ul li:hover .pic:before {
  left: 0;
}
.case .list ul li .text {
  height: 170px;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2066df, #2066df);
  background-image: linear-gradient(to right, #2066df, #2066df);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-size: 0% 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  padding: 28px 30px;
}
.case .list ul li .text .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 24px;
  font-size: 16px;
}
.case .list ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  color: #666666;
  margin-top: 10px;
}
.case .list ul li .text .more {
  display: block;
  width: 25px;
  height: 25px;
  margin: 8px auto 0;
  background: url(../images/caseli.png) -30px center no-repeat;
}
.case .list ul li:hover .text {
  background-size: 100% 100%;
}
.case .list ul li:hover .bt {
  color: #fff;
}
.case .list ul li:hover p {
  color: #fff;
}
.case .list ul li:hover .more {
  background-position: 0 0;
}
.case .casePage span {
  display: block;
  width: 22px;
  height: 41px;
  position: absolute;
  top: 50%;
  margin-top: -21px;
  cursor: pointer;
}
.case .casePage span:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.case .casePage span.prev {
  left: -56px;
  background: url(../images/cl.png) 0 center no-repeat;
}
.case .casePage span.next {
  right: -56px;
  background: url(../images/cr.png) 0 center no-repeat;
}
.mBanner2 {
  background: url(../images/mBanner2.jpg) center 0 no-repeat;
  height: 262px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  color: #fff;
  padding-top: 76px;
  line-height: 1;
  text-align: center;
}
.mBanner2 .inContent {
  height: 100%;
}
.mBanner2 .t1 {
  font-size: 34px;
  font-weight: bold;
}
.mBanner2 .t2 {
  text-transform: uppercase;
  font-size: 14px;
  font-family: Arial;
  opacity: 0.6;
  filter: alpha(opacity=60);
  margin-top: 18px;
}
.mBanner2 .t3 {
  font-size: 20px;
  line-height: 34px;
  margin-top: 10px;
}
.mBanner2 .t3 span {
  display: inline-block;
  padding: 0 30px;
  height: 34px;
  background-color: #ffffff;
  border-radius: 30px;
  color: #2066df;
  font-weight: bold;
  margin-left: 40px;
}
.mBanner2 .t3 span:before {
  content: '';
  display: inline-block;
  width: 20px;
  height: 20px;
  background: url(../images/mbantel2.png) 0 center no-repeat;
  vertical-align: middle;
  margin-right: 15px;
  position: relative;
  top: -2px;
  animation: msClock 1.2s linear infinite;
}
.about {
  padding: 80px 0;
}
.about .aboutBox {
  height: 320px;
  margin-top: 40px;
}
.about .aboutBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .aboutBox .aboutPic {
  float: left;
  width: 600px;
  height: 320px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  overflow: hidden;
}
.about .aboutBox .aboutPic:before {
  content: '';
  position: absolute;
  right: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 1;
  border-bottom-width: 1px;
  border-bottom-style: solid;
  border-bottom-color: rgba(255, 255, 255, 0.6);
  background-color: rgba(255, 255, 255, 0.25);
  pointer-events: none;
  transform-origin: left bottom;
  -webkit-transform-origin: left bottom;
  -moz-transform-origin: left bottom;
  transform: rotate(-90deg);
  -webkit-transform: rotate(-90deg);
  -moz-transform: rotate(-90deg);
}
.about .aboutBox .aboutPic:hover:before {
  opacity: 0;
  -webkit-transform: translate(0, 0);
  transform: translate(0, 0);
}
.about .aboutBox .aboutPic img {
  width: 100%;
  height: 100%;
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutBox .aboutPic:hover img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.about .aboutBox .aboutText {
  float: right;
  width: 520px;
  padding-top: 58px;
}
.about .aboutBox .aboutText h4 {
  font-size: 24px;
  line-height: 1;
}
.about .aboutBox .aboutText .line {
  width: 33px;
  height: 6px;
  background-color: #2066df;
  margin-top: 28px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.about .aboutBox .aboutText:hover .line {
  -webkit-transform: scale(0.8) rotate(90deg);
  -moz-transform: scale(0.8) rotate(90deg);
  -o-transform: scale(0.8) rotate(90deg);
  transform: scale(0.8) rotate(90deg);
}
.about .aboutBox .aboutText p {
  color: #666666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 30px;
  height: 120px;
  margin-top: 14px;
  text-indent: 2em;
}
.about .aboutBox .aboutText .tel {
  margin-top: 36px;
  text-align: right;
  padding-right: 35px;
}
.about .aboutBox .aboutText .tel:before {
  content: '';
  display: inline-block;
  width: 48px;
  height: 48px;
  background: url(../images/abouttel.png) 0 center no-repeat;
  margin-right: 20px;
  animation: msClock 1.2s linear infinite;
}
.about .aboutBox .aboutText .tel span {
  float: right;
  line-height: 1;
  text-align: left;
}
.about .aboutBox .aboutText .tel span i {
  display: block;
  font-weight: bold;
  color: #2066df;
  font-size: 30px;
  font-family: Arial;
  margin-top: 6px;
}
.style {
  background: url(../images/showbg.jpg) center 0 no-repeat;
}
.style .inContent {
  padding: 58px 0 80px;
}
.style .styleTab {
  text-align: center;
  font-size: 0;
  position: absolute;
  width: 100%;
  top: -22px;
}
.style .styleTab li {
  display: inline-block;
  width: 134px;
  height: 46px;
  background-color: #333333;
  border-radius: 30px;
  text-align: center;
  color: #fff;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  line-height: 46px;
  font-size: 16px;
  margin: 0 21px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2066df, #2066df);
  background-image: linear-gradient(to right, #2066df, #2066df);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  cursor: pointer;
  z-index: 2;
  position: relative;
}
.style .styleTab li:after {
  pointer-events: none;
  position: absolute;
  z-index: -1;
  content: '';
  top: 100%;
  left: 5%;
  height: 20px;
  width: 90%;
  background: -webkit-radial-gradient(center, ellipse, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
  background: radial-gradient(ellipse at center, rgba(0, 0, 0, 0.35) 0%, rgba(0, 0, 0, 0) 75%);
  /* W3C */
  -webkit-transition-duration: 0.3s;
  transition-duration: 0.3s;
  -webkit-transition-property: transform, opacity;
  transition-property: transform, opacity;
  -webkit-transform: translateY(-7px);
  transform: translateY(-7px);
}
.style .styleTab li.on {
  background-size: 100% 100%;
  color: rgba(255, 255, 255, 0.9999);
}
.style .styleTabs {
  height: 270px;
  overflow: hidden;
}
.style .styleTabs .list {
  height: 270px;
  overflow: hidden;
}
.style .styleTabs .list ul {
  margin-right: -30px;
}
.style .styleTabs .list ul li {
  width: 380px;
  height: 270px;
  margin-right: 30px;
  position: relative;
}
.style .styleTabs .list ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.style .styleTabs .list ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -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;
}
.style .styleTabs .list ul li .pic:before {
  content: "";
  width: 100%;
  height: 100%;
  display: block;
  background: rgba(0, 0, 0, 0.6);
  position: absolute;
  left: 0;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.style .styleTabs .list ul li:hover .pic img {
  -webkit-transform: scale(1.12) rotate(0);
  -moz-transform: scale(1.12) rotate(0);
  -o-transform: scale(1.12) rotate(0);
  transform: scale(1.12) rotate(0);
}
.style .styleTabs .list ul li .bt {
  height: 16px;
  line-height: 1;
  font-size: 16px;
  text-align: center;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding: 0 20px;
  color: #fff;
  position: absolute;
  width: 100%;
  height: 100%;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  top: 80px;
  left: 0;
  z-index: 3;
}
.style .styleTabs .list ul li .more {
  display: block;
  width: 130px;
  height: 36px;
  border: solid 1px #ffffff;
  position: absolute;
  left: 0;
  top: 154px;
  text-align: center;
  line-height: 36px;
  font-size: 16px;
  color: #fff;
  left: 50%;
  margin-left: -65px;
  z-index: 3;
  text-transform: uppercase;
}
.style .styleTabs .list ul li .pic:before,
.style .styleTabs .list ul li .bt,
.style .styleTabs .list ul li .more {
  transform-origin: bottom;
  -webkit-transform-origin: bottom;
  -moz-transform-origin: bottom;
  transform: perspective(400px) rotateX(90deg);
  -webkit-transform: perspective(400px) rotateX(90deg);
  -moz-transform: perspective(400px) rotateX(90deg);
}
.style .styleTabs .list ul li:hover .pic:before,
.style .styleTabs .list ul li:hover .bt,
.style .styleTabs .list ul li:hover .more {
  transform: perspective(400px) rotate(0deg);
  -webkit-transform: perspective(400px) rotate(0deg);
  -moz-transform: perspective(400px) rotate(0deg);
}
.style .styleTabs .list ul li:hover .more {
  -webkit-transition-delay: 0.2s;
  transition-delay: 0.2s;
}
.news {
  padding: 80px 0 60px;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsTab {
  margin-top: 54px;
  line-height: 1;
  position: relative;
  padding-left: 196px;
  height: 32px;
}
.news .newsTab .tit {
  position: absolute;
  left: 0;
  top: 5px;
}
.news .newsTab .tit span {
  font-weight: bold;
  font-size: 20px;
}
.news .newsTab .tit i {
  font-size: 16px;
  text-transform: uppercase;
  margin-left: 5px;
}
.news .newsTab ul {
  border-bottom: rgba(0, 0, 0, 0.16) 2px solid;
  height: 30px;
}
.news .newsTab li {
  display: inline-block;
  margin-right: 42px;
  font-size: 16px;
  line-height: 1;
  height: 32px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  cursor: pointer;
  text-align: center;
  position: relative;
  overflow: hidden;
}
.news .newsTab li:before {
  content: "";
  display: block;
  background: url(../images/newson.png) center bottom no-repeat;
  position: absolute;
  left: 0;
  bottom: -10px;
  width: 100%;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab li span {
  font-weight: bold;
}
.news .newsTab li a {
  display: block;
  width: 100%;
  height: 100%;
}
.news .newsTab li.on {
  color: #2066df;
}
.news .newsTab li.on:before {
  bottom: 0;
}
.news .newsTab li.on a {
  color: #2066df;
}
.news .newsTabs {
  margin-top: 35px;
}
.news .newsTabs .tabsList {
  height: 480px;
  overflow: hidden;
}
.news .newsTabs .newsList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .newsList .one {
  float: left;
  width: 440px;
  position: relative;
}
.news .newsTabs .newsList .one .pic {
  width: 440px;
  height: 286px;
  display: block;
  overflow: hidden;
}
.news .newsTabs .newsList .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -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.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTabs .newsList .one .text {
  -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;
  padding-top: 20px;
}
.news .newsTabs .newsList .one .text h4 {
  line-height: 24px;
  height: 24px;
}
.news .newsTabs .newsList .one .text h4 .bt {
  font-size: 16px;
  float: left;
  width: 340px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsTabs .newsList .one .text h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .one .text h4 span {
  float: right;
  color: #666666;
}
.news .newsTabs .newsList .one .text p {
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 26px;
  height: 78px;
  margin-top: 8px;
}
.news .newsTabs .newsList .one .text .more {
  display: block;
  width: 166px;
  height: 38px;
  border: solid 1px #7f7f7f;
  text-align: center;
  line-height: 38px;
  margin-top: 20px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #2066df, #2066df);
  background-image: linear-gradient(to right, #2066df, #2066df);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsTabs .newsList .one:hover .pic img {
  -webkit-transform: scale(1.2) rotate(0);
  -moz-transform: scale(1.2) rotate(0);
  -o-transform: scale(1.2) rotate(0);
  transform: scale(1.2) rotate(0);
}
.news .newsTabs .newsList .one:hover .text h4 .bt,
.news .newsTabs .newsList .one:hover .text h4 span {
  color: #2066df;
}
.news .newsTabs .newsList .one:hover .text .more {
  color: #2066df;
  border-color: #2066df;
}
.news .newsTabs .newsList .one:hover .text .more:hover {
  background-size: 100% 100%;
  color: #fff;
}
.news .newsTabs .newsList .list {
  width: 680px;
  float: right;
}
.news .newsTabs .newsList .list ul li {
  height: 146px;
  margin-top: 21px;
  position: relative;
}
.news .newsTabs .newsList .list ul li:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTabs .newsList .list ul li:first-child {
  margin-top: 0;
}
.news .newsTabs .newsList .list ul li .pic {
  display: block;
  width: 146px;
  height: 146px;
  border-radius: 50%;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTabs .newsList .list ul li .pic img {
  display: block;
  border-radius: 50%;
  width: 100%;
  height: 100%;
  -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;
}
.news .newsTabs .newsList .list ul li:hover .pic {
  border-radius: 30px;
}
.news .newsTabs .newsList .list ul li:hover .pic img {
  border-radius: 30px;
}
.news .newsTabs .newsList .list ul li .text {
  width: 495px;
  float: right;
  padding-top: 10px;
}
.news .newsTabs .newsList .list ul li .text h4 {
  height: 26px;
  line-height: 26px;
}
.news .newsTabs .newsList .list ul li .text h4 .bt {
  width: 380px;
  float: left;
  font-size: 16px;
  line-height: 26px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .newsTabs .newsList .list ul li .text h4 .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsTabs .newsList .list ul li .text h4 span {
  float: right;
  color: #666;
}
.news .newsTabs .newsList .list ul li .text p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 26px;
  height: 52px;
  margin-top: 5px;
  color: #666;
}
.news .newsTabs .newsList .list ul li .text .more {
  display: block;
  width: 95px;
  height: 32px;
  border: 1px #7f7f7f solid;
  text-align: center;
  line-height: 32px;
  border-radius: 30px;
  color: #888888;
  margin-top: 14px;
}
.news .newsTabs .newsList .list ul li:hover .bt {
  color: #2066df;
}
.news .newsTabs .newsList .list ul li:hover span {
  color: #2066df;
}
.news .newsTabs .newsList .list ul li:hover .more {
  background: #2066df;
  border-color: #2066df;
  color: #fff;
}
.news .newsTabs .newsList .list ul li:hover .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links {
  font-size: 0;
  padding: 15px 0 32px;
  line-height: 30px;
}
.links .tit {
  float: left;
  width: 140px;
  color: #2066df;
  font-weight: bold;
  font-size: 16px;
}
.links .list {
  width: 1060px;
  float: left;
  line-height: 30px;
  font-size: 0;
}
.links .list a {
  padding-right: 10px;
  display: inline-block;
  font-size: 14px;
  color: #999;
  vertical-align: middle;
}
.links .list a:before {
  content: "丨";
  margin-right: 10px;
  color: #666;
}
.links .list a:first-child:before {
  display: none;
}
.links .list a:hover {
  color: #2066df;
}
