@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.dh {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.clearboth::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
@keyframes huanying1 {
  0% {
    left: 0;
    opacity: 1;
  }
  100% {
    left: 15px;
    opacity: 0;
  }
}
@keyframes huanying2 {
  0% {
    opacity: 0;
    left: -10px;
  }
  100% {
    left: 0;
    opacity: 1;
  }
}
@keyframes jello {
  from,
  11.1%,
  to {
    -webkit-transform: none;
    -moz-transform: none;
    transform: none;
  }
  22.2% {
    -webkit-transform: skewX(-12.5deg) skewY(-12.5deg);
    -moz-transform: skewX(-12.5deg) skewY(-12.5deg);
    transform: skewX(-12.5deg) skewY(-12.5deg);
  }
  33.3% {
    -webkit-transform: skewX(6.25deg) skewY(6.25deg);
    -moz-transform: skewX(6.25deg) skewY(6.25deg);
    transform: skewX(6.25deg) skewY(6.25deg);
  }
  44.4% {
    -webkit-transform: skewX(-3.125deg) skewY(-3.125deg);
    -moz-transform: skewX(-3.125deg) skewY(-3.125deg);
    transform: skewX(-3.125deg) skewY(-3.125deg);
  }
  55.5% {
    -webkit-transform: skewX(1.5625deg) skewY(1.5625deg);
    -moz-transform: skewX(1.5625deg) skewY(1.5625deg);
    transform: skewX(1.5625deg) skewY(1.5625deg);
  }
  66.6% {
    -webkit-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    -moz-transform: skewX(-0.78125deg) skewY(-0.78125deg);
    transform: skewX(-0.78125deg) skewY(-0.78125deg);
  }
  77.7% {
    -webkit-transform: skewX(0.390625deg) skewY(0.390625deg);
    -moz-transform: skewX(0.390625deg) skewY(0.390625deg);
    transform: skewX(0.390625deg) skewY(0.390625deg);
  }
  88.8% {
    -webkit-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    -moz-transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
    transform: skewX(-0.1953125deg) skewY(-0.1953125deg);
  }
}
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,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow {
  -webkit-transition: all 0.8s ease-out;
  transition: all 0.8s ease-out;
}
@-webkit-keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
@keyframes hvr-icon-wobble-vertical {
  16.65% {
    -webkit-transform: translateY(6px);
    transform: translateY(6px);
  }
  33.3% {
    -webkit-transform: translateY(-5px);
    transform: translateY(-5px);
  }
  49.95% {
    -webkit-transform: translateY(4px);
    transform: translateY(4px);
  }
  66.6% {
    -webkit-transform: translateY(-2px);
    transform: translateY(-2px);
  }
  83.25% {
    -webkit-transform: translateY(1px);
    transform: translateY(1px);
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
  }
}
.banner {
  position: relative;
}
.banner * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.banner .bannerSwiper {
  overflow: hidden;
}
.banner .bannerSwiper img {
  display: block;
  width: 100%;
  object-fit: cover;
}
.banner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  right: 50%;
  margin-right: -150px;
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #d3b167 solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.banner .banner-pagination span::before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #d3b167;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.banner .banner-pagination span.swiper-pagination-bullet-active::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-prev {
  left: 3%;
}
.banner .banner-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;
  outline: none;
}
.banner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
  position: relative;
}
.title a {
  display: inline-block;
  vertical-align: top;
}
.title b {
  display: block;
  font-size: 26px;
}
.title b::after {
  content: "";
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
  width: 12px;
  height: 20px;
  border-left: 4px solid #d3b167;
  border-right: 4px solid #333333;
}
.title i {
  font-weight: bold;
  display: block;
  font-size: 14px;
  font-size: 22px;
  line-height: 18px;
  margin-top: 15px;
}
.title i::after {
  content: "";
  width: 6px;
  height: 6px;
  background-color: #262626;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .search {
  float: right;
  width: 280px;
  height: 45px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  margin-top: 17px;
  position: relative;
  padding-right: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .search .searchInp {
  display: block;
  width: 100%;
  height: 43px;
  line-height: 43px;
  background: none;
  padding: 0 15px;
  font-size: 14px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.titBox .search .searchInp::-webkit-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp::-moz-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp:-ms-input-placeholder {
  color: #b3b3b3;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.titBox .search .searchInp:focus::-webkit-input-placeholder,
.titBox .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus::-moz-placeholder,
.titBox .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .searchInp:focus:-ms-input-placeholder,
.titBox .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.titBox .search .submitBtn {
  background: #d3b167 url(../images/searchico.png) center center no-repeat;
  width: 45px;
  height: 45px;
  cursor: pointer;
  border: none;
  position: absolute;
  right: -1px;
  top: -1px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.titBox .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.titBox .search:hover {
  border-color: #d3b167;
}
.titBox .xunpan {
  float: right;
  margin-top: 20px;
  position: relative;
  cursor: pointer;
  height: 22px;
  line-height: 22px;
}
.titBox .xunpan:before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  position: relative;
  top: -2px;
  background: url(../images/xunpan.png) center center no-repeat;
  width: 12px;
  height: 13px;
  margin-right: 6px;
}
.titBox .xunpan i {
  margin: 0 5px;
  width: 22px;
  height: 22px;
  background-color: #d3b167;
  text-align: center;
  line-height: 22px;
  display: inline-block;
  vertical-align: top;
  color: #fff;
  border-radius: 100%;
}
.titBox .xunpan .xunpantip {
  z-index: 999;
  position: absolute;
  top: 130%;
  left: 50%;
  width: 180px;
  height: 30px;
  line-height: 30px;
  text-align: center;
  color: #fff;
  font-size: 14px;
  -webkit-transform: translateX(-50%) scale(0);
  -moz-transform: translateX(-50%) scale(0);
  -o-transform: translateX(-50%) scale(0);
  -ms-transform: translateX(-50%) scale(0);
  transform: translateX(-50%) scale(0);
  -webkit-transition: transform 0.4s, opacity 0.4s;
  -moz-transition: transform 0.4s, opacity 0.4s;
  -o-transition: transform 0.4s, opacity 0.4s;
  -ms-transition: transform 0.4s, opacity 0.4s;
  transition: transform 0.4s, opacity 0.4s;
  background-color: #d3b167;
  border-radius: 4px;
  opacity: 0;
  font-weight: bold;
  box-shadow: 3px 3px 2px rgba(211, 177, 103, 0.15);
}
.titBox .xunpan .xunpantip:after {
  content: '';
  position: absolute;
  top: -16px;
  left: 50%;
  width: 0;
  height: 0;
  -webkit-transform: translateX(-50%);
  -moz-transform: translateX(-50%);
  -o-transform: translateX(-50%);
  -ms-transform: translateX(-50%);
  transform: translateX(-50%);
  border: 8px solid transparent;
  border-bottom-color: #d3b167;
}
.titBox .xunpan:hover .xunpantip {
  -webkit-transform: translateX(-50%) scale(1);
  -moz-transform: translateX(-50%) scale(1);
  -o-transform: translateX(-50%) scale(1);
  -ms-transform: translateX(-50%) scale(1);
  transform: translateX(-50%) scale(1);
  opacity: 1;
}
.product {
  padding-top: 80px;
  background: #252525 url(../images/probg.png) center 0 no-repeat;
}
.product .proBox {
  margin-top: 24px;
  z-index: 1;
}
.product .proNav {
  padding-right: 370px;
}
.product .proNav ul {
  margin-right: -30px;
}
.product .proNav ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proNav ul li {
  float: left;
  margin-top: 30px;
  margin-right: 30px;
}
.product .proNav ul li > a {
  display: block;
  width: 130px;
  height: 180px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  position: relative;
  text-align: center;
  padding: 34px 18px 0;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d3b167, #d3b167);
  background-image: linear-gradient(to right, #d3b167, #d3b167);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0%;
  background-position: left 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  left: 0;
  top: 0;
  height: 7px;
  background-color: #d3b167;
  opacity: 0.2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a i {
  display: block;
  margin: auto;
  width: 50px;
  height: 50px;
  background-color: #e6e6e6;
  border-radius: 100%;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pronavli.png) center center no-repeat;
  filter: grayscale(100) brightness(0.4);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li > a span {
  display: block;
  font-size: 15px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 25px;
  height: 50px;
  margin-top: 20px;
}
.product .proNav ul li:hover > a,
.product .proNav ul li.on > a {
  color: #fff;
  background-color: #d3b167;
  border-color: #d3b167;
  background-size: 100% 100%;
}
.product .proNav ul li:hover > a::before,
.product .proNav ul li.on > a::before {
  background-color: #ffffff;
}
.product .proNav ul li:hover > a i,
.product .proNav ul li.on > a i {
  background-color: #fff;
}
.product .proNav ul li:hover > a i::before,
.product .proNav ul li.on > a i::before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
}
.product .proNav .tel {
  height: 26px;
  line-height: 26px;
  margin-top: 216px;
  font-family: Arial;
  font-size: 20px;
  text-align: center;
}
.product .proNav .tel::before {
  content: "";
  display: inline-block;
  width: 28px;
  height: 26px;
  vertical-align: bottom;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/protel.png) center center no-repeat;
}
.product .proNav .zxLink {
  display: block;
  margin: auto;
  margin-top: 26px;
  width: 160px;
  height: 50px;
  background-color: #ffc355;
  border-radius: 25px;
  text-align: center;
  line-height: 50px;
  box-shadow: 0 0 0 5px rgba(211, 177, 103, 0.2);
  font-size: 16px;
  color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav .zxLink:hover {
  background-color: #d3b167;
  box-shadow: 0 0 0 8px rgba(211, 177, 103, 0.2);
}
.product .proList {
  margin-top: 25px;
}
.product .proList ul {
  margin-right: -33px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-right: 33px;
  margin-top: 30px;
  float: left;
  width: 300px;
  height: 220px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item {
  width: 100%;
  height: 100%;
  overflow: hidden;
  position: relative;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  object-fit: contain;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  max-width: 80%;
  min-width: 180px;
  height: 40px;
  background-color: #cccccc;
  line-height: 40px;
  font-size: 15px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 3;
  padding: 0 10px 0 20px;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d3b167, #d3b167);
  background-image: linear-gradient(to right, #d3b167, #d3b167);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: rotate(1.1);
  -moz-transform: rotate(1.1);
  -o-transform: rotate(1.1);
  transform: rotate(1.1);
}
.product .proList ul li .item:hover .bt {
  background-color: #d3b167;
  background-size: 100% 100%;
}
.product .proList ul li:hover {
  border-color: #d3b167;
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
}
.product .proList ul li:first-child {
  width: 634px;
  height: 470px;
}
.product .proimg {
  position: absolute;
  right: -180px;
  top: 50px;
  z-index: -1;
  width: 500px;
  height: 648px;
  background: url(../images/proimg.png) 0 center no-repeat;
}
.number {
  background-color: #252525;
  padding: 80px 0;
}
.number ul {
  display: flex;
  justify-content: space-between;
}
.number ul li {
  float: left;
  color: #fff;
  text-align: center;
}
.number ul li h4 {
  line-height: 1;
  padding-right: 26px;
}
.number ul li p {
  margin-top: 22px;
  line-height: 1;
}
.number ul li p i {
  font-weight: bold;
  font-size: 46px;
  line-height: 35px;
  display: inline-block;
  vertical-align: bottom;
}
.number ul li p em {
  font-size: 14px;
  color: #ffffff;
  opacity: 0.4;
  display: inline-block;
  vertical-align: bottom;
  margin-left: 12px;
}
.youshi {
  background: url(../images/ysbg.png) center 0 repeat-y;
  padding: 80px 0 0;
  height: 520px;
  background-color: #252525;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysBox {
  padding-left: 50px;
}
.youshi .ysTit {
  float: left;
  width: 360px;
}
.youshi .ysTit .tel {
  margin-top: 160px;
}
.youshi .ysTit .tel::before {
  content: "";
  display: block;
  width: 50px;
  height: 50px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/ystel.png) center center no-repeat;
}
.youshi .ysTit .tel i {
  display: block;
  font-size: 26px;
  margin-top: 22px;
  line-height: 22px;
  font-weight: bold;
}
.youshi .ysPic {
  position: absolute;
  padding-bottom: 100px;
  width: 492px;
  right: -120px;
  top: -76px;
}
.youshi .ysPic::after {
  content: "";
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  height: 100%;
  background: url(../images/yspicbg.png) center bottom no-repeat;
  left: 0;
  bottom: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.youshi .ysPic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: -2;
  bottom: 73px;
  left: -518px;
  width: 560px;
  height: 1px;
  background-color: #e6e6e6;
}
.youshi .ysPic .pic {
  overflow: hidden;
  position: relative;
  z-index: 2;
  width: 492px;
  height: 418px;
}
.youshi .ysPic .pic img {
  display: block;
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  right: 0;
  bottom: 0;
  margin: 0 auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont {
  position: relative;
  background: url(../images/ysconbg.png) right 200px no-repeat;
  height: 324px;
  float: left;
  margin-top: 44px;
}
.youshi .ysCont .bd {
  overflow: hidden;
  height: 324px;
  width: 520px;
}
.youshi .ysCont .bd ul li .item {
  position: relative;
}
.youshi .ysCont .bd ul li .item * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .item .tit {
  padding-top: 10px;
  font-size: 26px;
  line-height: 22px;
  border-bottom: 1px solid #e6e6e6;
  height: 46px;
  display: inline-block;
  vertical-align: top;
  font-weight: bold;
}
.youshi .ysCont .bd ul li .item .text {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  font-size: 18px;
  margin-top: 22px;
}
.youshi .ysCont .bd ul li .item .text span {
  display: block;
  float: left;
  line-height: 34px;
  margin-top: 50px;
  padding-left: 30px;
  background: url(../images/ysli.png) 0 center no-repeat;
}
.youshi .ysCont .page {
  position: absolute;
  z-index: 3;
  right: 7px;
  top: 0;
}
.youshi .ysCont .page .prev {
  float: left;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #262626;
}
.youshi .ysCont .page .prev:hover,
.youshi .ysCont .page .prev.on {
  background-color: #d3b167;
}
.youshi .ysCont .page .next {
  float: left;
  width: 45px;
  height: 45px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #262626;
}
.youshi .ysCont .page .next:hover,
.youshi .ysCont .page .next.on {
  background-color: #d3b167;
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.case .caseBox {
  height: 415px;
  padding-top: 30px;
}
.case .titBox {
  padding-left: 50px;
}
.case .caseSwiper {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.case .caseSwiper .swiper-container {
  width: 1612px;
}
.case .caseSwiper ul {
  margin-right: -28px;
}
.case .caseSwiper ul li {
  float: left;
  width: 300px;
  height: 220px;
  margin-right: 28px;
}
.case .caseSwiper ul li .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background-color: rgba(255, 255, 255, 0.8);
  font-size: 15px;
  height: 50px;
  line-height: 50px;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 100%;
  z-index: 2;
  padding-left: 10px;
  padding-right: 30px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, rgba(211, 177, 103, 0.8), rgba(211, 177, 103, 0.8));
  background-image: linear-gradient(to right, rgba(211, 177, 103, 0.8), rgba(211, 177, 103, 0.8));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li .bt::before {
  content: "";
  display: block;
  background: url(../images/caseli.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 10px;
  width: 13px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseSwiper ul li.swiper-slide-next + li + li + li .bt {
  opacity: 0;
  filter: alpha(opacity=0);
}
.case .caseSwiper ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.case .caseSwiper ul li:hover .bt {
  background-color: rgba(211, 177, 103, 0.8);
  background-size: 100% 100%;
  color: #fff;
}
.case .caseSwiper ul li:hover .bt::before {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.case .page .prev {
  position: absolute;
  z-index: 3;
  left: 0;
  bottom: 37px;
  width: 46px;
  height: 46px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/casel.png) center center no-repeat;
}
.case .page .prev:hover,
.case .page .prev.on {
  border-color: #d3b167;
  background-image: url(../images/caselh.png);
}
.case .page .next {
  position: absolute;
  z-index: 3;
  right: 0;
  bottom: 37px;
  width: 46px;
  height: 46px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/casel.png) center center no-repeat;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
}
.case .page .next:hover,
.case .page .next.on {
  border-color: #d3b167;
  background-image: url(../images/caselh.png);
}
.liyou {
  background: url(../images/lybg.jpg) center 0 no-repeat;
  padding-top: 68px;
  height: 808px;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.liyou .lyCont {
  float: left;
  width: 545px;
}
.liyou .lyCont .title {
  color: #fff;
}
.liyou .lyCont .title b::after {
  border-right: 4px solid #fff;
}
.liyou .lyCont .title i {
  opacity: 0.7;
}
.liyou .lyCont .title i::after {
  background-color: #fff;
}
.liyou .lyCont .bd {
  margin-top: 92px;
  height: 410px;
}
.liyou .lyCont .bd ul li {
  color: #ffffff;
  padding-top: 10px;
  height: 410px;
}
.liyou .lyCont .bd ul li .num {
  font-weight: bold;
  font-size: 100px;
  line-height: 80px;
  letter-spacing: 6px;
  opacity: 0.05;
}
.liyou .lyCont .bd ul li h4 {
  line-height: 1;
  margin-top: 50px;
}
.liyou .lyCont .bd ul li h4 span {
  font-weight: bold;
  font-size: 20px;
}
.liyou .lyCont .bd ul li h4 i {
  display: inline-block;
  vertical-align: bottom;
  font-size: 12px;
  margin-left: 18px;
  line-height: 1;
  opacity: 0.2;
  text-transform: uppercase;
}
.liyou .lyCont .bd ul li .text {
  margin-top: 30px;
  font-size: 15px;
  line-height: 36px;
  opacity: 0.6;
}
.liyou .lyCont .page {
  width: 300px;
  height: 70px;
  background-color: #d3b167;
  line-height: 70px;
}
.liyou .lyCont .page .prev {
  float: left;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.liyou .lyCont .page .prev::before {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 12px;
  margin-right: 16px;
  background: url(../images/lyl.png) center center no-repeat;
  position: relative;
  top: -2px;
}
.liyou .lyCont .page .prev:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.liyou .lyCont .page .next {
  float: right;
  text-align: center;
  text-transform: uppercase;
  color: #fff;
  font-size: 16px;
  width: 140px;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.liyou .lyCont .page .next::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 24px;
  height: 12px;
  margin-left: 16px;
  background: url(../images/lyr.png) center center no-repeat;
  position: relative;
  top: -2px;
}
.liyou .lyCont .page .next:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.liyou .lyPic {
  position: absolute;
  left: 565px;
  top: 44px;
}
.liyou .lyPic::before {
  content: "";
  display: block;
  position: absolute;
  bottom: 78px;
  right: -182px;
  width: 400px;
  height: 105px;
  border: solid 5px #ffffff;
  z-index: 3;
}
.liyou .lyPic .bd {
  width: 471px;
  height: 646px;
  overflow: hidden;
}
.liyou .lyPic .bd ul li {
  overflow: hidden;
  position: relative;
  width: 471px;
  height: 646px;
}
.liyou .lyPic .bd ul li img {
  position: absolute;
  max-width: 100%;
  max-height: 100%;
  left: 0;
  top: 0;
  right: 0;
  bottom: 0;
  margin: auto;
}
.liyou .hd {
  float: right;
  width: 245px;
  margin-top: 124px;
}
.liyou .hd ul {
  margin-right: -55px;
}
.liyou .hd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.liyou .hd ul li {
  float: left;
  margin-right: 55px;
  margin-bottom: 72px;
  width: 95px;
  height: 95px;
  background-color: #343434;
  position: relative;
  cursor: pointer;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.liyou .hd ul li::before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  left: 0;
  top: 0;
  border: solid 2px #d3b167;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.liyou .hd ul li img {
  position: absolute;
  z-index: 2;
  left: 0;
  right: 0;
  margin: auto;
  bottom: 14px;
  max-width: 80px;
}
.liyou .hd ul li:hover::before,
.liyou .hd ul li.on::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news {
  padding: 104px 0 80px;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab .title {
  float: left;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  float: left;
  margin-left: 42px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  width: 162px;
  height: 50px;
  background-color: #333333;
  line-height: 50px;
  font-size: 16px;
  color: #fff;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i {
  display: inline-block;
  vertical-align: top;
  width: 28px;
  height: 50px;
  margin-right: 12px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a i::before,
.news .newsTab ul li a i::after {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.news .newsTab ul li a i.ico1::before {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico1::after {
  background: url(../images/newsico1.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::before {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico2::after {
  background: url(../images/newsico2.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::before {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li a i.ico3::after {
  background: url(../images/newsico3.png) center center no-repeat;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  background-color: #d3b167;
  color: #fff;
}
.news .newsTab ul li:hover a i::before,
.news .newsTab ul li.on a i::before,
.news .newsTab ul li:hover a i::after,
.news .newsTab ul li.on a i::after {
  top: -100%;
}
.news .newsTabs {
  margin-top: 40px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList {
  overflow: hidden;
  height: 430px;
}
.news .list1 ul {
  margin-right: -62px;
}
.news .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list1 ul li {
  float: left;
  margin-right: 62px;
  width: 392px;
  height: 190px;
  padding-top: 10px;
  background: url(../images/newsli.png) 350px 10px no-repeat;
}
.news .list1 ul li .date {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .date i {
  font-size: 36px;
  line-height: 28px;
  font-weight: bold;
  display: inline-block;
  vertical-align: bottom;
}
.news .list1 ul li .date span {
  display: inline-block;
  vertical-align: bottom;
  font-size: 14px;
  line-height: 12px;
  margin-left: 15px;
  color: #b3b3b3;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list1 ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  margin-top: 22px;
  height: 36px;
  line-height: 36px;
  font-size: 16px;
  font-weight: bold;
  background-image: -webkit-gradient(linear, right top, left top, from(#333), color-stop(49.99%, #333), color-stop(50%, #d3b167), to(#d3b167));
  background-image: linear-gradient(-90deg, #333 0%, #333 49.99%, #d3b167 50%, #d3b167 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .list1 ul li .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list1 ul li .line {
  margin-top: 18px;
  height: 1px;
  background-color: #e6e6e6;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d3b167, #d3b167);
  background-image: linear-gradient(to right, #d3b167, #d3b167);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.news .list1 ul li p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #808080;
  margin-top: 14px;
  background-image: -webkit-gradient(linear, right top, left top, from(#808080), color-stop(49.99%, #808080), color-stop(50%, #666), to(#666));
  background-image: linear-gradient(-90deg, #808080 0%, #808080 49.99%, #666 50%, #666 100%);
  background-size: 210%;
  background-repeat: no-repeat;
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  background-position: 100%;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .list1 ul li:hover .date,
.news .list1 ul li.on .date {
  color: #d3b167;
}
.news .list1 ul li:hover .bt,
.news .list1 ul li.on .bt {
  color: #d3b167;
  background-position: 0;
}
.news .list1 ul li:hover .line,
.news .list1 ul li.on .line {
  background-size: 100% 100%;
}
.news .list1 ul li:hover p,
.news .list1 ul li.on p {
  background-position: 0;
}
.news .list2 {
  margin-top: 60px;
}
.news .list2 ul {
  margin-right: -60px;
}
.news .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .list2 ul li {
  float: left;
  margin-right: 60px;
  width: 620px;
  height: 180px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  padding: 9px 20px 9px 9px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .pic {
  display: block;
  float: left;
  width: 220px;
  height: 160px;
  border: solid 1px #e5e5e5;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont {
  float: right;
  padding-top: 22px;
  width: 340px;
}
.news .list2 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 56px;
  line-height: 56px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .list2 ul li .cont .line {
  width: 30px;
  height: 3px;
  background-color: #d3b167;
  margin-top: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .list2 ul li .cont .date {
  font-size: 12px;
  margin-top: 20px;
  line-height: 20px;
  color: #b3b3b3;
}
.news .list2 ul li:hover {
  border-color: #d3b167;
}
.news .list2 ul li:hover .pic img {
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.news .list2 ul li:hover .cont .bt {
  color: #d3b167;
}
.news .list2 ul li:hover .cont .line {
  width: 50px;
}
.show {
  padding-bottom: 80px;
}
.show .showTabs {
  margin-top: 50px;
}
.show .showTabs .bd {
  overflow: hidden;
  height: 270px;
}
.show .showTabs .bd ul {
  margin-right: -33px;
}
.show .showTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.show .showTabs .bd ul li {
  float: left;
  width: 300px;
  margin-right: 33px;
}
.show .showTabs .bd ul li .pic {
  display: block;
  width: 100%;
  height: 220px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .bd ul 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-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .bd ul li .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 50px;
  line-height: 50px;
  position: relative;
  padding-left: 15px;
  padding-right: 40px;
  background-color: #f2f2f2;
  font-size: 15px;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d3b167, #d3b167);
  background-image: linear-gradient(to right, #d3b167, #d3b167);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.show .showTabs .bd ul li .bt::before {
  content: "";
  display: block;
  background: url(../images/hjli.png) center center no-repeat;
  position: absolute;
  top: 0;
  right: 15px;
  width: 13px;
  height: 100%;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.show .showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.show .showTabs .bd ul li:hover .bt {
  background-size: 100% 100%;
  color: #fff;
}
.show .showTabs .bd ul li:hover .bt::before {
  -webkit-filter: brightness(2);
  filter: brightness(2);
}
.show .showTabs .bd ul li:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.show .showTabs .page {
  position: absolute;
  z-index: 3;
  right: 0;
  top: 7px;
}
.show .showTabs .page .prev {
  float: left;
  width: 45px;
  height: 45px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #262626;
}
.show .showTabs .page .prev:hover,
.show .showTabs .page .prev.on {
  background-color: #d3b167;
}
.show .showTabs .page .next {
  float: left;
  width: 45px;
  height: 45px;
  -webkit-transform: rotateY(180deg);
  -moz-transform: rotateY(180deg);
  -o-transform: rotateY(180deg);
  transform: rotateY(180deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  background: url(../images/ysl.png) center center no-repeat;
  background-color: #262626;
}
.show .showTabs .page .next:hover,
.show .showTabs .page .next.on {
  background-color: #d3b167;
}
.about {
  background: url(../images/aboutbg.jpg) center bottom no-repeat;
}
.about .aboutBox {
  z-index: 1;
  height: 655px;
}
.about .aboutText {
  padding-left: 485px;
  text-align: right;
}
.about .aboutText .tit {
  line-height: 1;
  margin-top: 82px;
}
.about .aboutText .tit span {
  display: block;
  font-weight: bold;
  font-size: 26px;
}
.about .aboutText .tit i {
  display: block;
  color: #bfbfbf;
  font-size: 12px;
  margin-top: 20px;
  text-transform: uppercase;
  line-height: 10px;
}
.about .aboutText .text {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  line-height: 40px;
  height: 160px;
  color: #808080;
  font-size: 15px;
  margin-top: 28px;
}
.about .aboutText .year {
  position: absolute;
  z-index: -2;
  font-weight: bold;
  font-size: 120px;
  letter-spacing: 14px;
  color: #d3b167;
  opacity: 0.2;
  line-height: 94px;
  top: 62px;
  left: 0;
}
.about .aboutimg {
  position: absolute;
  left: -310px;
  bottom: 0;
  width: 1139px;
  height: 650px;
  background: url(../images/aboutimg.png) 0 bottom no-repeat;
}
.message .lyBox {
  height: 196px;
  padding-top: 42px;
}
.message .formbox {
  float: left;
  padding-right: 160px;
  position: relative;
  width: 810px;
}
.message .formbox input {
  float: left;
  display: block;
  border: none;
  background: none;
  width: 310px;
  height: 50px;
  background-color: #ffffff;
  border: solid 1px #e5e5e5;
  line-height: 48px;
  font-size: 14px;
  font-weight: normal;
  color: #333;
  position: relative;
  padding-left: 70px;
  padding-right: 10px;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.message .formbox input.username {
  background: url(../images/inpxm.png) 20px center no-repeat;
  margin-right: 30px;
  margin-bottom: 30px;
}
.message .formbox input.username:focus,
.message .formbox input.username:active {
  background-position: 280px center;
  padding-left: 20px;
  padding-right: 50px;
}
.message .formbox input.usertel {
  background: url(../images/inpdh.png) 20px center no-repeat;
  margin-bottom: 30px;
}
.message .formbox input.usertel:focus,
.message .formbox input.usertel:active {
  background-position: 280px center;
  padding-left: 20px;
  padding-right: 50px;
}
.message .formbox input.xqcontent {
  background: url(../images/inpnr.png) 20px center no-repeat;
  margin-right: 30px;
}
.message .formbox input.xqcontent:focus,
.message .formbox input.xqcontent:active {
  background-position: 280px center;
  padding-left: 20px;
  padding-right: 50px;
}
.message .formbox input.codeText {
  background: url(../images/inpyzm.png) 20px center no-repeat;
}
.message .formbox input.codeText:focus,
.message .formbox input.codeText:active {
  background-position: 184px center;
  padding-left: 20px;
  padding-right: 50px;
}
.message .formbox input::-webkit-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input::-moz-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:-ms-input-placeholder {
  color: #666666;
  font-weight: normal;
  font-size: 14px;
  opacity: 1;
}
.message .formbox input:focus,
.message .formbox input:active {
  border-color: #d3b167;
  z-index: 2;
}
.message .formbox input:focus::-webkit-input-placeholder,
.message .formbox input:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus::-moz-placeholder,
.message .formbox input:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox input:focus:-ms-input-placeholder,
.message .formbox input:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.message .formbox .code {
  position: relative;
  display: block;
  float: left;
}
.message .formbox .code .imgCode {
  position: absolute;
  right: 7px;
  top: 7px;
  width: 90px;
  height: 36px;
  border: none;
  display: block;
  z-index: 2;
}
.message .formbox .submitform {
  position: absolute;
  top: 0;
  right: 0;
  width: 130px;
  height: 130px;
  background-color: #d3b167;
  text-align: center;
  line-height: 1;
  color: #fff;
  font-size: 14px;
  overflow: hidden;
  padding: 34px 0;
  border: none;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox .submitform::before {
  content: "";
  display: block;
  width: 24px;
  height: 35px;
  margin: auto;
  margin-bottom: 15px;
  background: url(../images/tjico.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .formbox .submitform::after {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #d3b167;
  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: #d3b167;
  box-shadow: 0 10px 10px -5px rgba(211, 177, 103, 0.5);
}
.message .formbox .submitform:hover::before {
  background-image: url(../images/tjicoh.png);
}
.message .formbox .submitform:hover::after {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.message .ewm {
  float: left;
  width: 130px;
  height: 130px;
  border: solid 1px #d3b167;
  margin-left: 30px;
}
.message .ewm img {
  display: block;
  width: 100%;
  height: 100%;
}
.message .honor {
  display: block;
  width: 278px;
  height: 386px;
  padding: 20px;
  position: absolute;
  right: 0;
  bottom: 0;
  z-index: 2;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.message .honor::before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  background: url(../images/honorbg.png) 0 center no-repeat;
}
.message .honor img {
  display: block;
  background: #fff;
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.message .honor:hover {
  -webkit-transform: translateY(-10px);
  transform: translateY(-10px);
  box-shadow: 0 10px 20px -5px rgba(211, 177, 103, 0.5);
}
