@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 {
  font-family: "KaiTi";
}
body *:before,
body *:after {
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.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;
  z-index: 5;
}
.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: 140px;
  z-index: 3;
  width: 300px;
  text-align: center;
}
.banner .banner-pagination span {
  display: inline-block;
  border: 1px #9c322b 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: #9c322b;
  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%;
}
.banner .banbar {
  background-color: #d4ad8c;
  padding: 19px 0;
}
.banner .banbar .inContent {
  line-height: 32px;
}
.banner .banbar .inContent .slogan {
  font-size: 16px;
  padding-left: 42px;
  background: url(../images/slogan.png) 0 center no-repeat;
  float: left;
  width: 478px;
}
.banner .banbar .inContent .search {
  float: left;
  width: 260px;
  height: 32px;
  border-radius: 16px;
  border: solid 1px rgba(156, 50, 43, 0.3);
  position: relative;
  overflow: hidden;
  padding-right: 40px;
}
.banner .banbar .inContent .search .searchInp {
  display: block;
  width: 100%;
  height: 30px;
  line-height: 30px;
  background: none;
  font-size: 12px;
  padding: 0 18px;
  font-size: 14px;
  font-family: KaiTi;
  border-radius: 16px 0 0 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.banner .banbar .inContent .search .searchInp::-webkit-input-placeholder {
  font-size: 12px;
  font-family: KaiTi;
  font-weight: normal;
  opacity: 1;
}
.banner .banbar .inContent .search .searchInp::-moz-placeholder {
  font-size: 12px;
  font-family: KaiTi;
  font-weight: normal;
  opacity: 1;
}
.banner .banbar .inContent .search .searchInp:-ms-input-placeholder {
  font-size: 12px;
  font-family: KaiTi;
  font-weight: normal;
  opacity: 1;
}
.banner .banbar .inContent .search .searchInp:focus::-webkit-input-placeholder,
.banner .banbar .inContent .search .searchInp:active::-webkit-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner .banbar .inContent .search .searchInp:focus::-moz-placeholder,
.banner .banbar .inContent .search .searchInp:active::-moz-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner .banbar .inContent .search .searchInp:focus:-ms-input-placeholder,
.banner .banbar .inContent .search .searchInp:active:-ms-input-placeholder {
  opacity: 0.6;
  filter: alpha(opacity=60);
}
.banner .banbar .inContent .search .submitBtn {
  background: url(../images/searchico.png) center center no-repeat;
  width: 40px;
  height: 30px;
  cursor: pointer;
  border: none;
  position: absolute;
  border-radius: 0 16px 16px 0;
  right: 0;
  top: 0;
  -webkit-transition: all 0.4s ease-out;
  transition: all 0.4s ease-out;
}
.banner .banbar .inContent .search .submitBtn:hover {
  opacity: 0.7;
  filter: alpha(opacity=70);
}
.banner .banbar .inContent .tel {
  float: right;
  font-size: 16px;
}
.banner .banbar .inContent .tel:before {
  content: "";
  display: inline-block;
  width: 32px;
  height: 32px;
  vertical-align: middle;
  position: relative;
  top: -2px;
  margin-right: 15px;
  -webkit-animation: msClock2 1.5s linear infinite;
  animation: msClock2 1.5s linear infinite;
  background: url(../images/tel.png) center center no-repeat;
}
.banner .banbar .inContent .tel i {
  font-weight: bold;
  font-size: 20px;
  display: inline-block;
  vertical-align: top;
  font-family: Arial;
}
.titBox::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.titBox .title {
  float: left;
}
.titBox .moreLink {
  float: right;
}
.title {
  line-height: 1;
  position: absolute;
  top: 0;
  left: 0;
  z-index: 3;
}
.title:before {
  content: "";
  display: block;
  position: absolute;
  left: -10px;
  top: 10px;
  width: 95px;
  height: 400px;
  border: solid 1px #9c322b;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.title a {
  display: inline-block;
}
.title span {
  display: block;
  width: 75px;
  height: 400px;
  background-color: #9c322b;
  line-height: 75px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  text-align: center;
}
.title span:before {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 1px #9c322b;
  border-radius: 100%;
  left: -14px;
  bottom: -14px;
}
.title span:after {
  content: "";
  display: block;
  position: absolute;
  width: 12px;
  height: 12px;
  background-color: #ffffff;
  border: solid 1px #9c322b;
  border-radius: 100%;
  right: -14px;
  bottom: -14px;
}
.title em {
  display: inline-block;
  vertical-align: top;
  background-color: #162c5b;
  width: 80px;
  height: 80px;
  box-shadow: -10px 10px 0 #9c322b;
  color: #fff;
  font-weight: bold;
  line-height: 80px;
  text-align: center;
  font-family: "Times New Roman", Times, Baskerville, Georgia, serif;
  font-size: 54px;
}
.title b {
  font-size: 36px;
  color: #d4ad8c;
}
.title i {
  font-family: Arial;
  font-size: 18px;
  letter-spacing: 4px;
  color: #d4ad8c;
  margin-top: 12px;
}
.moreLink {
  display: block;
  font-size: 14px;
  height: 34px;
  line-height: 34px;
  letter-spacing: 3px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.moreLink:after {
  content: ">";
  display: inline-block;
  vertical-align: top;
  border-radius: 100%;
  background-color: #9c322b;
  width: 34px;
  height: 34px;
  color: #fff;
  font-family: simsun;
  font-size: 16px;
  font-weight: bold;
  margin-left: 30px;
  text-align: center;
  padding-left: 5px;
}
.moreLink:before {
  content: "";
  display: block;
  position: absolute;
  z-index: 2;
  width: 22px;
  height: 22px;
  background-color: #37ae53;
  opacity: 0.6;
  top: 11px;
  right: 22px;
  border-radius: 100%;
}
.moreLink:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
  color: #9c322b;
}
.product {
  background: url(../images/probg.jpg) center 0 no-repeat;
}
.product .proBox {
  padding-left: 132px;
  padding-top: 50px;
  padding-bottom: 50px;
}
.product .proNav {
  display: flex;
  justify-content: space-between;
  margin-left: 38px;
}
.product .proNav ul {
  display: flex;
  justify-content: space-between;
  width: 962px;
}
.product .proNav ul li {
  float: left;
  width: 86px;
  position: relative;
}
.product .proNav ul li a {
  display: block;
  width: 86px;
  height: 170px;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-top: 13px;
  z-index: 1;
}
.product .proNav ul li a:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/pronavli.png) center 0 no-repeat;
  width: 100%;
  height: 0;
  left: 0;
  top: 0;
  z-index: -1;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proNav ul li a em {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  border: solid 1px #333333;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 34px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #010101;
}
.product .proNav ul li a i {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 62px;
  color: #bbbbbb;
}
.product .proNav ul li a span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 62px;
}
.product .proNav ul li.on a,
.product .proNav ul li:hover a {
  color: #fff;
  border-color: transparent;
}
.product .proNav ul li.on a:before,
.product .proNav ul li:hover a:before {
  height: 100%;
}
.product .proNav ul li.on a em,
.product .proNav ul li:hover a em {
  background-color: #fff;
  border-color: #9c322b;
  color: #9c322b;
  box-shadow: 0 0 0 3px #fff;
}
.product .proNav ul li.on a i,
.product .proNav ul li:hover a i {
  color: #fff;
}
.product .proNav .more {
  display: block;
  width: 86px;
  height: 170px;
  border-right: 1px solid #ddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
  padding-top: 13px;
  z-index: 1;
}
.product .proNav .more:before {
  content: "";
  display: block;
  position: absolute;
  background: url(../images/pronavli.png) center 0 no-repeat;
  width: 100%;
  height: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  left: 0;
  top: 0;
  z-index: -1;
}
.product .proNav .more em {
  display: block;
  margin: auto;
  width: 36px;
  height: 36px;
  border: solid 1px #333333;
  border-radius: 100%;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  text-align: center;
  line-height: 34px;
  font-family: MicrosoftYaHei;
  font-size: 20px;
  color: #010101;
}
.product .proNav .more i {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-family: Arial;
  font-size: 12px;
  white-space: nowrap;
  line-height: 1;
  position: absolute;
  left: 50%;
  margin-left: -16px;
  top: 62px;
  color: #bbbbbb;
}
.product .proNav .more span {
  display: block;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 16px;
  white-space: nowrap;
  line-height: 20px;
  position: absolute;
  right: 50%;
  margin-right: -20px;
  top: 62px;
}
.product .proNav .more:hover {
  color: #fff;
  border-color: transparent;
}
.product .proNav .more:hover:before {
  height: 100%;
}
.product .proNav .more:hover em {
  background-color: #fff;
  border-color: #9c322b;
  color: #9c322b;
  box-shadow: 0 0 0 3px #fff;
}
.product .proNav .more:hover i {
  color: #fff;
}
.product .proTabs {
  position: relative;
  margin-top: 38px;
}
.product .proTabs .bd {
  overflow: hidden;
}
.product .proList ul {
  margin-right: -25px;
  min-height: 100px;
}
.product .proList ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.product .proList ul li {
  float: left;
  margin-top: 30px;
  margin-right: 25px;
}
.product .proList ul li .item {
  width: 366px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  position: relative;
}
.product .proList ul li .item .num {
  background: #9c322b;
  text-align: center;
  border-radius: 100%;
  width: 40px;
  height: 40px;
  background-color: #9c322b;
  line-height:40px;
  font-family: Arial;
  font-size: 18px;
  color: #d4ad8c;
  position: absolute;
  left: 50%;
  z-index: 2;
  top: -18px;
  margin-left: -180px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic {
  display: block;
  width: 100%;
  height: 276px;
  position: relative;
  overflow: hidden;
  padding: 16px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic:before {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 360px;
  height: 270px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic:after {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 360px;
  height: 270px;
  border-radius: 6px;
  border: solid 1px #dddddd;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .pic i {
  display: block;
  width: 100%;
  height: 100%;
  position: relative;
  overflow: hidden;
}
.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 .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  text-align: center;
  height: 58px;
  line-height: 58px;
  font-size: 18px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.product .proList ul li .item .bt:hover {
  color: #9c322b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.product .proList ul li .item:hover .num {
  color: #fff;
}
.product .proList ul li .item:hover .pic:before {
  border-color: rgba(156, 50, 43, 0.5);
}
.product .proList ul li .item:hover .pic:after {
  border-color: rgba(156, 50, 43, 0.5);
}
.product .proList ul li .item:hover .pic img {
  -webkit-transform: scale(1.08) rotate(0);
  -moz-transform: scale(1.08) rotate(0);
  -o-transform: scale(1.08) rotate(0);
  transform: scale(1.08) rotate(0);
}
.product .proList ul li .item:hover .bt {
  color: #9c322b;
}
.youshi {
  background: url(../images/ysbg.jpg) center 0 no-repeat;
  height: 940px;
  padding-top: 60px;
  overflow: hidden;
  -webkit-box-sizing: border-box;
  -ms-box-sizing: border-box;
  -moz-box-sizing: border-box;
  box-sizing: border-box;
}
.youshi .ysPic {
  position: absolute;
  right: -524px;
  width: 780px;
  height: 780px;
  border-radius: 100%;
  top: 24px;
}
.youshi .ysPic .bd {
  width: 780px;
  height: 780px;
  background-color: #ffffff;
  border: solid 5px #d4ad8c;
  margin: auto;
  border-radius: 100%;
  overflow: hidden;
}
.youshi .ysPic .bd ul li img {
  display: block;
  width: 780px;
  height: 780px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysPic .bd ul li:hover img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.youshi .hd {
  position: absolute;
  right: 306px;
  top: 12px;
  width: 298px;
  height: 750px;
  background: url(../images/yshd.png) right center no-repeat;
  padding-top: 110px;
}
.youshi .hd ul li {
  height: 45px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  cursor: pointer;
  padding-right: 50px;
  padding-top: 6px;
  width: 150px;
  left: 75px;
  margin-top: 128px;
}
.youshi .hd ul li:first-child {
  margin-top: 0;
}
.youshi .hd ul li:nth-child(2) {
  left: 14px;
}
.youshi .hd ul li:nth-child(3) {
  left: 0;
}
.youshi .hd ul li:nth-child(4) {
  left: 42px;
}
.youshi .hd ul li em {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background: url(../images/yshdli.png) center center no-repeat;
  width: 45px;
  height: 45px;
  border-radius: 100%;
}
.youshi .hd ul li em:before {
  content: "";
  display: block;
  position: absolute;
  border-radius: 100%;
  width: 20px;
  height: 20px;
  background-color: #9c322b;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li span {
  display: block;
  font-size: 24px;
  line-height: 1;
  white-space: nowrap;
}
.youshi .hd ul li i {
  display: block;
  font-family: Arial;
  font-size: 12px;
  margin-top: 4px;
  line-height: 1;
  color: #999999;
  white-space: nowrap;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .hd ul li:hover,
.youshi .hd ul li.on {
  color: #d4ad8c;
}
.youshi .hd ul li:hover em:before,
.youshi .hd ul li.on em:before {
  background-color: #d4ad8c;
}
.youshi .hd ul li:hover i,
.youshi .hd ul li.on i {
  color: #d4ad8c;
}
.youshi .ysCont {
  width: 624px;
}
.youshi .ysCont .ysTit {
  height: 122px;
  background: url(../images/ystit.png) 0 0 no-repeat;
  padding-top: 98px;
  padding-left: 57px;
  font-size: 26px;
  line-height: 1;
}
.youshi .ysCont .bd {
  overflow: hidden;
  width: 624px;
  height: 584px;
  margin-top: 67px;
  background: url(../images/yscontbg.png) 0 0 no-repeat;
}
.youshi .ysCont .bd ul li .item {
  width: 624px;
  height: 584px;
  padding: 184px 136px 0 112px;
}
.youshi .ysCont .bd ul li * {
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.youshi .ysCont .bd ul li .tit {
  line-height: 24px;
  font-size: 24px;
  color: #9c322b;
  text-align: center;
}
.youshi .ysCont .bd ul li .tit i {
  font-size: 14px;
  color: #bbbbbb;
  display: inline-block;
  vertical-align: top;
  position: relative;
  top: 4px;
  margin-left: 10px;
  font-family: MicrosoftYaHei;
}
.youshi .ysCont .bd ul li .text {
  line-height: 40px;
  font-size: 15px;
  color: #666666;
  margin-top: 36px;
}
.youshi .ysCont .bd ul li:hover .tit {
  -webkit-transform: translateY(-8px);
  transform: translateY(-8px);
}
.youshi .ysCont .bd ul li:hover .text {
  -webkit-transform: translateY(-5px);
  transform: translateY(-5px);
}
.case {
  background: url(../images/casebg.jpg) center 0 no-repeat;
}
.case .caseBox {
  padding: 60px 0 70px;
}
.case .tip {
  text-align: right;
  padding-top: 44px;
  background: url(../images/casetip.png) right 0 no-repeat;
  line-height: 1;
  font-family: MicrosoftYaHei;
  font-size: 16px;
  letter-spacing: 13px;
  color: #666666;
}
.case .tip span {
  display: inline-block;
  margin-right: -13px;
}
.case .caseBox {
  padding-left: 132px;
}
.case .caseTabs {
  margin-top: 60px;
  position: relative;
  overflow: hidden;
  width: 100%;
}
.case .caseTabs .bd {
  overflow: hidden;
}
.case .caseTabs .bd ul {
  margin-right: -33px;
}
.case .caseTabs .bd ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.case .caseTabs .bd ul li {
  float: left;
  margin-right: 33px;
}
.case .caseTabs .bd ul li .item {
  width: 360px;
  height: 480px;
  background: url(../images/caseli.png) 0 center no-repeat;
  padding: 26px 30px 0;
}
.case .caseTabs .bd ul li .item .cont {
  height: 198px;
}
.case .caseTabs .bd ul li .item .cont .en {
  text-align: center;
  text-transform: uppercase;
  font-family: Arial;
  font-size: 12px;
  letter-spacing: 10px;
  color: #d4ad8c;
  line-height: 10px;
  margin-right: -10px;
}
.case .caseTabs .bd ul li .item .cont .bt {
  margin-top: 45px;
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 38px;
  line-height: 38px;
  font-size: 20px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd ul li .item .cont .bt:before {
  content: "";
  width: 22px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-right: 15px;
  background: url(../images/casebtl.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.case .caseTabs .bd ul li .item .cont .bt:after {
  content: "";
  width: 22px;
  height: 100%;
  display: inline-block;
  vertical-align: top;
  margin-left: 15px;
  background: url(../images/casebtr.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  -webkit-filter: grayscale(100);
  filter: grayscale(100);
  opacity: 0.3;
  filter: alpha(opacity=30);
}
.case .caseTabs .bd ul li .item .cont .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  display: inline-block;
  max-width: 210px;
  vertical-align: top;
}
.case .caseTabs .bd ul li .item .cont .bt:hover {
  color: #9c322b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.case .caseTabs .bd ul li .item .cont .line {
  width: 2px;
  height: 40px;
  background-color: #162c5b;
  margin-left: 6px;
  margin-top: 4px;
}
.case .caseTabs .bd ul li .item .cont p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 32px;
  height: 64px;
  font-size: 16px;
  color: #666666;
  margin-top: 15px;
}
.case .caseTabs .bd ul li .item .pic {
  display: block;
  width: 100%;
  height: 225px;
  position: relative;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .bd 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;
}
.case .caseTabs .bd ul li .item:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.case .caseTabs .bd ul li .item:hover .cont .bt {
  color: #9c322b;
}
.case .caseTabs .bd ul li .item:hover .cont .bt:before {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseTabs .bd ul li .item:hover .cont .bt:after {
  -webkit-filter: grayscale(0);
  filter: grayscale(0);
  opacity: 1;
  filter: alpha(opacity=100);
}
.case .caseTabs .hd {
  float: right;
  margin-top: 58px;
  position: relative;
  height: 52px;
}
.case .caseTabs .hd ul {
  padding: 22px 95px;
}
.case .caseTabs .hd ul li {
  float: left;
  width: 8px;
  height: 8px;
  background-color: #dddddd;
  cursor: pointer;
  margin-left: 14px;
}
.case .caseTabs .hd ul li:first-child {
  margin-left: 0;
}
.case .caseTabs .hd ul li.on {
  background-color: #9c322b;
}
.case .caseTabs .hd .prev {
  display: block;
  position: absolute;
  left: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border: solid 1px #d4ad8c;
  background: url(../images/casel.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd .prev:hover,
.case .caseTabs .hd .prev.on {
  background-color: #9c322b;
  border-color: #9c322b;
  background-image: url(../images/caselh.png);
}
.case .caseTabs .hd .next {
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 52px;
  height: 52px;
  border: solid 1px #d4ad8c;
  background: url(../images/caser.png) center center no-repeat;
  cursor: pointer;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.case .caseTabs .hd .next:hover,
.case .caseTabs .hd .next.on {
  background-color: #9c322b;
  border-color: #9c322b;
  background-image: url(../images/caserh.png);
}
.case .caseimg {
  width: 426px;
  height: 356px;
  position: absolute;
  left: -320px;
  bottom: 0;
  background: url(../images/caseimg.png) 0 center no-repeat;
}
.about {
  background: url(../images/aboutbg.jpg) center 0 no-repeat;
  overflow: hidden;
}
.about .aboutBox {
  height: 920px;
  padding-top: 98px;
}
.about .aboutTit {
  position: absolute;
  right: 0;
  top: 88px;
  width: 364px;
  height: 434px;
}
.about .aboutTit h3 i {
  display: block;
  position: absolute;
  font-family: KaiTi;
  font-size: 42px;
  line-height: 38px;
  font-weight: bold;
}
.about .aboutTit h3 i:nth-child(1) {
  left: 107px;
  top: 0;
}
.about .aboutTit h3 i:nth-child(2) {
  left: 151px;
  top: 36px;
}
.about .aboutTit h3 i:nth-child(3) {
  left: 119px;
  top: 66px;
}
.about .aboutTit h3 i:nth-child(4) {
  left: 107px;
  top: 122px;
}
.about .aboutTit h3 span {
  display: block;
  position: absolute;
  width: 33px;
  height: 66px;
  left: 117px;
  top: 175px;
  background: url(../images/abouttitname.png) 0 center no-repeat;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  font-size: 14px;
  color: #ffffff;
  line-height: 33px;
  text-align: center;
}
.about .aboutTit h4 {
  position: absolute;
  font-family: Arial;
  font-size: 14px;
  line-height: 10px;
  left: 167px;
  top: 87px;
  text-transform: uppercase;
}
.about .aboutTit h5 {
  position: absolute;
  left: 168px;
  top: 105px;
  line-height: 1;
  font-size: 14px;
}
.about .aboutTit .tip {
  width: 94px;
  top: 35px;
  left: 0;
  position: absolute;
  height: 398px;
  font-family: KaiTi;
  font-size: 18px;
  line-height: 42px;
  letter-spacing: 4px;
  writing-mode: vertical-rl;
  -webkit-writing-mode: vertical-rl;
  -ms-writing-mode: vertical-rl;
  writing-mode: tb-rl;
  padding-top: 26px;
  padding-left: 5px;
  padding-right: 5px;
}
.about .aboutTit .tip span {
  display: inline-block;
  padding-top: 84px;
}
.about .aboutTit .tip:before {
  content: "";
  display: block;
  position: absolute;
  left: 0;
  bottom: 0;
  width: 15px;
  height: 16px;
  border-left: solid 2px #981c14;
  border-bottom: solid 2px #981c14;
}
.about .aboutTit .tip:after {
  content: "";
  display: block;
  position: absolute;
  right: 0;
  top: 0;
  width: 15px;
  height: 16px;
  border-top: solid 2px #981c14;
  border-right: solid 2px #981c14;
}
.about .aboutTxt {
  width: 800px;
}
.about .aboutTxt .tit span {
  display: block;
  font-family: KaiTi;
  font-size: 30px;
  line-height: 1;
  letter-spacing: 3px;
}
.about .aboutTxt .tit i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  margin-top: 10px;
  line-height: 12px;
  letter-spacing: 3px;
}
.about .aboutTxt .line {
  width: 34px;
  height: 34px;
  margin-top: 40px;
  background: url(../images/aboutline.png) 0 center no-repeat;
}
.about .aboutTxt .text {
  margin-top: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  line-height: 40px;
  height: 240px;
  color: #666666;
  font-size: 15px;
}
.about .aboutTxt .more {
  display: block;
  width: 150px;
  height: 46px;
  background: url(../images/morebg.png) center center no-repeat;
  background-color: #9c322b;
  margin-top: 54px;
  line-height: 46px;
  font-size: 16px;
  color: #d4ad8c;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutTxt .more i {
  min-width: 5px;
}
.about .aboutTxt .more:hover {
  color: #fff;
  box-shadow: 0 10px 10px -5px rgba(156, 50, 43, 0.5);
}
.about .aboutTxt .aLink {
  margin-top: 70px;
  display: flex;
  justify-content: space-between;
}
.about .aboutTxt .aLink a {
  display: block;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  width: 136px;
  height: 142px;
  background: url(../images/alinkbg.png) center center no-repeat;
  padding-top: 26px;
  position: relative;
  text-align: center;
  top: 0;
}
.about .aboutTxt .aLink a i {
  display: block;
  width: 52px;
  height: 52px;
  overflow: hidden;
  margin: auto;
  border-radius: 100%;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutTxt .aLink a i:before {
  content: "";
  display: block;
  width: 100%;
  height: 100%;
  position: absolute;
  border-radius: 100%;
  border: 2px solid #9c322b;
  top: 0;
  left: 0;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.about .aboutTxt .aLink a i img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.about .aboutTxt .aLink a span {
  display: block;
  line-height: 1;
  font-size: 16px;
  margin-top: 12px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .aboutTxt .aLink a:hover,
.about .aboutTxt .aLink a.on {
  top: -10px;
  color: #9c322b;
}
.about .aboutTxt .aLink a:hover i::before,
.about .aboutTxt .aLink a.on i::before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.about .aboutTxt .aLink a:hover span,
.about .aboutTxt .aLink a.on span {
  font-weight: bold;
}
.about .honor {
  position: absolute;
  top: 552px;
  right: 46px;
}
.about .honor .pic {
  display: block;
  background: url(../images/honorbg.png) center center no-repeat;
  width: 292px;
  height: 220px;
  padding: 18px;
}
.about .honor .pic img {
  display: block;
  object-fit: contain;
  width: 100%;
  height: 100%;
  background-color: #fff;
}
.about .honor .bt {
  display: block;
  margin-top: 16px;
  text-align: center;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.about .honor .bt span {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-family: KaiTi;
  font-size: 18px;
  height: 36px;
  line-height: 36px;
}
.about .honor .bt i {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  line-height: 1;
  font-family: Arial;
  font-size: 14px;
}
.about .honor:hover .pic {
  box-shadow: 0 10px 15px -5px rgba(156, 50, 43, 0.4);
}
.about .honor:hover .bt {
  color: #9c322b;
}
.news {
  overflow: hidden;
  background: url(../images/newsbg.jpg) center 0 no-repeat;
}
.news .newsBox {
  height: 830px;
  padding-top: 70px;
}
.news .newsTab {
  position: relative;
}
.news .newsTab::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsTab:before {
  content: "";
  display: block;
  position: absolute;
  right: -320px;
  width: 935px;
  height: 1px;
  background-color: #e1e1e1;
  top: 23px;
}
.news .newsTab ul {
  float: right;
}
.news .newsTab ul li {
  float: left;
  margin-left: 105px;
  position: relative;
}
.news .newsTab ul li:first-child {
  margin-left: 0;
}
.news .newsTab ul li a {
  display: block;
  width: 135px;
  height: 46px;
  background-color: #ededed;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  font-size: 16px;
  font-family: MicrosoftYaHei;
  text-align: center;
  line-height: 46px;
  position: relative;
}
.news .newsTab ul li a:before {
  content: "";
  display: block;
  position: absolute;
  width: 100%;
  height: 100%;
  background: url(../images/newsnavli.png) center center no-repeat;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  opacity: 0;
  filter: alpha(opacity=0);
}
.news .newsTab ul li.on a,
.news .newsTab ul li:hover a {
  background-color: #9c322b;
  color: #d4ad8c;
}
.news .newsTab ul li.on a:before,
.news .newsTab ul li:hover a:before {
  opacity: 1;
  filter: alpha(opacity=100);
}
.news .newsTabs {
  margin-top: 50px;
  position: relative;
  z-index: 1;
}
.news .newsTabs .bd {
  overflow: hidden;
}
.news .newsList .list1 {
  margin-left: 132px;
}
.news .newsList .list1 ul {
  margin-right: -33px;
}
.news .newsList .list1 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list1 ul li {
  float: left;
  width: 360px;
  margin-right: 33px;
  overflow: hidden;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .pic {
  display: block;
  width: 100%;
  height: 200px;
  z-index: 2;
  overflow: hidden;
  -webkit-transition: all 0.6s ease-out;
  transition: all 0.6s ease-out;
}
.news .newsList .list1 ul li .pic img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont {
  padding: 20px 6px 0;
}
.news .newsList .list1 ul li .cont .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 18px;
  height: 38px;
  line-height: 38px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list1 ul li .cont .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list1 ul li .cont .line {
  width: 35px;
  height: 2px;
  background-color: #222222;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  margin-top: 12px;
}
.news .newsList .list1 ul li .cont p {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  height: 26px;
  line-height: 26px;
  font-size: 16px;
  color: #999999;
  margin-top: 10px;
}
.news .newsList .list1 ul li .cont .date {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  color: #999999;
  margin-top: 32px;
}
.news .newsList .list1 ul li:hover .pic img {
  -webkit-transform: scale(1.1) rotate(0);
  -moz-transform: scale(1.1) rotate(0);
  -o-transform: scale(1.1) rotate(0);
  transform: scale(1.1) rotate(0);
}
.news .newsList .list1 ul li:hover .cont .bt {
  color: #9c322b;
}
.news .newsList .list1 ul li:hover .cont .line {
  background-color: #9c322b;
}
.news .newsList .list2 {
  margin-top: 60px;
  border-top: 1px solid #ebebeb;
}
.news .newsList .list2 ul {
  margin-right: -46px;
}
.news .newsList .list2 ul::after {
  content: "";
  display: block;
  clear: both;
  font-size: 0;
  line-height: 0;
}
.news .newsList .list2 ul li {
  float: left;
  margin-right: 46px;
  width: 396px;
  position: relative;
}
.news .newsList .list2 ul li:before {
  content: "";
  display: block;
  position: absolute;
  left: 8px;
  top: -30px;
  width: 1px;
  height: 136px;
  background-color: #ebebeb;
}
.news .newsList .list2 ul li .item {
  padding-top: 40px;
  padding-left: 28px;
}
.news .newsList .list2 ul li .item:after {
  content: "";
  display: block;
  position: absolute;
  width: 3px;
  height: 26px;
  background-color: #dddddd;
  left: 7px;
  top: 80px;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  background-repeat: no-repeat;
  background-image: -webkit-linear-gradient(left, #9c322b, #9c322b);
  background-image: linear-gradient(to right, #9c322b, #9c322b);
  -webkit-transition: all 0.5s;
  transition: all 0.5s;
  background-size: 100% 0% ;
  background-position: center top;
}
.news .newsList .list2 ul li .item:before {
  content: "";
  display: block;
  position: absolute;
  left: 1px;
  top: -8px;
  width: 15px;
  height: 15px;
  border: solid 4px #fff;
  border-radius: 100%;
  background-color: #fff;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
  box-shadow: 0 0 0 1px #dddddd;
}
.news .newsList .list2 ul li .item .bt {
  display: block;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  font-size: 16px;
  height: 36px;
  line-height: 36px;
  position: relative;
  -webkit-transition: all 0.5s ease-out;
  transition: all 0.5s ease-out;
}
.news .newsList .list2 ul li .item .bt:hover {
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.news .newsList .list2 ul li .item .date {
  font-family: Arial;
  font-size: 12px;
  line-height: 10px;
  margin-top: 20px;
  color: #999999;
}
.news .newsList .list2 ul li .item p {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  line-height: 30px;
  height: 60px;
  color: #999999;
  margin-top: 20px;
}
.news .newsList .list2 ul li .item:hover:after {
  background-size: 100% 100%;
}
.news .newsList .list2 ul li .item:hover:before {
  background-color: #9c322b;
}
.news .newsList .list2 ul li .item:hover .bt {
  color: #9c322b;
}
.links {
  padding: 70px 0 60px;
  background: url(../images/linksbg.jpg) center 0 no-repeat;
}
.links .linksBox {
  display: flex;
}
.links .linksBox .tit {
  float: left;
  background: url(../images/linkstit.png) 0 0 no-repeat;
  width: 173px;
  height: 45px;
  font-family: MicrosoftYaHei;
  font-size: 18px;
  padding-left: 38px;
  padding-top: 1px;
  line-height: 1;
  letter-spacing: 5px;
  color: #666666;
}
.links .linksBox .list {
  flex: 1;
  float: right;
  width: 1106px;
  overflow: hidden;
  line-height: 32px;
  margin-top: -10px;
  margin-bottom: -10px;
}
.links .linksBox .list a {
  display: inline-block;
  position: relative;
  color: #666666;
  font-size: 14px;
  margin-left: 36px;
  font-family: MicrosoftYaHei;
}
.links .linksBox .list a:hover {
  color: #9c322b;
  -webkit-transform: translateX(5px);
  transform: translateX(5px);
}
.links .linksimg {
  width: 207px;
  height: 351px;
  position: absolute;
  bottom: -60px;
  right: -268px;
  background: url(../images/linksimg.png) 0 center no-repeat;
}
