/*-----------------------------------------------------------*/
/*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);
  }
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.swiper-container {
  cursor: url(../images/gesture.png), default;
}
.swiper-container img {
  cursor: url(../images/gesture.png), default;
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.bg {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: absolute;
  z-index: -1;
  left: 0;
  top: -10%;
  display: block;
  width: 100%;
  height: 110%;
}
.banner {
  position: relative;
  z-index: 1;
  height: 550px;
  overflow: hidden;
}
.banner .slider {
  width: 100% !important;
  height: 550px;
  top: 0;
  overflow: hidden;
  position: relative;
  z-index: 1;
}
.banner .slider-main {
  width: 1920px;
  height: 100%;
  position: absolute;
  left: 50%;
  margin-left: -960px;
}
.banner .slider-main li {
  width: 100%;
  height: 100%;
}
.banner .osSlider-main .slider-btn-prev {
  position: absolute;
  z-index: 30;
  top: 50%;
  left: -45px;
  width: 40px;
  height: 40px;
  text-indent: -9999px;
  margin-top: -20px;
  background: url(../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: 100px;
  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: #e62129;
  color: #fff;
}
.banner .osSlider-main .slider-nav li.active:before {
  background: #e62129;
}
.hot {
  background: #f5f5f5;
}
.hot * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.hot .hotBox {
  width: 1200px;
  z-index: 9;
  margin-top: -50px;
  height: 100px;
  background-color: #ffffff;
  box-shadow: 0 0 10px rgba(217, 0, 17, 0.15);
  padding: 25px;
}
.hot .hotSlide {
  float: left;
  overflow: hidden;
  line-height: 40px;
  padding: 5px 0;
}
.hot .hotSlide .tit {
  float: left;
  padding-left: 62px;
  background: url(../images/hot.png) left center no-repeat;
  font-size: 20px;
  font-weight: bold;
  margin-right: 20px;
}
.hot .hotSlide .bd {
  width: 440px;
  float: left;
  height: 40px;
  overflow: hidden;
}
.hot .hotSlide .bd ul li {
  height: 40px;
  font-size: 14px;
  line-height: 40px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotSlide .bd ul li span {
  float: right;
  color: #999999;
}
.hot .hotSlide .bd ul li a {
  float: left;
  width: 340px;
  color: #545454;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.hot .hotSlide .bd ul li a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.hot .hotSlide .bd ul li a:hover {
  color: #e62129;
}
.hot .search {
  float: right;
  position: relative;
  height: 50px;
  border-radius: 25px;
  border: solid 1px #d2d2d2;
  padding: 4px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .search:hover {
  border-color: #e62129;
}
.hot .search .searchInp {
  width: 280px;
  height: 40px;
  border-radius: 25px;
  border: none;
  padding: 0 15px;
  line-height: 40px;
  font-size: 14px;
  background: none;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.hot .search .searchInp::-webkit-input-placeholder {
  color: #999999;
}
.hot .search .searchInp:focus::-webkit-input-placeholder,
.hot .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.hot .search .submitBtn {
  background: #e62129;
  margin-left: 5px;
  border-radius: 25px;
  border: none;
  width: 85px;
  height: 40px;
  cursor: pointer;
  float: left;
  color: #fff;
  text-align: center;
  line-height: 40px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.hot .search .submitBtn:hover {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.title {
  line-height: 1;
  text-align: center;
}
.title h3 {
  font-size: 36px;
  font-weight: bold;
}
.title h3 span {
  color: #e62129;
}
.title h4 {
  font-family: Arial;
  color: #999999;
  font-size: 14px;
  margin-top: 10px;
  background: url(../images/titline.png) center center no-repeat;
}
.title p {
  font-size: 16px;
  color: #545454;
  margin-top: 8px;
}
.case {
  padding: 58px 0;
  background: #f5f5f5 url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  margin-top: 20px;
}
.case .caseNav .ul {
  margin-right: -25px;
}
.case .caseNav .ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseNav .ul a {
  display: block;
  float: left;
  margin-top: 20px;
  width: 220px;
  height: 50px;
  line-height: 50px;
  margin-right: 25px;
  background-color: #1d1d1d;
  color: #fff;
  border-radius: 25px;
  font-size: 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e62129, #e62129);
  background-image: linear-gradient(to right, #e62129, #e62129);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: 0 center;
}
.case .caseNav .ul a i {
  display: inline-block;
  vertical-align: top;
  width: 44px;
  height: 44px;
  background-color: #e62129;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  left: 3px;
  top: 3px;
}
.case .caseNav .ul a i img {
  margin: auto;
  position: absolute;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  max-width: 100%;
  max-height: 100%;
}
.case .caseNav .ul a span {
  font-size: 16px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  width: 170px;
  margin-left: 3px;
  text-align: center;
}
.case .caseNav .ul a:hover {
  background-size: 100% 100%;
}
.case .caseNav .ul a:hover i {
  background-color: #1d1d1d;
}
.case .caseNav .ul a:hover i img {
  -webkit-animation: jello 1s;
  -moz-animation: jello 1s;
  animation: jello 1s;
}
.case .list {
  margin-top: 20px;
}
.case .list ul {
  margin-right: -30px;
}
.case .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .list li {
  margin-right: 30px;
  margin-top: 20px;
  width: 380px;
  float: left;
  position: relative;
  background-color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list li .pic {
  display: block;
  width: 100%;
  height: 260px;
  position: relative;
  overflow: hidden;
}
.case .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .list li:hover .pic img {
  -webkit-transform: scale(1) rotate(0);
  -moz-transform: scale(1) rotate(0);
  -o-transform: scale(1) rotate(0);
  transform: scale(1) rotate(0);
}
.case .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  padding: 0 10px;
  position: relative;
  padding-right: 50px;
}
.case .list li .bt:after {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  background: url(../images/caseli.png) center center no-repeat;
  width: 27px;
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .list li:hover {
  box-shadow: 0 0 10px rgba(217, 0, 17, 0.2);
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.case .list li:hover .bt {
  color: #e62129;
}
.case .list li:hover .bt:after {
  background: url(../images/caseli2.png) center center no-repeat;
}
.case .list li:first-child {
  width: 790px;
  height: 310px;
  position: relative;
}
.case .list li:first-child .pic {
  height: 310px;
}
.case .list li:first-child .bt {
  position: absolute;
  width: 100%;
  left: 0;
  bottom: 0;
  padding: 0 20px;
  height: 60px;
  line-height: 60px;
  background: rgba(0, 0, 0, 0.5);
  color: #fff;
}
.case .list li:first-child .bt:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  background: url(../images/caselih.png) center center no-repeat;
  width: 27px;
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.case .list li:first-child:hover .bt {
  background: rgba(217, 0, 17, 0.6);
}
.flow {
  padding: 64px 0 60px;
}
.flow .title h4 {
  background: none;
}
.flow .flowBox {
  background: url(../images/lcBox.png) center 51px no-repeat;
}
.flow .flowBox .list {
  text-align: center;
  margin-top: 40px;
  font-size: 0;
}
.flow .flowBox .list * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.flow .flowBox .list li {
  display: inline-block;
  vertical-align: top;
  margin-left: 40px;
  line-height: 1;
  width: 100px;
  height: 100px;
  border: dashed 1.5px #494949;
  padding-top: 29px;
  border-radius: 25%;
}
.flow .flowBox .list li:first-child {
  margin-left: 0;
}
.flow .flowBox .list li .num {
  font-family: Arial;
  font-size: 18px;
}
.flow .flowBox .list li .num:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #999999;
  margin-right: 10px;
}
.flow .flowBox .list li .num:after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 15px;
  height: 1px;
  background-color: #999999;
  margin-left: 10px;
}
.flow .flowBox .list li h4 {
  font-size: 16px;
  margin-top: 12px;
}
.flow .flowBox .list li:hover {
  border-color: #e62129;
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.flow .flowBox .list li:hover .num {
  color: #e62129;
}
.flow .flowBox .list li:hover .num:before,
.flow .flowBox .list li:hover .num:after {
  background-color: #e62129;
}
.flow .tel {
  margin-top: 26px;
  text-align: center;
}
.flow .tel div {
  display: inline-block;
  height: 40px;
  border-radius: 20px;
  border: solid 1px #e62129;
  line-height: 38px;
}
.flow .tel div > i {
  color: #e62129;
  vertical-align: top;
  font-size: 20px;
  padding: 0 30px;
}
.flow .tel div .zxLink {
  display: inline-block;
  vertical-align: top;
  width: 120px;
  height: 38px;
  background-color: #e62129;
  border-radius: 20px;
  color: #fff;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e62129, #e62129);
  background-image: linear-gradient(to right, #494949, #494949);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.flow .tel div .zxLink:hover {
  background-size: 100% 100%;
}
.product {
  background-color: #51565c;
  padding: 60px 0;
}
.product .proL {
  height: 820px;
  background-color: #ffffff;
  width: 220px;
  float: left;
}
.product .proL .tit {
  background: #e62129;
  color: #fff;
  position: relative;
  height: 90px;
  z-index: 1;
  padding-top: 35px;
  text-align: center;
  line-height: 1;
}
.product .proL .tit .en {
  position: absolute;
  z-index: 0;
  width: 100%;
  line-height: 15px;
  font-size: 20px;
  opacity: 0.2;
  top: 27px;
  text-transform: uppercase;
}
.product .proL .tit h3 {
  font-size: 24px;
  font-weight: bold;
}
.product .proL .tit h3 a {
  color: #fff;
}
.product .proL .tit .line {
  width: 41px;
  height: 1px;
  background-color: #ffffff;
  margin: 12px auto 0;
}
.product .proNav {
  height: 730px;
  overflow: auto;
  padding: 20px 0;
}
.product .proNav a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  padding-left: 84px;
  color: #545454;
  line-height: 48px;
  height: 48px;
  position: relative;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a:before {
  content: "";
  display: block;
  background: url(../images/proLli.png) center center no-repeat;
  position: absolute;
  left: 44px;
  top: 0;
  width: 18px;
  z-index: -1;
  height: 100%;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proNav a:after {
  content: "";
  display: block;
  background: #e62129 url(../images/proLlih.png) 15px center no-repeat;
  position: absolute;
  border-radius: 30px 0 0 30px;
  right: 0;
  top: 0;
  width: 0;
  height: 100%;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav a:hover {
  color: #fff;
}
.product .proNav a:hover:before {
  left: 0;
  opacity: 0;
  filter: alpha(opacity=0);
}
.product .proNav a:hover:after {
  width: 190px;
}
.product .proR {
  float: right;
  width: 960px;
  height: 820px;
  background-color: #ffffff;
  padding: 20px 15px 0 20px;
}
.product .proR .tit {
  line-height: 28px;
  height: 28px;
  padding-left: 44px;
  background: url(../images/prohot.png) 10px center no-repeat;
  font-size: 18px;
  color: #545454;
}
.product .proR .tit i {
  font-size: 14px;
  text-transform: uppercase;
}
.product .proR .list ul {
  margin-right: -20px;
}
.product .proR .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proR .list li {
  float: left;
  margin-right: 20px;
  margin-top: 20px;
  width: 295px;
  height: 230px;
  position: relative;
  overflow: hidden;
}
.product .proR .list li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.product .proR .list li .pic img {
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  object-fit: cover;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proR .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 .proR .list li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  position: absolute;
  width: 100%;
  height: 50px;
  line-height: 50px;
  padding: 0 60px 0 20px;
  color: #fff;
  left: 0;
  bottom: 0;
  background-color: rgba(0, 0, 0, 0.5);
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(217, 0, 17, 0.6), rgba(217, 0, 17, 0.6));
  background-image: linear-gradient(to right, #e62129b8, #e62129b8);
  -webkit-transition: all 0.6s;
  transition: all 0.6s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proR .list li .bt:after {
  content: "";
  position: absolute;
  display: block;
  right: 20px;
  background: url(../images/proli.png) center center no-repeat;
  width: 24px;
  height: 100%;
  top: 0;
  z-index: 2;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.product .proR .list li:hover .bt {
  background-size: 100% 100%;
  background-color: transparent;
}
.mbanner1 {
  background: url(../images/mbanner1.jpg) center 0 no-repeat;
  height: 230px;
  color: #fff;
}
.mbanner1 .text {
  padding-top: 30px;
}
.mbanner1 .text .t1 img {
  display: block;
  height: 53px;
}
.mbanner1 .text .t2 {
  display: inline-block;
  margin-top: 19px;
  padding: 0 25px;
  font-size: 18px;
  height: 41px;
  line-height: 41px;
  background-color: #e62129;
}
.mbanner1 .text .tel {
  margin-top: 3px;
  line-height: 44px;
}
.mbanner1 .text .tel .tt {
  display: inline-block;
  height: 35px;
  padding-top: 17px;
  line-height: 35px;
  font-size: 18px;
}
.mbanner1 .text .tel .tt:before {
  content: "";
  display: inline-block;
  vertical-align: top;
  margin-right: 20px;
  width: 35px;
  height: 35px;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/mbantel.png) center center no-repeat;
}
.mbanner1 .text .tel .zxLink {
  display: inline-block;
  margin-left: 70px;
  width: 200px;
  height: 44px;
  background-color: #ffffff;
  border-radius: 10px;
  line-height: 44px;
  vertical-align: top;
  color: #1d1d1d;
  font-size: 16px;
  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;
}
.mbanner1 .text .tel .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #fff;
  border-radius: 10px;
  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;
}
.mbanner1 .text .tel .zxLink:hover {
  background: none;
  color: #fff;
}
.mbanner1 .text .tel .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi {
  position: relative;
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  padding: 60px 0;
}
.youshi .title h4 {
  background: url(../images/ystit.png) center center no-repeat;
}
.youshi .ysBox {
  height: 402px;
  margin-top: 40px;
}
.youshi .bd {
  height: 380px;
}
.youshi .bd li {
  overflow: hidden;
  padding: 0 40px 0 50px;
}
.youshi .bd li .ysPic {
  float: right;
  width: 600px;
  height: 380px;
}
.youshi .bd li .pic {
  width: 600px;
  height: 380px;
  overflow: hidden;
  position: relative;
}
.youshi .bd li .pic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*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:hover:before,
.youshi .bd li .pic.pic:hover:before,
.youshi .bd li .pic.img:hover:before {
  -webkit-transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  transition: all 1s cubic-bezier(0, 0, 0.18, 0.96);
  -webkit-transform: scaleY(1);
  transform: scaleY(1);
  -webkit-transform-origin: top;
  transform-origin: top;
  opacity: 0;
}
.youshi .bd li .pic img {
  width: 600px;
  height: 380px;
  overflow: hidden;
}
.youshi .bd li .cont {
  width: 452px;
  height: 168px;
  float: left;
  position: relative;
  padding-top: 5px;
}
.youshi .bd li .cont * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .bd li .cont .num {
  font-size: 24px;
  color: #e62129;
  line-height: 22px;
  font-weight: bold;
}
.youshi .bd li .cont .num:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  margin-right: 20px;
  width: 61px;
  height: 1px;
  background-color: #e62129;
}
.youshi .bd li .cont h4 {
  font-size: 20px;
  font-weight: bold;
  line-height: 1;
  margin-top: 32px;
}
.youshi .bd li .cont h5 {
  text-transform: uppercase;
  font-family: Arial;
  font-size: 14px;

  margin-top: 14px;
  line-height: 12px;
}
.youshi .bd li .cont .text {
  color: #727272;
  line-height: 30px;
  margin-top: 26px;
}
.youshi .bd li .cont:hover h4 {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .bd li .cont:hover h5 {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
}
.youshi .bd li .cont:hover .text {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.youshi .hd {
  position: absolute;
  left: 50px;
  bottom: 0;
  z-index: 2;
  width: 480px;
}
.youshi .hd li {
  float: left;
  width: 200px;
  height: 50px;
  background-color: #494949;
  text-align: center;
  line-height: 50px;
  color: #fff;
  font-size: 16px;
  margin-right: 40px;
  margin-top: 20px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e62129, #e62129);
  background-image: linear-gradient(to right, #e62129, #e62129);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.youshi .hd li.on {
  background-size: 100% 100%;
}
.youshi .prev {
  position: absolute;
  z-index: 3;
  width: 47px;
  height: 83px;
  background: url(../images/yst.png) center center no-repeat;
  background-color: #ffffff;
  left: 50%;
  margin-left: -33px;
  top: 460px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.youshi .next {
  position: absolute;
  z-index: 3;
  width: 47px;
  height: 83px;
  background: url(../images/ysb.png) center center no-repeat;
  background-color: #ffffff;
  left: 50%;
  margin-left: -33px;
  top: 545px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.about {
  padding-top: 50px;
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
}
.about .aboutPic {
  width: 1200px;
  height: 520px;
  position: relative;
}
.about .aboutPic:before {
  display: block;
  content: "";
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  position: absolute;
  z-index: 2;
  -webkit-transform: scaleY(0);
  transform: scaleY(0);
  -webkit-transform-origin: bottom;
  transform-origin: bottom;
  background: linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -webkit-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  background: -moz-linear-gradient(to top, rgba(255, 255, 255, 0), rgba(255, 255, 255, 0.6));
  /*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:hover:before,
.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 {
  display: block;
  width: 1200px;
  height: 520px;
}
.about .aboutText {
  color: #ffffff;
  margin-top: 38px;
}
.about .aboutText h4 {
  font-weight: bold;
  font-size: 30px;
  line-height: 1;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 30px;
  height: 90px;
  margin-top: 15px;
}
.about .aboutText .more {
  display: block;
  width: 200px;
  height: 46px;
  background-color: #e62129;
  margin: 50px auto 0;
  line-height: 46px;
  text-align: center;
  color: #fff;
  position: relative;
}
.about .aboutText .more span {
  width: 0;
  display: inline-block;
  overflow: hidden;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:before {
  content: "";
  display: block;
  position: absolute;
  left: 30px;
  top: 50%;
  margin-top: -3px;
  border-radius: 6px;
  width: 6px;
  height: 6px;
  background-color: #fff;
}
.about .aboutText .more:after {
  content: "";
  display: block;
  background: url(../images/aboutmore.png) right center no-repeat;
  position: absolute;
  right: 42px;
  top: 0;
  width: 64px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutText .more:hover {
  -webkit-transform: translateY(-6px);
  transform: translateY(-6px);
  box-shadow: 0 8px 10px -5px rgba(217, 0, 17, 0.5);
}
.about .aboutText .more:hover span {
  width: 80px;
}
.about .aboutText .more:hover:after {
  width: 10px;
  right: 30px;
}
.about .show {
  margin-top: 88px;
  height: 355px;
  background-color: #ffffff;
  box-shadow: 0px 2px 24px 0px rgba(53, 105, 134, 0.17);
  padding-top: 30px;
}
.about .show .showTab {
  display: block;
  text-align: center;
  background: url(../images/showline.png) center center no-repeat;
  font-size: 0;
  margin-bottom: 30px;
}
.about .show .showTab li {
  display: inline-block;
  color: #ffffff;
  font-size: 18px;
  width: 160px;
  height: 44px;
  background-color: #494949;
  margin: 0 15px;
  line-height: 44px;
  cursor: pointer;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e62129, #e62129);
  background-image: linear-gradient(to right, #e62129, #e62129);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: center center;
}
.about .show .showTab li.on {
  background-size: 100% 100%;
}
.about .show .showTabs {
  position: relative;
  overflow: hidden;
  height: 240px;
}
.about .show .showImg {
  position: relative;
  height: 240px;
}
.about .show .showImg .showPrev {
  position: absolute;
  left: 0;
  top: 80px;
  width: 26px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  z-index: 4;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .showImg .showPrev:before {
  content: "<";
  font-family: SimSun;
  font-weight: bold;
}
.about .show .showImg .showPrev:hover {
  background: rgba(217, 0, 17, 0.5);
}
.about .show .showImg .showNext {
  position: absolute;
  right: 0;
  top: 80px;
  width: 26px;
  height: 40px;
  color: #fff;
  font-size: 28px;
  z-index: 4;
  text-align: center;
  background: rgba(0, 0, 0, 0.5);
  line-height: 40px;
  cursor: pointer;
  opacity: 0;
  filter: alpha(opacity=0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .show .showImg .showNext:before {
  content: ">";
  font-family: SimSun;
  font-weight: bold;
}
.about .show .showImg .showNext:hover {
  background: rgba(217, 0, 17, 0.5);
}
.about .show .showImg:hover .showPrev {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .show .showImg:hover .showNext {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .show .showImg .list {
  height: 240px;
  width: 1140px;
  overflow: hidden;
  margin: auto;
}
.about .show .showImg .list ul {
  margin-right: -20px;
}
.about .show .showImg .list ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.about .show .showImg .list ul li {
  width: 270px;
  height: 240px;
  float: left;
  margin-right: 20px;
  position: relative;
}
.about .show .showImg .list ul li .pic:after,
.about .show .showImg .list 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;
}
.about .show .showImg .list ul li .pic:before {
  top: 0;
  left: 0;
  border-color: #e62129 transparent transparent #e62129;
}
.about .show .showImg .list ul li .pic:after {
  right: 0;
  bottom: 0;
  border-color: transparent #e62129 #e62129 transparent;
}
.about .show .showImg .list ul li:hover .pic:after,
.about .show .showImg .list ul li:hover .pic:before {
  width: 100%;
  height: 100%;
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .show .showImg .list ul li .pic {
  display: block;
  width: 270px;
  height: 190px;
  position: relative;
  overflow: hidden;
}
.about .show .showImg .list ul li .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-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;
}
.about .show .showImg .list 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);
}
.about .show .showImg .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  text-align: center;
  color: #868686;
}
.about .show .showImg .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.about .show .showImg .list ul li:hover .bt {
  color: #e62129;
}
.news {
  padding: 60px 0;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsBox {
  margin-top: 40px;
}
.news .newsCont {
  width: 590px;
  height: 520px;
}
.news .newsCont .tit {
  background: #e62129;
  height: 50px;
  line-height: 50px;
}
.news .newsCont .tit a {
  color: #fff;
  display: inline-block;
  padding-left: 66px;
  font-size: 20px;
  background: url(../images/newsico.png) 14px center no-repeat;
}
.news .newsCont .list {
  border: solid 1px #e5e5e5;
  border-top: 0;
  height: 470px;
  padding: 20px 20px 0;
}
.news .newsCont .list .one {
  height: 180px;
}
.news .newsCont .list .one:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsCont .list .one .pic {
  display: block;
  width: 210px;
  height: 180px;
  overflow: hidden;
  float: left;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsCont .list .one .pic img {
  display: block;
  width: 100%;
  height: 100%;
  -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;
}
.news .newsCont .list .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);
}
.news .newsCont .list .one .cont {
  width: 300px;
  margin-left: 25px;
  height: 180px;
  float: left;
}
.news .newsCont .list .one .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  font-weight: bold;
  line-height: 28px;
}
.news .newsCont .list .one .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsCont .list .one .cont p {
  color: #727272;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  line-height: 25px;
  height: 75px;
  margin-top: 16px;
}
.news .newsCont .list .one .cont .more {
  display: inline-block;
  width: 140px;
  height: 36px;
  line-height: 36px;
  background-color: #494949;
  margin-top: 24px;
  color: #fff;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #e62129, #e62129);
  background-image: linear-gradient(to right, #e62129, #e62129);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .newsCont .list .one .cont .more:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsCont .list .one .cont .more:after {
  content: ">>";
}
.news .newsCont .list .one .cont .more:hover {
  background-size: 100% 100%;
}
.news .newsCont .list .one .cont:hover .bt {
  color: #e62129;
}
.news .newsCont .list ul {
  padding-top: 8px;
}
.news .newsCont .list ul li {
  margin-top: 8px;
  height: 50px;
  line-height: 50px;
  border-bottom: 1px dashed #d2d2d2;
  position: relative;
}
.news .newsCont .list ul li:after {
  content: "";
  position: absolute;
  width: 100%;
  height: 0;
  border-bottom: 1px dashed #e62129;
  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 .newsCont .list ul li:hover:after,
.news .newsCont .list ul li.on:after {
  transform: scaleX(1);
  transform-origin: left;
}
.news .newsCont .list ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  float: left;
  width: 450px;
  color: #545454;
}
.news .newsCont .list ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsCont .list ul li .bt:before {
  content: "";
  display: inline-block;
  margin-right: 15px;
  width: 12px;
  height: 12px;
  background: url(../images/newsli.png) 0 center no-repeat;
  vertical-align: middle;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsCont .list ul li > span {
  float: right;
  color: #545454;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsCont .list ul li:hover .bt {
  color: #e62129;
}
.news .newsCont .list ul li:hover .bt:before {
  background: url(../images/newslih.png) 0 center no-repeat;
}
.news .newsCont .list ul li:hover > span {
  color: #e62129;
}
.news .newsL {
  float: left;
}
.news .newsR {
  float: right;
}
.links {
  background: url(../images/footerbg.jpg) center 0 no-repeat;
  padding-top: 50px;
}
.links .tit {
  float: left;
  width: 164px;
  height: 70px;
  background-color: #494949;
  text-align: center;
  line-height: 70px;
  font-weight: bold;
  font-size: 20px;
  color: #fff;
}
.links .tit:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  background: url(../images/linksico.png) center center no-repeat;
  margin-right: 10px;
  width: 26px;
  height: 26px;
}
.links .list {
  width: 1036px;
  float: right;
  overflow: hidden;
  height: 70px;
  line-height: 68px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  border-left: none;
  padding-left: 20px;
}
.links .list a {
  display: inline-block;
  color: rgba(255, 255, 255, 0.5);
  padding-right: 15px;
  position: relative;
}
.links .list a:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .list a:before {
  content: "丨";
  margin-right: 15px;
  color: rgba(255, 255, 255, 0.5);
}
.links .list a:first-child:before {
  display: none;
}
.links .list a:hover {
  color: #fff;
}
.message {
  padding: 70px 0;
}
.message .formbox {
  float: left;
  width: 760px;
}
.message .formbox .tit {
  font-size: 24px;
  line-height: 1;
  font-weight: bold;
  margin-bottom: 7px;
}
.message .formbox .form:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox input {
  margin-top: 20px;
  display: block;
  float: left;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  width: 370px;
  height: 44px;
  background-color: #f3f5f7;
  line-height: 44px;
  padding: 0 10px 0 46px;
  color: #333;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 18px center no-repeat;
  background-color: #f3f5f7;
  margin-right: 20px;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 18px center no-repeat;
  background-color: #f3f5f7;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 18px center no-repeat;
  background-color: #f3f5f7;
  width: 278px;
}
.message .formbox input.codeText {
  padding-left: 20px;
  width: 256px;
  margin-right: 20px;
}
.message .formbox input::-webkit-input-placeholder {
  color: #333333;
}
.message .formbox input:focus,
.message .formbox input:active {
  box-shadow: 0 0 10px rgba(0, 0, 0, 0.15);
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  float: left;
}
.message .formbox .code .imgCode {
  width: 114px;
  height: 44px;
  border: none;
  margin-top: 20px;
  display: block;
  float: left;
}
.message .formbox .submitform {
  float: right;
  margin-top: 20px;
  width: 92px;
  height: 44px;
  background-color: #e62129;
  border: none;
  font-size: 16px;
  text-align: center;
  color: #fff;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  overflow: hidden;
  line-height: 44px;
  cursor: pointer;
  -webkit-transition: background-color 0.6s, color 0.3s;
  transition: background-color 0.6s, color 0.3s;
  position: relative;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
  z-index: 1;
}
.message .formbox .submitform:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e62129;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .formbox .submitform:hover {
  background: none;
  color: #e62129;
}
.message .formbox .submitform:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message .formbox .text {
  line-height: 40px;
  margin-top: 34px;
}
.message .formbox .text:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.message .formbox .text .left {
  width: 530px;
}
.message .formbox .text .left span {
  display: inline-block;
  margin-left: 30px;
  padding-left: 20px;
  position: relative;
  left: -30px;
}
.message .formbox .text .left span.s1 {
  background: url(../images/lxico1.png) 0 center no-repeat;
}
.message .formbox .text .left span.s2 {
  background: url(../images/lxico2.png) 0 center no-repeat;
}
.message .formbox .text .left span.s3 {
  background: url(../images/lxico3.png) 0 center no-repeat;
}
.message .formbox .text .left .tel {
  line-height: 1;
  font-size: 24px;
  font-weight: bold;
  line-height: 20px;
  margin-top: 20px;
}
.message .formbox .text .ewm {
  float: right;
  padding-top: 22px;
}
.message .formbox .text .ewm img {
  float: left;
  margin-left: 30px;
  width: 98px;
  height: 98px;
  display: block;
  padding: 10px;
  background: url(../images/ewmbg.png) center center no-repeat;
}
.message .formbox .text .ewm img:first-child {
  margin-left: 0;
}
.message .lxText {
  float: right;
  width: 392px;
  height: 313px;
  background: url(../images/lxbg.jpg) center 0 no-repeat;
  padding: 33px 60px 0;
  line-height: 1;
  text-align: right;
}
.message .lxText .t1 {
  color: #e62129;
  font-size: 32px;
  line-height: 26px;
  font-weight: bold;
}
.message .lxText .line {
  line-height: 0;
  margin-top: 42px;
}
.message .lxText .line i {
  display: inline-block;
  width: 28px;
  height: 3px;
  background-color: #e62129;
}
.message .lxText .t2 {
  font-size: 18px;
  font-weight: bold;
  margin-top: 50px;
}
.message .lxText .t3 {
  color: #666666;
  margin-top: 12px;
}
.message .lxText .t4 {
  margin-top: 25px;
}
.message .lxText .t4 .zxLink {
  display: inline-block;
  width: 215px;
  height: 48px;
  background-color: #e62129;
  line-height: 48px;
  text-align: center;
  color: #fff;
  -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;
}
.message .lxText .t4 .zxLink:before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #e62129;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.message .lxText .t4 .zxLink:hover {
  background: none;
  color: #e62129;
}
.message .lxText .t4 .zxLink:hover:before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}