@charset "utf-8";
/*-----------------------------------------------------------*/
/*copyright by 动力无限  www.btoe.cn*/
/*邮箱 btoe@btoe.cn*/
/*合作电话 400-0599-360*/
/*版权所有违者必究*/
/*-----------------------------------------------------------*/
/*Generated by wjdhcms 3.0 */
.dx {
  text-transform: uppercase;
}
.clearboth::after,
.clearboth:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.hongbao {
  transform-origin: center bottom;
  animation: upAnimation 2s 0.5s infinite;
}
@keyframes upAnimation {
  0% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  10% {
    transform: rotate(-12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  20% {
    transform: rotate(12deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  28% {
    transform: rotate(-10deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 1);
  }
  36% {
    transform: rotate(10deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  42% {
    transform: rotate(-8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  48% {
    transform: rotate(8deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  52% {
    transform: rotate(-4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  56% {
    transform: rotate(4deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  60% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.755, 0.5, 0.855, 0.06);
  }
  100% {
    transform: rotate(0deg);
    transition-timing-function: cubic-bezier(0.215, 0.61, 0.355, 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);
  }
}
html {
  width: 100%;
  height: 100%;
}
body {
  width: 100%;
  background-color: #fff;
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@media screen and (min-width: 981px) {
  body {
    height: 100%;
    overflow: hidden;
  }
}
.fudongdiv {
  -webkit-transition: all 0.3s ease-out;
  transition: all 0.3s ease-out;
}
.sjcTop,
.sjcTop2,
.sjcBottom,
.sjcLeft,
.sjcRight,
.bg,
.leftWow,
.rightWow,
.bottomWow,
.topWow,
.boxBg {
  -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);
  }
}
.header {
  height: 0;
}
.header .nav_bg {
  position: absolute;
  background-color: transparent;
  opacity: 1;
  -webkit-transform: translateY(0);
  transform: translateY(0);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.header .nav_bg.on {
  -webkit-transform: translateY(-100px);
  transform: translateY(-100px);
  opacity: 0;
}
.menuShow {
  position: fixed;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 9999999;
  background-color: rgba(0, 0, 0, 0.85);
  opacity: 0;
  overflow: hidden;
  visibility: hidden;
  -webkit-transform: scale(1.2);
  -moz-transform: scale(1.2);
  -o-transform: scale(1.2);
  transform: scale(1.2);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menuShow .showSearch {
  height: 45vh;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(60px);
  transform: translateY(60px);
}
.menuShow .showSearch .inContent {
  height: 100%;
  display: flex;
  text-align: center;
  flex-direction: column;
  justify-content: center;
  cursor: pointer;
}
.menuShow .showSearch .inContent::after {
  display: none;
}
.menuShow .showSearch .menuClose {
  position: absolute;
  width: 50px;
  height: 50px;
  border: solid 1px #ffffff;
  border-radius: 50%;
  top: 10.2vh;
  right: 0;
  z-index: 99;
  text-align: center;
  line-height: 48px;
  font-size: 16px;
  color: #ffffff;
}
.menuShow .showSearch .menuClose::before {
  content: "X";
}
.menuShow .showSearch .search {
  width: 100%;
  max-width: 518px;
  height: 64px;
  border: solid 1px rgba(255, 255, 255, 0.5);
  margin: 0 auto;
  position: relative;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
  padding-left: 62px;
  overflow: hidden;
}
.menuShow .showSearch .search::before {
  content: "";
  display: block;
  position: absolute;
  left: 62px;
  width: 1px;
  height: 18px;
  background-color: #fff;
  opacity: 0.5;
  top: 50%;
  margin-top: -9px;
}
.menuShow .showSearch .search .searchInp2 {
  width: 100%;
  height: 62px;
  line-height: 62px;
  border: none;
  background: none;
  font-size: 16px;
  padding: 0 18px;
  color: #ffffff;
}
.menuShow .showSearch .search .searchInp2::-webkit-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp2::-moz-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp2:-ms-input-placeholder {
  color: #ffffff;
  font-weight: normal;
  font-size: 16px;
  opacity: 1;
}
.menuShow .showSearch .search .searchInp2:focus::-webkit-input-placeholder,
.menuShow .showSearch .search .searchInp2:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .searchInp2:focus::-moz-placeholder,
.menuShow .showSearch .search .searchInp2:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .searchInp2:focus:-ms-input-placeholder,
.menuShow .showSearch .search .searchInp2:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.menuShow .showSearch .search .submitBtn2 {
  position: absolute;
  left: 0;
  top: 0;
  background: url(../images/menusearchico.png) center center no-repeat;
  width: 62px;
  height: 100%;
  cursor: pointer;
  border: none;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.menuShow .showSearch .search:hover {
  border-color: #fff;
}
.menuShow .showSearch .tel {
  margin-top: 4.8vh;
  font-family: Arial;
  font-weight: bold;
  text-align: center;
  line-height: 30px;
  font-size: 32px;
  color: #fff;
}
.menuShow .showSearch .tel span {
  display: inline-block;
  vertical-align: middle;
  color: #fff;
}
.menuShow .showSearch .tel span::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 30px;
  height: 30px;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/menutel.png) center center no-repeat;
}
.menuShow .menuShowNav {
  height: 55vh;
  border-top: 1px solid rgba(255, 255, 255, 0.15);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  -webkit-transform: translateY(-60px);
  transform: translateY(-60px);
}
.menuShow .menuShowNav .inContent {
  height: 100%;
}
.menuShow .menuShowNav .navUl {
  display: flex;
  justify-content: space-between;
  border-left: 1px solid rgba(255, 255, 255, 0.15);
  height: 100%;
}
.menuShow .menuShowNav .navUl dl {
  flex: 1;
  border-right: 1px solid rgba(255, 255, 255, 0.15);
  height: 55vh;
  padding-top: 14vh;
  text-align: center;
  color: #ffffff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
@media screen and (max-height: 700px) {
  .menuShow .menuShowNav .navUl dl {
    padding-top: 10vh;
  }
}
.menuShow .menuShowNav .navUl dl dt a {
  display: block;
  line-height: 1.5;
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  letter-spacing: 1px;
}
.menuShow .menuShowNav .navUl dl dt::after {
  content: "";
  display: block;
  margin: 2.4vh auto 0;
  width: 22px;
  height: 2px;
  background-color: #d2b38f;
}
.menuShow .menuShowNav .navUl dl dd {
  margin-top: 4.5vh;
}
.menuShow .menuShowNav .navUl dl dd a {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  line-height: 36px;
  letter-spacing: 1px;
  opacity: 0.6;
  color: #fff;
}
.menuShow .menuShowNav .navUl dl dd a:hover {
  opacity: 1;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.menuShow .menuShowNav .navUl dl:hover {
  background-color: rgba(210, 179, 143, 0.5);
}
@media screen and (max-width: 1360px) {
  .menuShow .menuShowNav .navUl dl dt a {
    font-size: 16px;
  }
  .menuShow .menuShowNav .navUl dl dt::after {
    margin-top: 1.8vh;
  }
  .menuShow .menuShowNav .navUl dl dd {
    margin-top: 3vh;
  }
  .menuShow .menuShowNav .navUl dl dd a {
    font-size: 14px;
  }
}
.menuShow.on {
  visibility: inherit;
  opacity: 1;
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.menuShow.on .showSearch {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
.menuShow.on .menuShowNav {
  -webkit-transform: translateY(0);
  transform: translateY(0);
  opacity: 1;
}
@media screen and (max-width: 980px) {
  .menuShow {
    visibility: hidden !important;
    opacity: 0 !important;
  }
}
.inSwiper {
  margin: 0 auto;
  position: relative;
  overflow: hidden;
  list-style: none;
  padding: 0;
  z-index: 1;
  width: 100%;
  height: 100%;
  transform: perspective(1000px);
  transition: transform 0.6s;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.inSwiper .inBox {
  overflow: hidden;
  height: 100%;
}
.inSwiper .in-pagination {
  position: absolute;
  left: auto;
  right: 10px;
  top: 50%;
  -webkit-transform: translateY(-50%);
  transform: translateY(-50%);
  z-index: 10;
}
.inSwiper .in-pagination span {
  width: 10px;
  height: 10px;
  border: 1px solid #aaa;
  border-radius: 100%;
  margin: 15px 0 !important;
  position: relative;
  background-color: transparent;
  opacity: 1;
}
.inSwiper .in-pagination span.swiper-pagination-bullet-active {
  background-color: #aaa;
}
@media screen and (max-width: 980px) {
  .inSwiper {
    padding-top: 60px;
    height: auto;
  }
  .inSwiper > .swiper-wrapper {
    height: auto;
    display: block;
  }
  .inSwiper .inBox {
    height: auto;
  }
}
@media screen and (max-width: 640px) {
  .inSwiper {
    padding-top: 50px;
  }
}
.index-page {
  position: relative;
  overflow: hidden;
  width: 100%;
  height: 100%;
}
@media screen and (max-width: 980px) {
  .index-page {
    height: auto;
  }
}
.index-page .inBoxFlex {
  width: 94%;
  max-width: 1300px;
  margin: auto;
  height: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
  position: relative;
  padding: 2vh 0;
  min-width: 1180px;
}
@media screen and (max-width: 980px) {
  .index-page .inBoxFlex {
    padding: 0;
  }
}
.inNavico {
  position: absolute;
  right: 50%;
  margin-right: -750px;
  top: 5vh;
  z-index: 5;
  width: 54px;
  height: 54px;
  line-height: 54px;
  font-size: 20px;
  color: #fff;
  letter-spacing: 2px;
  text-align: center;
  cursor: pointer;
  border-radius: 50%;
  border: 2px solid #d2b38f;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(135deg, rgba(234, 186, 150, 0.5), rgba(141, 89, 41, 0.5));
  background-image: linear-gradient(135deg, rgba(234, 186, 150, 0.5), rgba(141, 89, 41, 0.5));
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  box-shadow: 0 5px 30px rgba(234, 186, 150, 0.3);
}
.inNavico::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/menuico.png) center center no-repeat;
}
@media screen and (max-height: 780px) {
  .inNavico {
    top: 3vh;
  }
}
@media screen and (max-height: 700px) {
  .inNavico {
    top: 2vh;
  }
}
@media screen and (max-width: 1500px) {
  .inNavico {
    margin-right: -720px;
  }
}
@media screen and (max-width: 980px) {
  .inNavico {
    display: none;
  }
}
.in-down {
  display: block;
  position: absolute;
  z-index: 5;
  width: 19px;
  height: 42px;
  background: url(../images/mouse.png) 0 center no-repeat;
  left: 50%;
  z-index: 3;
  margin-left: -10px;
  bottom: 25px;
  animation: arrow 2.4s linear infinite;
  cursor: pointer;
}
@keyframes arrow {
  0% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  25% {
    -webkit-transform: translateY(5px);
    transform: translateY(5px);
    opacity: 0.5;
  }
  50% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
  75% {
    -webkit-transform: translateY(-6px);
    transform: translateY(-6px);
    opacity: 0.5;
  }
  100% {
    -webkit-transform: translateY(0);
    transform: translateY(0);
    opacity: 1;
  }
}
@media screen and (max-width: 750px) {
  .in-down {
    bottom: 10px;
  }
}
.pcBanner {
  position: relative;
  overflow: hidden;
  cursor: grab;
}
.pcBanner ul li {
  width: 100%;
  overflow: hidden;
}
.pcBanner img {
  display: block;
  width: 100%;
  height: 100vh;
  object-fit: cover;
  min-height: 600px;
  -webkit-transition: all 2.4s ease-out;
  transition: all 2.4s ease-out;
  -webkit-transform: scale(1.1);
  -moz-transform: scale(1.1);
  -o-transform: scale(1.1);
  transform: scale(1.1);
}
.pcBanner .swiper-slide-active img {
  -webkit-transform: scale(1);
  -moz-transform: scale(1);
  -o-transform: scale(1);
  transform: scale(1);
}
.pcBanner .swiper-slide-active * {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
@-webkit-keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
@keyframes clipSectorIn {
  0% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 0% 0%);
  }
  55% {
    -webkit-clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
    clip-path: polygon(0% 100%, 0% 0%, 0% 0%, 100% 0%, 100% 0%);
  }
  100% {
    -webkit-clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
    clip-path: polygon(0% 100%, 0% 100%, 0% 0%, 100% 0%, 100% 100%);
  }
}
.pcBanner .banner-pagination {
  font-size: 0;
  position: absolute;
  width: auto;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.pcBanner .banner-pagination span {
  display: inline-block;
  border: 1px #d2b38f solid;
  opacity: 1;
  padding: 2px;
  border-radius: 100%;
  background: #fff;
  width: auto;
  height: auto;
  margin: 0 10px !important;
  cursor: pointer;
  outline: none;
}
.pcBanner .banner-pagination span:before {
  content: "";
  display: block;
  border-radius: 100%;
  background: #d2b38f;
  width: 8px;
  height: 8px;
  opacity: 0;
  filter: alpha(opacity=0);
}
.pcBanner .banner-pagination span.swiper-pagination-bullet-active:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.pcBanner .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;
}
.pcBanner:hover .banner-prev {
  left: 3%;
}
.pcBanner .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;
}
.pcBanner:hover .banner-next {
  right: 3%;
}
.title {
  line-height: 1;
}
.title span {
  display: block;
  font-size: 44px;
  color: #d2b38f;
}
.title i {
  display: block;
  margin-top: 26px;
  font-size: 27px;
  line-height: 18px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  color: #d2b38f;
  opacity: 0.35;
}
.title em {
  display: block;
  font-size: 18px;
  margin-top: 18px;
}
@media screen and (min-width: 650px) {
  .title span {
    font-size: 36px;
  }
  .title i {
    margin-top: 18px;
  }
  .title em {
    margin-top: 15px;
  }
}
.moreLink {
  display: block;
  width: 210px;
  height: 55px;
  background-color: #ffffff;
  border: solid 1px #535353;
  text-align: center;
  line-height: 53px;
  font-size: 16px;
  letter-spacing: 3px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #d2b38f, #d2b38f);
  background-image: linear-gradient(to right, #d2b38f, #d2b38f);
  background-size: 0% 100%;
  background-position: left center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink::after {
  content: "";
  display: inline-block;
  vertical-align: middle;
  width: 73px;
  height: 6px;
  margin-left: 17px;
  background: url(../images/morear.png) 0 center no-repeat;
  position: relative;
  top: -2px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.moreLink:hover {
  background-size: 100% 100%;
  color: #fff;
  background-color: #d2b38f;
  border-color: #d2b38f;
  box-shadow: 0 10px 10px -5px rgba(210, 179, 143, 0.3);
}
.moreLink:hover::after {
  filter: grayscale(100) brightness(6);
  animation: zyfd 1.5s linear infinite;
}
.allLink {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 4;
}
.titBox::after,
.titBox:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .tel {
  float: right;
  font-size: 28px;
  font-weight: bold;
  color: #fff;
  position: relative;
  line-height: 38px;
  padding: 0 10px 22px 20px;
  border-bottom: 2px solid #fff;
}
.titBox .tel::before {
  content: "";
  width: 37px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
@media screen and (max-height: 700px) {
  .titBox .tel {
    font-size: 24px;
    padding-bottom: 10px;
  }
}
.titBox .titR {
  float: right;
  margin-top: -18px;
  text-align: right;
  margin-bottom: -10px;
}
.titBox .titR .tel2 {
  display: inline-block;
  vertical-align: top;
  font-size: 28px;
  font-weight: bold;
  position: relative;
  line-height: 38px;
  padding: 0 10px 22px 20px;
  border-bottom: 2px solid #333333;
}
.titBox .titR .tel2::before {
  content: "";
  width: 37px;
  height: 38px;
  display: inline-block;
  vertical-align: top;
  margin-right: 24px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel2.png) center center no-repeat;
}
.titBox .titR .tip {
  margin-top: 20px;
  line-height: 1;
  font-size: 20px;
  letter-spacing: 11.2px;
}
@media screen and (max-height: 700px) {
  .titBox .titR {
    margin-top: 0;
  }
  .titBox .titR .tel2 {
    font-size: 24px;
    padding-bottom: 10px;
  }
  .titBox .titR .tip {
    margin-top: 2vh;
  }
}
.system {
  background: url(../images/xtbg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2vh 0;
}
.system .xtTit::after,
.system .xtTit:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.system .xtTit .title {
  float: left;
}
.system .xtTit .inTel {
  float: right;
  text-align: right;
  color: #b89980;
  position: relative;
}
.system .xtTit .inTel::after {
  content: "";
  width: 133px;
  height: 1px;
  background-color: #ffffff;
  opacity: 0.2;
  position: absolute;
  right: 0;
  bottom: -19px;
}
.system .xtTit .inTel .tel {
  position: relative;
  line-height: 16px;
  font-family: Arial;
  font-size: 18px;
}
.system .xtTit .inTel .tel::before {
  content: "";
  width: 16px;
  height: 16px;
  margin-right: 10px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
.system .xtTit .inTel .tip {
  font-size: 18px;
  margin-top: 15px;
  line-height: 1;
  color: #eaba96;
}
.system .xtList {
  margin-top: 4.6vh;
}
.system .xtList ul {
  display: flex;
  justify-content: space-between;
  margin: 0 -5px;
}
.system .xtList ul li {
  width: 17.8%;
  float: left;
  height: 52vh;
  padding: 0 5px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.system .xtList ul li:nth-child(2n) {
  margin-top: 3vh;
  left: -0.2vh;
}
.system .xtList ul li .item {
  text-align: center;
  position: relative;
  overflow: hidden;
  height: 100%;
  width: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-transform: skewX(-6deg);
  -moz-transform: skewX(-6deg);
  -o-transform: skewX(-6deg);
  transform: skewX(-6deg);
}
.system .xtList ul li .item .pic {
  width: 130%;
  height: 100%;
  position: relative;
  left: 50%;
  transform: translateX(-50%) skewX(6deg);
}
.system .xtList ul li .item .pic::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  left: 0;
  bottom: -1px;
  right: 0;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/xtli.png) 0 bottom repeat-x;
}
.system .xtList ul li .item .pic img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.system .xtList ul li .item h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  z-index: 3;
  bottom: 80px;
  left: 0;
  width: 100%;
  line-height: 1;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
  -webkit-transform: skewX(6deg);
  -moz-transform: skewX(6deg);
  -o-transform: skewX(6deg);
  transform: skewX(6deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.system .xtList ul li .item .btn {
  color: #ffffff;
  position: absolute;
  z-index: 3;
  left: 0;
  right: 0;
  bottom: 35px;
  width: 100%;
  -webkit-transform: skewX(6deg);
  -moz-transform: skewX(6deg);
  -o-transform: skewX(6deg);
  transform: skewX(6deg);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.system .xtList ul li .item .btn span {
  display: inline-block;
  vertical-align: top;
  padding-bottom: 10px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  line-height: 16px;
}
.system .xtList ul li .item .btn span::before {
  content: "";
  width: 18px;
  height: 16px;
  display: inline-block;
  vertical-align: top;
  margin-right: 7px;
  background: url(../images/zxico.png) 0 center no-repeat;
}
.system .xtList ul li .item:hover .pic img {
  -webkit-transform: scale(1.04);
  -moz-transform: scale(1.04);
  -o-transform: scale(1.04);
  transform: scale(1.04);
}
.system .xtList ul li.on {
  width: 28.8%;
}
.system .xtList ul li.on .item .pic::before {
  opacity: 0;
}
.system .xtList ul li.on .item h4 {
  bottom: 110px;
}
.system .xtList ul li.on .item .btn {
  bottom: 65px;
}
.system .xtTip {
  text-align: center;
  margin-top: 4vh;
  background: url(../images/intipbg.png) center 0 no-repeat;
  color: #b78f6b;
}
.system .xtTip .tip {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
}
.system .xtTip .tip .t2 {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
.system .xtTip .tip .t2 img {
  display: inline-block;
  vertical-align: top;
}
.system .xtTip .tel {
  margin-top: 10px;
}
.system .xtTip .tel span {
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  border: dashed 1px rgba(224, 224, 224, 0.3);
  line-height: 32px;
  font-size: 16px;
  position: relative;
  padding: 0 12px 0 16px;
}
.system .xtTip .tel span::before {
  content: "";
  width: 18px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
.product {
  background: url(../images/probg.jpg) center center no-repeat;
  background-size: cover;
  padding: 2vh 0;
}
.product .title {
  text-align: center;
}
.product .proTabs {
  display: flex;
  justify-content: space-between;
  margin-top: 1.4vh;
  position: relative;
}
.product .proTabs::before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 1920px;
  left: 50%;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  pointer-events: none;
  height: 100%;
  border-top: 1px solid rgba(124, 101, 75, 0.5);
  border-bottom: 1px solid rgba(124, 101, 75, 0.5);
}
.product .proNav {
  width: 240px;
  border-left: 1px solid rgba(124, 101, 75, 0.5);
  border-right: 1px solid rgba(124, 101, 75, 0.5);
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
}
.product .proNav ul li {
  flex: 1;
  border-top: 1px solid rgba(124, 101, 75, 0.5);
}
.product .proNav ul li:first-child {
  border-top: none;
}
.product .proNav ul li a {
  display: flex;
  height: 100%;
  color: #bc9b76;
  text-align: center;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #281d11, #281d11);
  background-image: linear-gradient(to right, #281d11, #281d11);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
  justify-content: center;
  flex-direction: column;
  padding: 5px 0;
}
.product .proNav ul li a i {
  display: block;
  border-radius: 50%;
  width: 69px;
  height: 69px;
  background-color: rgba(255, 255, 255, 0.1);
  margin: 0 auto;
}
.product .proNav ul li a i::before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/pronavico.png) center center no-repeat;
}
.product .proNav ul li a span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  margin-top: 12px;
  height: 28px;
  line-height: 28px;
}
.product .proNav ul li.on a {
  background-size: 100% 100%;
  color: #d2b38f;
  background-color: #281d11;
}
.product .proNav ul li.on a span {
  font-weight: bold;
}
.product .bd {
  padding: 0 0 1.6vh;
  flex: 1;
  padding-left: 40px;
  padding-right: 40px;
  border-right: 1px solid rgba(124, 101, 75, 0.5);
  min-width: 0;
}
.product .proList::after,
.product .proList:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul {
  margin-left: -10px;
  margin-right: -10px;
}
.product .proList ul::after,
.product .proList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  margin-top: 1.6vh;
  float: left;
  padding: 0 10px;
  width: 33.3%;
}
.product .proList ul li .item {
  max-height: 280px;
  height: 31vh;
  border: 1px solid rgba(188, 155, 118, 0.5);
  border-radius: 5px;
  padding: 5px 5px 54px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .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;
}
.product .proList ul li .item .tt {
  position: absolute;
  bottom: 0;
  width: 100%;
  left: 0;
  height: 54px;
  line-height: 54px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  padding-left: 20px;
  color: #d2b38f;
  font-size: 16px;
  position: relative;
  padding-right: 50px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt::before {
  content: "";
  position: absolute;
  display: block;
  right: 10px;
  top: 50%;
  margin-top: -15px;
  width: 13px;
  width: 30px;
  height: 30px;
  border-radius: 50%;
  background: url(../images/proli.png) center center no-repeat;
  border: 1px dashed transparent;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .tt .bt:hover {
  letter-spacing: 0.5px;
}
.product .proList ul li .item .tt .en {
  display: none;
}
.product .proList ul li .item .tt .more {
  display: none;
}
.product .proList ul li .item:hover {
  border-color: #d2b38f;
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08);
  -moz-transform: scale(1.08);
  -o-transform: scale(1.08);
  transform: scale(1.08);
}
.product .proList ul li .item:hover .tt .bt {
  color: #eaba96;
}
.product .proList ul li .item:hover .tt .bt::before {
  border-color: #d2b38f;
}
.product .proList ul li:first-child {
  width: 66.7%;
}
.product .proList ul li:first-child .item {
  height: 63.6vh;
  max-height: 576px;
  padding: 12px 12px 116px;
}
.product .proList ul li:first-child .item .tt {
  height: 116px;
  position: relative;
  padding-right: 86px;
  padding-left: 10px;
  padding-top: 16px;
}
.product .proList ul li:first-child .item .tt .bt {
  padding-right: 0;
  font-size: 18px;
  height: 48px;
  line-height: 48px;
  color: #d2b38f;
  padding-left: 0;
}
.product .proList ul li:first-child .item .tt .bt::before {
  display: none;
}
.product .proList ul li:first-child .item .tt .en {
  border-top: 1px solid #7c654b;
  font-family: Arial;
  font-size: 12px;
  padding-top: 14px;
  line-height: 14px;
  color: #7c654b;

  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.product .proList ul li:first-child .item .tt .more {
  position: absolute;
  display: block;
  right: 4px;
  top: 34px;
  background: url(../images/proli.png) center center no-repeat;
  border-radius: 50%;
  width: 57px;
  height: 57px;
  border: 1px dashed #d2b38f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proTip {
  text-align: center;
  margin-top: 3vh;
  background: url(../images/intipbg.png) center 0 no-repeat;
  color: #b78f6b;
  padding-bottom: 20px;
  margin-bottom: -20px;
}
.product .proTip .tip {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.product .proTip .tip .t2 {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
.product .proTip .tip .t2 img {
  display: inline-block;
  vertical-align: top;
}
.product .proTip .tel {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.product .proTip .tel span {
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  border: dashed 1px rgba(224, 224, 224, 0.3);
  line-height: 32px;
  font-size: 16px;
  position: relative;
  padding: 0 12px 0 16px;
}
.product .proTip .tel span::before {
  content: "";
  width: 18px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
.youshi {
  background: url(../images/ysbg.jpg) center center no-repeat;
  background-size: cover;
  padding-top: 2vh;
}
.youshi .ysBox {
  display: flex;
  justify-content: space-between;
  max-height: 96vh;
}
.youshi .ysCont {
  padding-bottom: 4.6vh;
}
.youshi .ysCont .title {
  position: relative;
}
.youshi .ysCont .title::before {
  content: "";
  display: block;
  position: absolute;
  left: -120px;
  top: 63px;
  background: url(../images/titbg.png) 0 0 no-repeat;
  width: 399px;
  height: 58px;
}
@media screen and (min-width: 650px) {
  .youshi .ysCont .title::before {
    top: 50px;
  }
}
.youshi .ysCont .title em {
  margin-top: 18px;
  letter-spacing: 3px;
  color: #a18b72;
}
.youshi .ysCont .line {
  height: 1px;
  background-color: #8d5929;
  opacity: 0.3;
  margin-top: 7.2vh;
  margin-left: -320px;
}
.youshi .ysCont .bd {
  margin-top: 6vh;
}
.youshi .ysCont .bd ul li {
  color: #d2b38f;
}
.youshi .ysCont .bd ul li .tit h4 {
  font-size: 30px;
  line-height: 1;
}
.youshi .ysCont .bd ul li .tit h5 {
  margin-top: 25px;
  font-size: 27px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  opacity: 0.35;
  line-height: 18px;
  text-transform: uppercase;
}
.youshi .ysCont .bd ul li .text {
  margin-top: 5vh;
  font-size: 18px;
  color: #d2b38f;
}
.youshi .ysCont .bd ul li .textEn {
  font-family: Arial;
  font-size: 12px;
  line-height: 16px;
  opacity: 0.2;
  margin-top: 10px;
}
.youshi .ysCont .zxLink {
  display: block;
  width: 124px;
  height: 35px;
  background-color: #8d5929;
  border-radius: 30px;
  margin-top: 3.4vh;
  line-height: 35px;
  text-align: center;
  letter-spacing: 4px;
  color: #ffffff;
  padding-left: 4px;
  position: relative;
  overflow: hidden;
  z-index: 1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .zxLink::before {
  content: '';
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  border: 2px solid #eaba96;
  border-radius: 30px;
  z-index: -1;
  opacity: 0;
  -webkit-transform: scale3d(0.6, 0.6, 1);
  transform: scale3d(0.6, 0.6, 1);
  -webkit-transition: -webkit-transform 0.3s, opacity 0.3s;
  transition: transform 0.3s, opacity 0.3s;
  -webkit-transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  transition-timing-function: cubic-bezier(0.75, 0, 0.125, 1);
  box-sizing: border-box;
}
.youshi .ysCont .zxLink:hover {
  background: none;
  color: #eaba96;
  box-shadow: 0 10px 10px -5px rgba(234, 186, 150, 0.5);
}
.youshi .ysCont .zxLink:hover::before {
  -webkit-transform: scale3d(1, 1, 1);
  transform: scale3d(1, 1, 1);
  opacity: 1;
}
.youshi .ysPic {
  position: relative;
  margin-left: 55px;
  margin-right: 76px;
  margin-bottom: 3.6vh;
}
.youshi .ysPic::before {
  content: "";
  width: 385px;
  height: 562px;
  position: absolute;
  background: url(../images/yspicen.png) 0 0 no-repeat;
  right: -30px;
  top: -34px;
}
.youshi .ysPic .bd {
  width: 375px;
  max-height: 612px;
  background-color: #d2b38f;
  border-radius: 300px 300px 0px 0px;
  height: 66vh;
  overflow: hidden;
  position: relative;
  z-index: 2;
}
.youshi .ysPic .bd ul li {
  overflow: hidden;
  position: relative;
  height: 100%;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.youshi .hd {
  position: relative;
}
.youshi .hd::before {
  content: "";
  position: absolute;
  top: -30vh;
  width: 158px;
  border-left: 1px solid rgba(124, 101, 75, 0.5);
  border-right: 1px solid rgba(124, 101, 75, 0.5);
  pointer-events: none;
  height: 200vh;
}
.youshi .hd ul {
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  height: 100%;
  width: 158px;
  border-top: 1px solid rgba(124, 101, 75, 0.5);
}
.youshi .hd ul li {
  width: 100%;
  flex: 1;
  display: flex;
  align-items: center;
  padding-left: 22px;
  cursor: pointer;
  border-bottom: 1px solid rgba(124, 101, 75, 0.5);
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item {
  position: relative;
  width: 100%;
  color: #957046;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li .item h4 {
  font-size: 30px;
  line-height: 47px;
  padding-top: 8px;
}
.youshi .hd ul li .item h5 {
  position: absolute;
  top: -14px;
  line-height: 47px;
  font-size: 14px;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  opacity: 0.55;
}
.youshi .hd ul li .item h5 i {
  display: inline-block;
  vertical-align: top;
  min-width: 30px;
  text-align: center;
}
.youshi .hd ul li.on {
  background-color: rgba(9, 9, 11, 0.23);
}
.youshi .hd ul li.on .item {
  color: #d2b38f;
}
.youshi .hd ul li:nth-child(1) {
  height: 10.2vh;
  flex: none;
}
.youshi .hd ul li:nth-child(2) {
  height: 10.2vh;
  flex: none;
}
.youshi .ysTip {
  text-align: center;
  padding-top: 3.6vh;
  background: url(../images/intipbg.png) center 3.6vh no-repeat;
  color: #b78f6b;
  padding-bottom: 20px;
  margin-bottom: -20px;
  position: relative;
}
.youshi .ysTip::before {
  content: "";
  display: block;
  position: absolute;
  width: 3000px;
  left: 50%;
  top: 0;
  -webkit-transform: translateX(-50%);
  transform: translateX(-50%);
  border-top: 1px solid rgba(124, 101, 75, 0.5);
}
.youshi .ysTip .tip {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTip .tip .t2 {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
.youshi .ysTip .tip .t2 img {
  display: inline-block;
  vertical-align: top;
}
.youshi .ysTip .tel {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.youshi .ysTip .tel span {
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  border: dashed 1px rgba(224, 224, 224, 0.3);
  line-height: 32px;
  font-size: 16px;
  position: relative;
  padding: 0 12px 0 16px;
}
.youshi .ysTip .tel span::before {
  content: "";
  width: 18px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
@media screen and (max-height: 650px) {
  .youshi .ysCont {
    padding-bottom: 3vh;
  }
  .youshi .ysCont .line {
    margin-top: 4vh;
  }
  .youshi .ysCont .bd {
    margin-top: 4vh;
  }
  .youshi .ysPic::before {
    background-size: contain;
    width: 310px;
    right: -20px;
    top: -14px;
  }
  .youshi .ysPic .bd {
    width: 340px;
    height: 66vh;
  }
  .youshi .hd ul li .item h4 {
    font-size: 26px;
    line-height: 42px;
  }
  .youshi .hd ul li .item h5 {
    line-height: 42px;
    font-size: 12px;
    top: -12px;
  }
  .youshi .hd ul li .item h5 i {
    min-width: 26px;
  }
  .youshi .hd ul li:nth-child(1) {
    height: 11vh;
  }
  .youshi .hd ul li:nth-child(2) {
    height: 11vh;
  }
}
.about {
  background: url(../images/aboutbg.jpg) center center no-repeat;
  background-size: cover;
}
.about .title {
  background: url(../images/titbg.png) center 30px no-repeat;
  text-align: center;
  height: 90px;
}
.about .title span {
  font-weight: bold;
  color: #5d503a;
}
.about .title i {
  display: inline-block;
  vertical-align: bottom;
  margin-left: 10px;
  color: #5d503a;
  margin-top: 0;
  opacity: 1;
}
.about .title em {
  letter-spacing: 3px;
  color: #747474;
}
.about .aboutBox {
  display: flex;
  justify-content: space-between;
  margin-top: 8vh;
  align-items: center;
}
.about .aboutPic {
  position: relative;
  overflow: hidden;
  width: 52.74%;
  height: 58vh;
  max-height: 472px;
  margin-left: -22px;
}
.about .aboutPic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 1s ease-out;
  transition: all 1s ease-out;
}
.about .aboutPic:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.about .aboutText {
  flex: 1;
  margin-left: 50px;
  padding-top: 2vh;
}
.about .aboutText .tit {
  font-weight: bold;
  font-size: 20px;
  line-height: 1;
}
.about .aboutText .tit::before {
  content: "{";
  position: relative;
  z-index: 3;
}
.about .aboutText .tit::after {
  content: "}";
  position: relative;
  z-index: 3;
}
.about .aboutText .tit span {
  display: inline-block;
  vertical-align: bottom;
  position: relative;
  margin: 0 -8px;
  padding: 0 22px;
  z-index: 2;
}
.about .aboutText .tit span::before {
  content: "";
  height: 7px;
  background-color: #d2b38f;
  display: block;
  position: absolute;
  z-index: -1;
  width: 100%;
  left: 0;
  bottom: -2px;
}
.about .aboutText .text {
  margin-top: 6vh;
  font-size: 16px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 38px;
  max-height: 228px;
  color: #5d5d5d;
  text-indent: 2em;
  text-align: justify;
}
.about .aboutText .more {
  margin-top: 4vh;
  font-size: 16px;
  display: block;
  text-align: center;
  line-height: 40px;
  border-radius: 30px;
  border: dashed 1px #d2b38f;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #eaba96, #d2b38f);
  background-image: linear-gradient(to right, #eaba96, #d2b38f);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 0% 100%;
  background-position: left center;
}
.about .aboutText .more:hover {
  background-color: #d2b38f;
  background-size: 100% 100%;
  color: #fff;
  box-shadow: 0 6px 15px rgba(210, 179, 143, 0.3);
}
@media screen and (max-height: 700px) {
  .about .aboutTit .more {
    margin-top: 8vh;
  }
  .about .aboutText .text {
    margin-top: 2.5vh;
    font-size: 15px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 5;
    overflow: hidden;
    line-height: 30px;
    max-height: 150px;
  }
}
.recruit {
  background: url(../images/hhrbg.jpg) center center no-repeat;
  background-size: cover;
}
.recruit .zmList ul {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.recruit .zmList ul::after {
  content: "";
  flex: 1;
}
.recruit .zmList ul li {
  float: left;
  width: 25%;
  padding-left: 1px;
  margin-top: 1px;
}
.recruit .zmList ul li .hhrTit {
  padding-top: 3.8vh;
}
.recruit .zmList ul li .hhrTit .title {
  font-size: 44px;
  background: url(../images/titbg.png) 0 92px no-repeat;
}
.recruit .zmList ul li .hhrTit .title span {
  color: #5d503a;
}
.recruit .zmList ul li .hhrTit .title b {
  display: block;
  margin-top: 10px;
}
.recruit .zmList ul li .hhrTit .title em {
  margin-top: 26px;
  letter-spacing: 3px;
  color: #747474;
  opacity: 1;
}
.recruit .zmList ul li .hhrTit .title i {
  margin-top: 25px;
  font-size: 27px;
  color: #545454;
  opacity: 1;
}
.recruit .zmList ul li .item {
  max-height: 350px;
  height: 38vh;
  position: relative;
  overflow: hidden;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.recruit .zmList ul li .item .pic {
  width: 100%;
  height: 100%;
}
.recruit .zmList ul li .item .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.recruit .zmList ul li .item .box {
  position: absolute;
  right: 30px;
  bottom: 40px;
  text-align: right;
  color: #fff;
  line-height: 1;
  z-index: 3;
}
.recruit .zmList ul li .item .box .line {
  font-size: 0;
}
.recruit .zmList ul li .item .box .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 27px;
  height: 4px;
  background-color: #ffffff;
  border-radius: 2px;
}
.recruit .zmList ul li .item .box h4 {
  margin-top: 30px;
  font-size: 22px;
  -webkit-transition: all 0.42s ease-out;
  transition: all 0.42s ease-out;
}
.recruit .zmList ul li .item .box h5 {
  font-size: 22px;
  margin-top: 14px;
  color: #c1a690;
  line-height: 12px;
  font-family: Arial;
  font-size: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.recruit .zmList ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.recruit .zmList ul li .hhrTip {
  display: flex;
  justify-content: center;
  align-items: center;
  height: 100%;
  background: url(../images/hhrtip.jpg) center center no-repeat;
  background-size: cover;
  padding: 0 20px;
}
.recruit .zmList ul li .hhrTip .box {
  text-align: right;
  position: relative;
  color: #d2b38f;
  max-width: 234px;
  margin: auto;
  line-height: 1;
}
.recruit .zmList ul li .hhrTip .box::before {
  content: "";
  width: 13px;
  height: 13px;
  border: solid 3px #d2b38f;
  border-radius: 50%;
  display: inline-block;
  vertical-align: top;
}
.recruit .zmList ul li .hhrTip .box .tel {
  margin-top: 8px;
  font-family: Arial;
  font-size: 18px;
  position: relative;
  line-height: 19px;
}
.recruit .zmList ul li .hhrTip .box .tel::before {
  content: "";
  width: 19px;
  height: 19px;
  display: inline-block;
  vertical-align: top;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
  margin-right: 8px;
}
.recruit .zmList ul li .hhrTip .box .line {
  margin-top: 20px;
  padding-right: 9px;
}
.recruit .zmList ul li .hhrTip .box .line::before {
  content: "";
  display: inline-block;
  vertical-align: top;
  width: 1px;
  height: 30px;
  background-color: #d2b38f;
}
.recruit .zmList ul li .hhrTip .box .tip {
  font-size: 18px;
  margin-top: 20px;
  line-height: 24px;
}
.recruit .zmList ul li .hhrTip .box .en {
  margin-top: 16px;
  line-height: 14px;
}
.recruit .zmList ul li .hhrTip .box .en img {
  display: inline-block;
  vertical-align: top;
}
.recruit .zmList ul li:nth-child(3n-2) {
  width: 50%;
}
.recruit .zmList ul li:nth-child(4) .item {
  margin-left: -320px;
}
.cooperate {
  background: url(../images/msbg.jpg) center center no-repeat;
  background-size: cover;
}
.cooperate .title {
  background: url(../images/titbg.png) 40% 26px no-repeat;
  text-align: center;
}
.cooperate .title i {
  color: #d2b38f;
  opacity: 0.35;
}
.cooperate .titTip {
  margin-top: 4.4vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
  text-align: center;
}
.cooperate .titTip::before,
.cooperate .titTip::after {
  content: "";
  display: block;
  flex: 1;
  height: 1px;
  background-color: #ab9684;
  opacity: 0.5;
}
.cooperate .titTip span {
  display: block;
  font-size: 18px;
  letter-spacing: 3px;
  color: #d1b696;
  opacity: 0.8;
  margin: 0 40px;
}
.cooperate .msBox {
  margin-top: 7vh;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.cooperate .msImg {
  width: 50%;
  max-height: 413px;
  border-radius: 10px;
  height: 44vh;
  position: relative;
  overflow: hidden;
  min-height: 100%;
}
.cooperate .msImg img {
  display: block;
  width: 100%;
  height: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.cooperate .msImg:hover img {
  -webkit-transform: scale(1.05);
  -moz-transform: scale(1.05);
  -o-transform: scale(1.05);
  transform: scale(1.05);
}
.cooperate .msCont {
  flex: 1;
  margin-left: 70px;
}
.cooperate .msCont .text p {
  font-size: 15px;
  line-height: 30px;
  margin-top: 6px;
  position: relative;
  color: #d2b38f;
  padding-left: 21px;
}
.cooperate .msCont .text p::before {
  content: "√";
  position: absolute;
  top: 0;
  left: 0;
}
.cooperate .msCont .text p:first-child {
  margin-top: 0;
}
.cooperate .msCont .msTip {
  margin-top: 5.4vh;
  height: 100px;
  background: url(../images/intipbg.png) center 26px no-repeat;
  background-color: rgba(39, 30, 20, 0.58);
  text-align: center;
  padding-top: 22px;
  color: #b78f6b;
}
.cooperate .msCont .msTip .tip {
  line-height: 1;
  font-size: 16px;
  font-weight: bold;
  display: inline-block;
  vertical-align: top;
}
.cooperate .msCont .msTip .tip .t2 {
  margin-top: 9px;
  font-size: 12px;
  line-height: 18px;
}
.cooperate .msCont .msTip .tip .t2 img {
  display: inline-block;
  vertical-align: top;
}
.cooperate .msCont .msTip .tel {
  display: inline-block;
  vertical-align: top;
  margin-left: 6px;
}
.cooperate .msCont .msTip .tel span {
  display: inline-block;
  vertical-align: top;
  border-radius: 60px;
  border: dashed 1px rgba(224, 224, 224, 0.3);
  line-height: 32px;
  font-size: 16px;
  position: relative;
  padding: 0 12px 0 16px;
}
.cooperate .msCont .msTip .tel span::before {
  content: "";
  width: 18px;
  height: 36px;
  display: inline-block;
  vertical-align: top;
  margin-right: 14px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/intel.png) center center no-repeat;
}
@media screen and (max-width: 1320px) {
  .cooperate .msCont {
    margin-left: 40px;
  }
}
.news {
  background: url(../images/newsbg.jpg) center center no-repeat;
  background-size: cover;
}
.news .newsTab {
  display: flex;
  justify-content: space-between;
}
.news .newsTab ul {
  font-size: 0;
  margin-top: 40px;
}
.news .newsTab ul li {
  display: inline-block;
  vertical-align: top;
  margin-left: 94px;
  position: relative;
  line-height: 36px;
  font-size: 16px;
}
.news .newsTab ul li::before {
  content: "/";
  display: block;
  position: absolute;
  top: 0;
  left: -51px;
  color: #ab9684;
}
.news .newsTab ul li a {
  display: block;
  position: relative;
  color: #ab9684;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsTab ul li a:hover {
  color: #d2b38f;
}
.news .newsTab ul li:hover a,
.news .newsTab ul li.on a {
  font-weight: bold;
}
@media screen and (max-height: 700px) {
  .news .newsTab ul {
    margin-top: 6vh;
  }
}
.news .newsTabs {
  margin-top: 40px;
}
.news .newsList ul {
  margin: 0 -21px;
}
.news .newsList ul::after,
.news .newsList ul:after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList ul li {
  float: left;
  width: 33.33%;
  padding: 0 21px;
}
.news .newsList ul li .item {
  padding-top: 1px;
  background-color: rgba(255, 255, 255, 0.1);
  border-radius: 5px;
  padding: 12px 10px 0;
}
.news .newsList ul li .item .pic {
  display: block;
  padding-top: 70.16%;
  position: relative;
  overflow: hidden;
  border-radius: 5px;
}
.news .newsList ul li .item .pic img {
  position: absolute;
  left: 0;
  top: 0;
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .cont {
  height: 126px;
  padding: 12px 4px 0;
}
.news .newsList ul li .item .bt {
  font-size: 18px;
  height: 58px;
  line-height: 58px;
  color: #d2b38f;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .bt:hover {
  letter-spacing: 0.5px;
}
.news .newsList ul li .item .tt {
  line-height: 26px;
}
.news .newsList ul li .item .tt .date {
  float: left;
  font-family: Arial;
  color: #776755;
  padding-left: 22px;
  background: url(../images/date.png) 0 center no-repeat;
}
.news .newsList ul li .item .tt .more {
  display: block;
  float: right;
  position: relative;
  font-size: 12px;
  color: #836d52;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList ul li .item .tt .more:hover {
  color: #d2b38f;
}
.news .newsList ul li .item:hover .pic img {
  -webkit-transform: scale(1.06);
  -moz-transform: scale(1.06);
  -o-transform: scale(1.06);
  transform: scale(1.06);
}
.news .newsList ul li .item:hover .bt {
  color: #d2b38f;
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.inFooter {
  height: auto !important;
}
.inFooter .footer .inNavico {
  display: block;
}
.in-txt {
  overflow: hidden;
}
.in-txt > * {
  transform: translateY(100%);
  opacity: 0;
  transition: cubic-bezier(0.215, 0.61, 0.355, 1) 0.45s;
  transition-duration: 1.6s;
}
.swiper-slide-active .in-txt > * {
  transform: translateY(0);
  opacity: 1;
}
.lv-bottom {
  opacity: 0.8;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(6px);
}
.lv-fadeInLeft {
  opacity: 0;
  -webkit-transform: translateX(-80px);
  transform: translateX(-80px);
  filter: blur(20px);
}
.lv-fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
  filter: blur(20px);
}
.lv-fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
  filter: blur(20px);
}
.lv-fadeInRight {
  opacity: 0;
  -webkit-transform: translateX(80px);
  transform: translateX(80px);
  filter: blur(20px);
}
.fadeInLeft {
  opacity: 0;
  -webkit-transform: translate3d(-100px, 0, 0);
  transform: translate3d(-100px, 0, 0);
}
.fadeInRight {
  opacity: 0;
  -webkit-transform: translate3d(100px, 0, 0);
  transform: translate3d(100px, 0, 0);
}
.fadeInUp {
  opacity: 0;
  -webkit-transform: translate3d(0, 100px, 0);
  transform: translate3d(0, 100px, 0);
}
.fadeInDown {
  opacity: 0;
  -webkit-transform: translate3d(0, -100px, 0);
  transform: translate3d(0, -100px, 0);
}
.swiper-slide {
  -webkit-transition-property: all !important;
  -o-transition-property: all !important;
  transition-property: all !important;
}
.swiper-slide-active .lv-fadeInLeft {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInRight {
  opacity: 1;
  -webkit-transform: translateX(0);
  transform: translateX(0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-bottom {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .lv-fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
  filter: blur(0px);
}
.swiper-slide-active .fadeInLeft {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInRight {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInDown {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
.swiper-slide-active .fadeInUp {
  opacity: 1;
  -webkit-transform: translate3d(0, 0, 0);
  transform: translate3d(0, 0, 0);
}
