.jz {
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
}
.flex {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.fd:hover,
.fd:focus {
  -webkit-animation: fd 1s;
  animation: fd 1s;
  box-shadow: 0 0 0 2em rgba(255, 255, 255, 0);
  -webkit-transform: translateY(-3px);
  transform: translateY(-3px);
}
@-webkit-keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
@keyframes fd {
  0% {
    box-shadow: 0 0 0 0 var(--hover);
  }
}
.biaoti {
  width: 179px;
  height: 73px;
  margin: 0 auto;
  background: url(../images/bt1.png) no-repeat left bottom;
}
.biaoti img {
  display: block;
}
.biaoti h3 {
  font-size: 36px;
  line-height: 34px;
  color: #333;
  font-weight: bold;
  margin-top: 9px;
}
.biaoti h3 a {
  color: #333;
}
.scope {
  width: 100%;
  height: 478px;
  padding-top: 80px;
  box-sizing: border-box;
}
.scope ul {
  width: 100%;
  margin-top: 58px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.scope ul li.on {
  background: url("../images/yuan2.png") no-repeat center;
}
.scope ul li.on p {
  color: #fff;
}
.scope ul li.on span {
  color: #fff;
}
.scope ul li {
  cursor: pointer;
  width: 188px;
  height: 188px;
  transition: 0.5s;
  background: url("../images/yuan1.png") no-repeat center;
  text-align: center;
  padding-top: 83px;
  box-sizing: border-box;
}
.scope ul li p {
  font-size: 18px;
  line-height: 18px;
  color: #333;
  transition: 0.3s;
}
.scope ul li span {
  display: block;
  color: #808080;
  margin-top: 12px;
  font-size: 14px;
  line-height: 11px;
  transition: 0.3s;
}
.business {
  width: 100%;
  padding-bottom: 80px;
}
.business .biaoti {
  float: left;
  width: 213px;
}
.business .hd {
  padding-top: 26px;
  width: 877px;
  height: 47px;
  background: url(../images/bg3.png) no-repeat left top;
  box-sizing: border-box;
  padding-left: 6px;
  margin-top: 13px;
}
.business .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business .hd ul li.on {
  background: url("../images/ti4.png") no-repeat left center;
}
.business .hd ul li.on a {
  color: #76161b;
}
.business .hd ul li {
  line-height: 20px;
  box-sizing: border-box;
  padding-left: 34px;
  font-size: 18px;
  color: #333;
  transition: 0.5s;
  background: url("../images/ti3.png") no-repeat left center;
}
.business .hd ul li a {
  color: #333;
  transition: 0.3s;
}
.business .bd {
  width: 100%;
}
.business .bd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.business .bd ul li:hover .tu .jie {
  position: absolute;
  bottom: -216px;
  left: 0px;
  border-left: -216px 0px solid;
}
.business .bd ul li:hover .tu img {
  transform: scale(1.2);
}
.business .bd ul li:hover .tu i {
  position: absolute;
  top: -116px;
  right: -116px;
}
.business .bd ul li {
  margin-top: 45px;
  width: 390px;
  height: 340px;
  position: relative;
}
.business .bd ul li::before {
  content: '';
  display: block;
  transition: 0.7s;
  width: 0px;
  height: 2px;
  position: absolute;
  bottom: 0px;
  left: 0px;
  border-left: 0 0px solid;
  background: #76161b;
}
.business .bd ul li:hover:before {
  width: 100%;
}
.business .bd ul li .tu {
  width: 100%;
  height: 300px;
  position: relative;
  overflow: hidden;
}
.business .bd ul li .tu img {
  width: 100%;
  height: 300px;
  transition: 0.5s;
}
.business .bd ul li .tu i {
  width: 116px;
  height: 116px;
  background-color: #f5f5f5;
  border-radius: 50%;
  display: block;
  position: absolute;
  top: -58px;
  right: -58px;
  box-sizing: border-box;
  padding: 73px 66px 0 0;
  color: #999999;
  font-size: 24px;
  line-height: 18px;
  text-align: right;
  transition: 0.5s;
}
.business .bd ul li .tu .jie {
  width: 390px;
  height: 390px;
  border-radius: 50%;
  background: rgba(118, 22, 27, 0.5);
  text-align: center;
  box-sizing: border-box;
  padding: 72px 80px;
  position: absolute;
  bottom: -390px;
  left: 0px;
  border-left: -390px 0px solid;
  transition: 0.5s;
  line-height: 30px;
  letter-spacing: 0px;
  color: #ffffff;

}
.business .bd ul li .tu .jie p{
    display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.business .bd ul li .ti {
  width: 100%;
  height: 40px;
  background-color: #f5f5f5;
  text-align: center;
}
.business .bd ul li .ti a {
  box-sizing: border-box;
  padding: 0 20px;
  display: block;
  width: 100%;
  line-height: 38px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  border-bottom: 2px solid #ccc;
}
.min_banner {
  width: 100%;
  height: 346px;
  background: url("../images/babg.jpg") no-repeat center;
  padding-top: 80px;
  box-sizing: border-box;
}
.min_banner p {
  float: right;
  height: 48px;
  border-bottom: 1px solid rgba(255, 255, 255, 0.5);
  font-size: 30px;
  line-height: 28px;
  font-weight: bold;
  color: #fff;
  text-align: right;
}
.min_banner em {
  text-align: right;
  display: block;
  margin: 22px 0 37px;
  color: #fff;
  font-size: 24px;
  line-height: 24px;
}
.min_banner .dhs {
  float: right;
  width: 410px;
  height: 52px;
  background-color: #ffffff;
  line-height: 52px;
  box-sizing: border-box;
  padding-left: 20px;
}
.min_banner .dhs .dh {
  float: left;
  box-sizing: border-box;
  padding-left: 44px;
  color: #333;
  font-size: 24px;
  background: url("../images/dh1.png") no-repeat left center;
}
.min_banner .dhs a {
  float: right;
  display: block;
  width: 120px;
  height: 52px;
  background-color: #333333;
  text-align: center;
  line-height: 52px;
  font-size: 15px;
  color: #fff;
}
.reason {
  width: 100%;
  height: 758px;
  padding-top: 80px;
  box-sizing: border-box;
}
.reason .biaoti {
  width: 252px;
}
.reason .slideTxtBox {
  width: 100%;
  margin-top: 58px;
}
.reason .slideTxtBox .hd {
  width: 1190px;
  height: 230px;
  margin: 0 auto;
  background: url(../images/ysbg.png) no-repeat center 175px;
}
.reason .slideTxtBox .hd ul {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.reason .slideTxtBox .hd ul li.on {
  width: 103px;
  height: 103px;
  margin-top: 123px;
}
.reason .slideTxtBox .hd ul li.on .ti {
  margin-top: -230px;
}
.reason .slideTxtBox .hd ul li.on img {
  margin-top: 0;
}
.reason .slideTxtBox .hd ul li {
  width: 103px;
  height: 230px;
  cursor: pointer;
  overflow: hidden;
  position: relative;
  transition: 0.5s;
}
.reason .slideTxtBox .hd ul li:nth-child(2) .ti{
	background: url(../images/ysico2.png) no-repeat center 148px;
}
.reason .slideTxtBox .hd ul li:nth-child(3) .ti{
	background: url(../images/ysico3.png) no-repeat center 148px;
}
.reason .slideTxtBox .hd ul li:nth-child(4) .ti{
	background: url(../images/ysico4.png) no-repeat center 148px;
}
.reason .slideTxtBox .hd ul li:nth-child(5) .ti{
	background: url(../images/ysico5.png) no-repeat center 148px;
}
.reason .slideTxtBox .hd ul li .ti {
  transition: 0.5s;
  letter-spacing: 9.6px;
  color: #333333;
  font-size: 24px;
  writing-mode: tb-rl;
  height: 230px;
  line-height: 103px;
  background: url(../images/ysico1.png) no-repeat center 148px;
}
.reason .slideTxtBox .hd ul li img {
  transition: 0.5s;
  margin-top: 110px;
}
.reason .slideTxtBox .bd li {
  width: 820px;
  height: 140px;
  margin: 52px auto 0;
  text-align: center;
}
.reason .slideTxtBox .bd li .ti {
  font-size: 24px;
  line-height: 24px;
  color: #333;
}
.reason .slideTxtBox .bd li .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  margin-top: 23px;
  font-size: 16px;
}
.reason .slideTxtBox .arrow {
  width: 100%;
  height: 48px;
  box-sizing: border-box;
  padding: 0 575px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  background: url("../images/arrow.png") no-repeat center;
}
.reason .slideTxtBox .arrow a:hover {
  background-color: #76161b;
}
.reason .slideTxtBox .arrow a {
  display: block;
  width: 48px;
  height: 48px;
  background: #d6b9ba url(../images/j1.png) no-repeat center;
  transition: 0.3s;
  border-radius: 50%;
}
.reason .slideTxtBox .arrow .next {
  background: #d6b9ba url(../images/j2.png) no-repeat center;
}
.case {
  width: 100%;
  height: 738px;
  position: relative;
}
.case .cari {
  float: right;
  width: 74.427%;
  height: 350px;
  background: url("../images/albg.jpg") no-repeat center;
  background-size: 100% 100%;
  padding-left: 65px;
  padding-top: 95px;
  box-sizing: border-box;
}
.case .cari .biaoti {
  width: 200px;
  float: left;
  background: url(../images/bt2.png) no-repeat left bottom;
}
.case .cari .biaoti h3 {
  color: #fff;
}
.case .cari ul {
  margin-top: 70px;
}
.case .cari ul li:last-child::after {
  display: none;
}
.case .cari ul li::after {
  content: "";
  width: 1px;
  height: 18px;
  background: #fff;
  position: absolute;
  top: 0px;
  right: -16px;
}
.case .cari ul li {
  height: 18px;
  line-height: 18px;
  position: relative;
  float: left;
  margin-right: 30px;
  color: #fff;
  font-size: 18px;
}
.case .cari ul li a {
  color: #fff;
}
.case .pic {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.case .pic li:hover img {
  transform: scale(1.2);
}
.case .pic li:hover .ti {
  position: absolute;
  top: 0px;
  left: 0px;
}
.case .pic li:first-child {
  margin-top: 0;
  position: absolute;
  top: 0px;
  left: 0px;
}
.case .pic li {
  margin-top: 37px;
  width: 23.4375%;
  height: 350px;
  position: relative;
  overflow: hidden;
}
.case .pic li img {
  width: 100%;
  height: 350px;
  transition: 0.5s;
}
.case .pic li .ti {
  width: 100%;
  height: 350px;
  background: rgba(118, 22, 27, 0.5) url(../images/mo.png) no-repeat center 175px;
  position: absolute;
  top: 350px;
  left: 0px;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  box-sizing: border-box;
  padding: 140px 20px 0;
  text-align: center;
  transition: 0.5s;
  pointer-events: none;
}
.case .pic li .ti a {
  color: #fff;
}
.about {
  width: 100%;
  height: 697px;
  padding-top: 80px;
  box-sizing: border-box;
  border-bottom: 1px solid #e6e6e6;
  position: relative;
  overflow: hidden;
  background: url(../images/ABOUT.png) no-repeat;
  background-position: right 55px bottom 0;
}
.about .pic {
  width: 777px;
  height: 617px;
  position: absolute;
  top: 80px;
  left: 126px;
}
.about .abri {
  width: 645px;
  height: 555px;
  position: relative;
}
.about .abri h3 {
  font-size: 24px;
  line-height: 24px;
  color: #333;
  font-weight: bold;
}
.about .abri p {
  height: 30px;
  color: #808080;
  font-size: 14px;
  line-height: 13px;
  background: url(../images/pp.png) no-repeat left bottom;
  margin-top: 9px;
}
.about .abri .jie {
  line-height: 40px;
  letter-spacing: 0px;
  color: #808080;
  margin-top: 20px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  font-size: 16px;
}
.about .abri .mo {
  width: 130px;
  height: 40px;
  background-color: #76161b;
  text-align: center;
  line-height: 40px;
  margin: 28px 0 38px;
  color: #fff;
  font-size: 16px;
  display: block;
}
.about .abri .dh {
  font-size: 18px;
  line-height: 20px;
  color: #333;
}
.about .abri .dh span {
  font-size: 24px;
  color: #76161b;
}
.about .abri .yy {
  width: 364px;
  height: 245px;
  position: absolute;
  bottom: 0px;
  right: 0px;
  border-right: 0 0px solid;
  background: url("../images/yy.png") no-repeat center;
  overflow: hidden;
}
.about .abri .yy img {
  width: 320px;
  height: 198px;
  margin: 24px auto;
  display: block;
}
.news {
  width: 100%;
  height: 675px;
  padding-top: 80px;
  box-sizing: border-box;
}
.news .center {
  position: relative;
}
.news .biaoti {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 999;
}
.news .hd {
  position: absolute;
  top: 100px;
  left: 0px;
  width: 190px;
  z-index: 999;
}
.news .hd li.on a {
  background: #76161b url(../images/xw11.png) no-repeat 37px center;
  color: #fff;
}
.news .hd li:nth-child(2) a {
  background: url(../images/xw2.png) no-repeat 37px center;
}
.news .hd li:nth-child(2).on a {
  background: #76161b url(../images/xw21.png) no-repeat 37px center;
}
.news .hd li:nth-child(3) a {
  background: url(../images/xw3.png) no-repeat 37px center;
}
.news .hd li:nth-child(3).on a {
  background: #76161b url(../images/xw31.png) no-repeat 37px center;
}
.news .hd li {
  margin-top: 16px;
  width: 190px;
  height: 62px;
  line-height: 62px;
  font-size: 20px;
  color: #333;
  transition: 0.5s;
}
.news .hd li a {
  background: url(../images/xw1.png) no-repeat 37px center;
  color: #333;
  transition: 0.3s;
  display: block;
  width: 190px;
  height: 62px;
  line-height: 62px;
  box-sizing: border-box;
  padding-left: 82px;
}
.news .bd {
  width: 100%;
}
.news .bd .zori {
  width: 1035px;
  height: 314px;
}
.news .bd .zori .yi:hover .tu img {
  transform: scale(1.2);
}
.news .bd .zori .yi:hover .zi .ti a {
  color: #76161b;
}
.news .bd .zori .yi {
  float: left;
  width: 698px;
  height: 314px;
  border: solid 1px #e5e5e5;
  box-sizing: border-box;
  padding: 13px;
}
.news .bd .zori .yi .tu {
  width: 287px;
  height: 287px;
  float: left;
  overflow: hidden;
}
.news .bd .zori .yi .tu img {
  width: 287px;
  height: 287px;
  transition: 0.5s;
}
.news .bd .zori .yi .zi {
  width: 310px;
  margin: 28px 0 0 40px;
  float: left;
}
.news .bd .zori .yi .zi .shi {
  color: #808080;
  font-size: 14px;
  line-height: 11px;
}
.news .bd .zori .yi .zi .xian {
  width: 13px;
  height: 2px;
  background-color: #76161b;
  margin: 10px 0 29px;
}
.news .bd .zori .yi .zi .ti {
  width: 100%;
  font-size: 18px;
  line-height: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.news .bd .zori .yi .zi .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .zori .yi .zi .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  font-size: 16px;
  margin: 18px 0;
}
.news .bd .zori .yi .zi .mo {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #76161b;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
}
.news .bd .zori .er:hover .ti a {
  color: #76161b;
}
.news .bd .zori .er {
  float: right;
  width: 275px;
  margin-top: 58px;
}
.news .bd .zori .er .ti {
  font-size: 18px;
  line-height: 18px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  color: #333;
}
.news .bd .zori .er .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .zori .er .shi {
  color: #808080;
  font-size: 14px;
  line-height: 11px;
  margin: 20px 0 28px;
}
.news .bd .zori .er .jie {
  line-height: 30px;
  letter-spacing: 0px;
  color: #808080;
  font-size: 16px;
  display: -webkit-box;
  overflow: hidden;
  text-overflow: ellipsis;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
}
.news .bd .zori .er .mo {
  display: block;
  width: 120px;
  height: 34px;
  background-color: #d6b9ba;
  text-align: center;
  line-height: 34px;
  color: #fff;
  font-size: 14px;
  margin-top: 28px;
}
.news .bd .bo::after {
  width: 100%;
  height: 1px;
  background-color: #e6e6e6;
  position: absolute;
  top: 80px;
  left: 0px;
  content: "";
}
.news .bd .bo {
  width: 100%;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin-top: 50px;
  position: relative;
  height: 155px;
}
.news .bd .bo li:nth-child(2),
.news .bd .bo li:nth-child(5) {
  width: 410px;
}
.news .bd .bo li:hover .ti {
  background: url("../images/ti2.png") no-repeat left center;
}
.news .bd .bo li:hover .ti a {
  color: #76161b;
}
.news .bd .bo li {
  width: 319px;
  height: 50px;
  margin-bottom: 55px;
}
.news .bd .bo li .ti {
  box-sizing: border-box;
  padding-left: 36px;
  line-height: 21px;
  font-size: 18px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  background: url("../images/ti1.png") no-repeat left center;
  transition: 0.5s;
  margin-bottom: 18px;
}
.news .bd .bo li .ti a {
  color: #333;
  transition: 0.3s;
}
.news .bd .bo li .shi {
  color: #808080;
  font-size: 14px;
  line-height: 11px;
  float: left;
  margin-left: 35px;
}
.news .bd .bo li .mo {
  float: right;
  line-height: 11px;
  display: block;
  width: 22px;
  height: 11px;
  background: url("../images/mo1.png") no-repeat center;
}
.cooper {
  width: 100%;
  height: 371px;
  background: url("../images/hzbg.jpg") no-repeat center;
  padding-top: 56px;
  box-sizing: border-box;
}
.cooper .biaoti {
  width: 170px;
}
.cooper .picScroll-left {
  width: 100%;
  position: relative;
  margin-top: 57px;
}
.cooper .prev:hover {
  background-color: #76161b;
}
.cooper .prev {
  position: absolute;
  top: 41px;
  left: -97px;
}
.cooper .prev,
.cooper .next {
  display: block;
  width: 38px;
  height: 38px;
  background: #d6b9ba url(../images/j3.png) no-repeat center;
  transition: 0.3s;
  border-radius: 50%;
}
.cooper .next {
  background: #d6b9ba url(../images/j4.png) no-repeat center;
  position: absolute;
  top: 41px;
  right: -97px;
}
.cooper .bd li:hover img {
  transform: scale(1.2);
}
.cooper .bd li {
  margin-right: 22px;
  width: 304px;
  height: 130px;
  background-color: #ffffff;
  transition: 0.5s;
  overflow: hidden;
  position: relative;
}
.cooper .bd li img {
  transition: 0.5s;
  position: absolute;
  display: block;
  margin: auto;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  max-width: 100%;
}
.message {
  width: 100%;
  height: 348px;
  margin-top: 80px;
  background: url("../images/lybg.png") no-repeat center bottom;
  padding-top: 170px;
  box-sizing: border-box;
}
.message .center {
  position: relative;
}
.message .ly {
  width: 100%;
}
.message .ly #tel {
  margin-left: 70px;
  background: url(../images/l2.png) no-repeat left center;
}
.message .ly #useremail {
  float: right;
  background: url(../images/l3.png) no-repeat left center;
}
.message .ly input {
  box-sizing: border-box;
  padding: 0 10px 0 43px;
  width: 380px;
  height: 40px;
  display: block;
  transition: 0.7s;
  font-size: 14px;
  font-weight: normal;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  background: url(../images/l1.png) no-repeat left center;
}
.message .ly input::placeholder {
  font-size: 14px;
  line-height: 40px;
  letter-spacing: 0px;
  color: #fff;
}
.message .ly #codeText {
  width: 100%;
  height: 40px;
  padding: 0 110px 0 0px;
  box-sizing: border-box;
  color: #fff;
  background: transparent;
  float: left;
}
.message .ly .yzm {
  position: relative;
  width: 215px;
  height: 40px;
  font-weight: normal;
  float: left;
  margin-left: 70px;
  margin-top: 27px;
}
.message .ly #imgCode {
  position: absolute;
  display: block;
  width: 100px;
  height: 40px;
  top: 0;
  right: 0;
  color: #fff;
  background-color: #fff;
}
.message .ly #btn {
  width: 135px;
  height: 40px;
  background-color: #ffffff;
  display: block;
  text-align: center;
  font-size: 14px;
  box-sizing: border-box;
  line-height: 40px;
  letter-spacing: 0px;
  color: #333;
  outline: none;
  cursor: pointer;
  float: right;
  margin-top: 27px;
}
.message .ly #contant {
  box-sizing: border-box;
  padding: 0 10px 0 43px;
  width: 830px;
  height: 40px;
  display: block;
  transition: 0.7s;
  color: #fff;
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0px;
  background: url(../images/l4.png) no-repeat left center;
  border-bottom: 1px solid rgba(255, 255, 255, 0.4);
  float: left;
  margin-top: 27px;
}
.message .ly #contant::placeholder {
  font-size: 14px;
  line-height: 38px;
  letter-spacing: 0px;
  color: #fff;
}
