.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 969px;
  background: url(../images/b1.jpg) no-repeat center top;
  padding: 58px 0 0;
  box-sizing: border-box;
}
.pro .top {
  position: relative;
}
.pro .top::before {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  left: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.pro .top::after {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  right: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.pro .top .tu img {
  display: block;
  margin: 0 auto;
}
.pro .top p {
  font-size: 14px;
  color: #6b471c;
  line-height: 15px;
  text-align: center;
  letter-spacing: 8px;
  margin: 20px 0 0;
}
.pro .proslidewarp {
  position: relative;
  margin: 80px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .proslidewarp::before {
  content: "";
  display: block;
  width: 1458px;
  height: 742px;
  position: absolute;
  top: -40px;
  left: -90px;
  background: url(../images/center.png) no-repeat center;
  pointer-events: none;
}
.pro .proslidewarp .hd {
  width: 260px;
  height: 605px;
  background: url(../images/aside.png) center top;
  padding: 10px 0 0;
  box-sizing: border-box;
}
.pro .proslidewarp .hd li {
  position: relative;
  width: 200px;
  height: 63px;
  background: url(../images/line1.png) no-repeat center bottom;
  margin: 0 auto;
  z-index: 50;
}
.pro .proslidewarp .hd li::before {
  content: "";
  display: block;
  width: 205px;
  height: 48px;
  position: absolute;
  top: 7px;
  left: 0;
  background: url(../images/title1.png) no-repeat center;
  opacity: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslidewarp .hd li a {
  display: block;
  font-size: 17px;
  color: #525252;
  line-height: 62px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslidewarp .hd li:nth-child(3):before {
  opacity: 1;
}
.pro .proslidewarp .hd li:nth-child(3) a {
  font-weight: bold;
}
.pro .proslidewarp .hd li:hover::before {
  opacity: 1;
}
.pro .proslidewarp .hd li:hover a {
  font-weight: bold;
}
.pro .proslidewarp .bd {
  width: 985px;
}
.pro .proslidewarp .bd li {
  width: 985px;
  display: flex;
  flex-wrap: wrap;
}
.pro .proslidewarp .bd li .list {
  width: 311px;
  margin-right: 26px;
  margin-bottom: 30px;
}
.pro .proslidewarp .bd li .list .tu {
  width: 100%;
  height: 245px;
  border: 1px solid #9e9384;
  padding: 8px;
  box-sizing: border-box;
}
.pro .proslidewarp .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslidewarp .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslidewarp .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslidewarp .bd li .list .text {
  position: relative;
  margin: 15px 0 0;
}
.pro .proslidewarp .bd li .list .text .cond {
  display: flex;
  font-size: 16px;
  color: #494540;
  line-height: 30px;
  max-width: 185px;
}
.pro .proslidewarp .bd li .list .text .cond i {
  display: block;
  font-size: 16px;
  color: #494540;
  line-height: 30px;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslidewarp .bd li .list .text .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 80px;
  height: 30px;
  background: url(../images/more1.png) no-repeat center;
}
.pro .proslidewarp .bd li .list:hover .text .cond i {
  letter-spacing: 1px;
  color: #494540;
}
.pro .proslidewarp .bd li .list:nth-child(3n) {
  margin: 0;
}
.reason {
  position: relative;
  height: 1983px;
  background: url(../images/b2.jpg) no-repeat center top;
  padding: 158px 0 0;
  box-sizing: border-box;
}
.reason .before {
  width: 1920px;
  height: 650px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/reatop.png) no-repeat center top;
  pointer-events: none;
}
.reason .top {
  position: relative;
}
.reason .top::before {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  left: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.reason .top::after {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  right: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.reason .top .tu img {
  display: block;
  margin: 0 auto;
}
.reason .top i {
  display: block;
  font-size: 14px;
  color: #6b471c;
  line-height: 15px;
  text-align: center;
  letter-spacing: 8px;
  margin: 20px 0 0;
}
.reason .reasonslide {
  position: relative;
  margin: 50px 0 0;
  z-index: 50;
}
.reason .reasonslide::before {
  content: "";
  display: block;
  width: 1487px;
  height: 761px;
  position: absolute;
  top: 285px;
  left: -118px;
  z-index: 50;
  background: url(../images/yb3.png) no-repeat center;
}
.reason .reasonslide::after {
  content: "";
  display: block;
  width: 1655px;
  height: 851px;
  position: absolute;
  top: 273px;
  left: -271px;
  background: url(../images/shadow.png) no-repeat center;
  z-index: -1;
  pointer-events: none;
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
  padding: 0 85px 40px 55px;
  box-sizing: border-box;
}
.reason .reasonslide .hd li {
  position: relative;
  width: 246px;
  height: 249px;
  background: url(../images/yb1.png) no-repeat center top;
  padding: 25px 0 0;
  box-sizing: border-box;
  z-index: 50;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 264px;
  height: 270px;
  position: absolute;
  top: 0;
  left: 0;
  background: url(../images/yb2.png) no-repeat center top;
  opacity: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li::after {
  content: "";
  display: block;
  width: 104px;
  height: 104px;
  position: absolute;
  top: 72px;
  left: 72px;
}
.reason .reasonslide .hd li span {
  display: block;
}
.reason .reasonslide .hd li span img {
  display: block;
  margin: 0 auto;
}
.reason .reasonslide .hd li i {
  display: block;
  font-size: 20px;
  color: #573812;
  line-height: 20px;
  font-weight: 1000;
  text-align: center;
  margin: 173px 0 0;
  text-shadow: 0 1px #fff0d8, 1px 0 #fff0d8, -1px 0 #fff0d8, 0 -1px #fff0d8;
}
.reason .reasonslide .hd li:nth-child(1)::after {
  background: url(../images/y1.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(2)::after {
  background: url(../images/y2.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(3)::after {
  background: url(../images/y3.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(4)::after {
  background: url(../images/y4.png) no-repeat center;
}
.reason .reasonslide .hd .on::before {
  opacity: 1;
}
.reason .reasonslide .bd li {
  margin: 0 0 0 -83px;
}
.reason .reasonslide .bd li .ys {
  display: block;
  width: 1452px;
  height: 729px;
  overflow: hidden;
}
.reason .reasonslide .bd li .ys img {
  display: block;
}
.reason .reasonslide .bd li .aside {
  position: absolute;
  top: 144px;
  right: 50px;
  width: 365px;
  height: 483px;
  background: url(../images/item.png) no-repeat center;
  padding: 51px 0 0 34px;
  box-sizing: border-box;
}
.reason .reasonslide .bd li .aside i {
  position: relative;
  left: -18px;
  display: block;
  font-family: Arial;
  font-size: 10px;
  color: #d3b092;
  line-height: 7px;
  text-transform: uppercase;
  letter-spacing: 6px;
  transform: scale(0.9);
  width: 400px;
}
.reason .reasonslide .bd li .aside em {
  display: block;
  font-family: 'Times New Roman', Times, serif;
  font-size: 19px;
  color: #7b5628;
  line-height: 25px;
  margin: 20px 0 0;
  text-transform: uppercase;
}
.reason .reasonslide .bd li .aside h4 {
  font-size: 32px;
  color: #64431b;
  line-height: 35px;
  margin: 10px 0 0;
}
.reason .reasonslide .bd li .aside p {
  width: 305px;
  margin: 50px 0 0;
  font-size: 16px;
  color: #9f846c;
  line-height: 32px;
}
.reason .reasonslide .bd li .aside .tel {
  position: absolute;
  top: 390px;
  left: 35px;
  width: 228px;
  height: 41px;
  background: url(../images/tel1.png) no-repeat center;
  font-family: Arial;
  font-size: 20px;
  color: #704818;
  line-height: 41px;
  font-weight: bold;
  text-align: center;
}
.reason .reasonslide .next {
  position: absolute;
  top: 817px;
  left: 1150px;
  z-index: 100;
  width: 52px;
  height: 51px;
  background: url(../images/next-rea.png) no-repeat center;
  cursor: pointer;
}
.reason .warpbox {
  margin: 28px 0 0;
  display: flex;
  justify-content: space-between;
}
.reason .warpbox .dec {
  margin-left: -190px;
}
.reason .warpbox .dec img {
  display: block;
}
.reason .warpbox .plaet {
  width: 702px;
  margin-right: 75px;
  margin-top: 98px;
}
.reason .warpbox .plaet .aside {
  margin-left: 49px;
}
.reason .warpbox .plaet .aside .art {
  display: flex;
}
.reason .warpbox .plaet .aside .art .tu img {
  display: block;
}
.reason .warpbox .plaet .aside .art .reg {
  width: 400px;
  margin-left: 14px;
}
.reason .warpbox .plaet .aside .art .reg i {
  display: block;
  font-size: 16px;
  color: #6b471c;
  line-height: 15px;
  letter-spacing: 9px;
}
.reason .warpbox .plaet .aside .art .reg span {
  display: block;
  font-size: 29px;
  color: #573812;
  line-height: 20px;
  font-family: 'Times New Roman', Times, serif;
  font-style: italic;
  font-weight: bold;
  margin: 17px 0 0;
}
.reason .warpbox .plaet .aside .item {
  display: flex;
  width: 563px;
  height: 60px;
  border-top: 1px solid rgba(87, 56, 18, 0.4);
  border-bottom: 1px solid rgba(87, 56, 18, 0.4);
  box-sizing: border-box;
  margin: 33px 0 0;
}
.reason .warpbox .plaet .aside .item li {
  position: relative;
  font-size: 30px;
  color: #573812;
  line-height: 58px;
  margin-right: 50px;
}
.reason .warpbox .plaet .aside .item li::before {
  content: ".";
  display: block;
  position: absolute;
  top: 0;
  left: 204px;
  font-size: 28px;
  color: #573812;
  line-height: 48px;
}
.reason .warpbox .plaet .aside .item li:nth-child(2)::before {
  left: 175px;
}
.reason .warpbox .plaet .aside .item li:last-child {
  margin-right: 0;
}
.reason .warpbox .plaet .aside .item li:last-child::before {
  display: none;
}
.reason .warpbox .plaet .aside p {
  font-size: 12px;
  color: #573812;
  line-height: 14px;
  opacity: 0.6;
  margin: 20px 0 0;
}
.reason .warpbox .plaet .FOM {
  position: relative;
  width: 702px;
  height: 155px;
  background: rgba(47, 38, 30, 0.1);
  padding: 16px 13px 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 50px 0 0;
  box-sizing: border-box;
}
.reason .warpbox .plaet .FOM .n {
  width: 50%;
  height: 57px;
  position: relative;
  padding: 0 0 0 42px;
  box-sizing: border-box;
}
.reason .warpbox .plaet .FOM .n img {
  width: 66px;
  height: 26px;
  position: absolute;
  top: 16px;
  right: 48px;
}
.reason .warpbox .plaet .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #999;
}
.reason .warpbox .plaet .FOM .n input::placeholder {
  color: #999;
}
.reason .warpbox .plaet .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  font-size: 14px;
  background: none;
  color: #999;
}
.reason .warpbox .plaet .FOM .n textarea::placeholder {
  color: #999;
}
.reason .warpbox .plaet .FOM .n:nth-child(1) {
  background: rgba(55, 39, 30, 0.1) url(../images/f1.png) no-repeat center left;
  background-position-x: 11px;
  margin-bottom: 11px;
}
.reason .warpbox .plaet .FOM .n:nth-child(2) {
  background: rgba(55, 39, 30, 0.1) url(../images/f2.png) no-repeat center left;
  background-position-x: 11px;
  margin-bottom: 11px;
}
.reason .warpbox .plaet .FOM .n:nth-child(3) {
  background: rgba(55, 39, 30, 0.1) url(../images/f3.png) no-repeat center left;
  background-position-x: 11px;
}
.reason .warpbox .plaet .FOM .n:nth-child(4) {
  background: rgba(55, 39, 30, 0.1) url(../images/f3.png) no-repeat center left;
  background-position-x: 11px;
}
.reason .warpbox .plaet .FOM #btn {
  position: absolute;
  bottom: 16px;
  right: 23px;
  width: 36px;
  height: 36px;
  background: url(../images/btn.png) no-repeat center;
  cursor: pointer;
  font-size: 0;
  text-indent: -999999px;
}
.case {
  height: 866px;
  background: url(../images/b3.jpg) no-repeat center top;
  padding: 73px 0 0;
  box-sizing: border-box;
}
.case .top {
  position: relative;
  width: 1280px;
  margin: 0 auto;
}
.case .top::before {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  left: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.case .top::after {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  right: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.case .top .tu img {
  display: block;
  margin: 0 auto;
}
.case .top p {
  font-size: 14px;
  color: #6b471c;
  line-height: 15px;
  text-align: center;
  letter-spacing: 8px;
  margin: 20px 0 0;
}
.case #carousel {
  position: relative;
  width: 100%;
  padding: 0 10%;
  box-sizing: border-box;
  overflow: hidden;
  margin: 15px 0 0;
}
.case #carousel .swiper-slide {
  width: 503px;
  height: 425px;
  padding: 30px 0;
}
.case #carousel .swiper-slide .art {
  width: 100%;
  box-sizing: border-box;
}
.case #carousel .swiper-slide .art .tu {
  padding: 15px;
  background: rgba(255, 255, 255, 0.3);
}
.case #carousel .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 331px;
  overflow: hidden;
}
.case #carousel .swiper-slide .art .tu .img img {
  display: block;
  width: 100%;
  height: 100%;
}
.case #carousel .swiper-slide .art .text {
  position: relative;
  width: 100%;
  height: 64px;
  padding: 13px 0 0 250px;
  box-sizing: border-box;
}
.case #carousel .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 30px;
  left: 232px;
  background: #5e5c5b;
  border-radius: 50%;
}
.case #carousel .swiper-slide .art .text .cond {
  display: block;
  font-size: 18px;
  color: #45413b;
  line-height: 45px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case #carousel .swiper-slide .art .text .more {
  position: absolute;
  top: 0;
  right: 26px;
  display: block;
  font-size: 12px;
  color: #4d4842;
  line-height: 45px;
  display: none;
}
.case #carousel .swiper-slide-active .art {
  background: #fff;
  box-shadow: 4px 1px 21px 0px rgba(0, 0, 0, 0.26);
}
.case #carousel .swiper-slide-active .art .text {
  padding: 0 85px 0 33px;
}
.case #carousel .swiper-slide-active .art .text::before {
  top: 20px;
  left: 16px;
}
.case #carousel .swiper-slide-active .art .text .more {
  display: block;
}
.case #carousel .arr {
  width: 228px;
  height: 41px;
  background: url(../images/case-arr.png) no-repeat center;
  display: flex;
  justify-content: space-between;
  margin: 30px auto 0;
}
.case #carousel .arr .case-prev {
  width: 50%;
  height: 41px;
  cursor: pointer;
  font-size: 16px;
  color: #704818;
  line-height: 41px;
  padding: 0 0 0 53px;
  box-sizing: border-box;
}
.case #carousel .arr .case-next {
  width: 50%;
  height: 41px;
  cursor: pointer;
  font-size: 16px;
  color: #704818;
  line-height: 41px;
  padding: 0 0 0 22px;
  box-sizing: border-box;
}
.abo {
  position: relative;
  height: 1410px;
  background: url(../images/b4.jpg) no-repeat center top;
  overflow: hidden;
  margin-top: -26px;
}
.abo::before {
  content: "";
  display: block;
  width: 1920px;
  height: 1378px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  z-index: 50;
  pointer-events: none;
  background: url(../images/cover.png) no-repeat center top;
}
.abo .contents {
  position: relative;
}
.abo .top {
  position: absolute;
  top: 80px;
  left: 0;
  width: 1280px;
}
.abo .top::before {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  left: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.abo .top::after {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: 72px;
  right: 0;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.abo .top .tu img {
  display: block;
  margin: 0 auto;
}
.abo .top p {
  font-size: 14px;
  color: #6b471c;
  line-height: 15px;
  text-align: center;
  letter-spacing: 8px;
  margin: 20px 0 0;
}
.abo .about {
  width: 1920px;
  height: 871px;
  margin-left: -320px;
}
.abo .about img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain;
  transition: 2s linear;
}
.abo .about:hover img {
  transform: scale(1.1);
}
.abo .warp {
  position: absolute;
  top: 287px;
  right: 9px;
  width: 678px;
  height: 472px;
  background: url(../images/itemabo.png) no-repeat center top;
  padding: 52px 0 0 51px;
  box-sizing: border-box;
}
.abo .warp em {
  display: block;
  font-family: Arial;
  font-size: 10px;
  color: #d3b092;
  line-height: 7px;
  letter-spacing: 24px;
}
.abo .warp .art {
  margin: 33px 0 0;
}
.abo .warp .art i {
  display: block;
  font-size: 28px;
  color: #64431b;
  line-height: 28px;
}
.abo .warp .art span {
  display: block;
  font-size: 12px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 10px;
  color: #d4c8b9;
  margin: 17px 0 0;
}
.abo .warp .text {
  margin: 40px 0 0;
  width: 566px;
  font-size: 16px;
  color: #8f7c67;
  line-height: 32px;
}
.abo .warp .more {
  display: block;
  width: 115px;
  height: 36px;
  background: #fff;
  font-size: 14px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 36px;
  text-align: center;
  margin: 25px 0 0 -8px;
}
.abo .listimg {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 1120px;
  z-index: 50;
  margin: 160px 0 0 73px;
}
.abo .listimg li {
  width: 254px;
  height: 204px;
  border: 1px solid #9f8d79;
  box-sizing: border-box;
  padding: 7px 7px 0;
}
.abo .listimg li .img {
  display: block;
  width: 100%;
  height: 161px;
  overflow: hidden;
}
.abo .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .listimg li .img img:hover {
  transform: scale(1.1);
}
.abo .listimg li .cond {
  display: block;
  font-size: 16px;
  color: #6b5a47;
  text-align: center;
  line-height: 36px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .listimg li:hover .cond {
  color: #704818;
  letter-spacing: 1px;
}
.abo .moreers {
  display: block;
  width: 79px;
  height: 81px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 945px;
  left: 600px;
  z-index: 100;
}
.capital {
  height: 849px;
  background: url(../images/b5.jpg) no-repeat center top;
}
.capital .top .tu img {
  display: block;
}
.capital .top i {
  display: block;
  font-size: 14px;
  color: #6b471c;
  line-height: 15px;
  letter-spacing: 8px;
  margin: 20px 0 0;
}
.capital .capitalslide {
  position: relative;
  margin: 94px 0 0;
}
.capital .capitalslide::before {
  content: "";
  display: block;
  width: 1458px;
  height: 681px;
  position: absolute;
  top: -53px;
  left: -94px;
  background: url(../images/center2.png) no-repeat center top;
}
.capital .capitalslide::after {
  content: "";
  display: block;
  width: 351px;
  height: 1px;
  position: absolute;
  top: -131px;
  left: 365px;
  border-top: 1px dashed rgba(120, 89, 55, 0.5);
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .aside {
  width: 370px;
  height: 534px;
  background: #fff;
  border-radius: 20px;
  padding: 30px 23px 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .aside .img {
  display: block;
  width: 100%;
  height: 330px;
  overflow: hidden;
}
.capital .capitalslide .bd li .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .aside .text {
  position: relative;
  margin: 25px 0 0;
}
.capital .capitalslide .bd li .aside .text::before {
  content: "";
  display: block;
  width: 112px;
  height: 2px;
  position: absolute;
  top: 38px;
  left: 0;
  background: #704818;
}
.capital .capitalslide .bd li .aside .text .data {
  display: flex;
  margin: 21px 0 0;
}
.capital .capitalslide .bd li .aside .text .data b {
  display: block;
  font-size: 24px;
  color: #5a514c;
  line-height: 35px;
}
.capital .capitalslide .bd li .aside .text .data i {
  display: block;
  font-size: 12px;
  color: #5a514c;
  line-height: 35px;
  margin-left: 10px;
}
.capital .capitalslide .bd li .aside .text .cond {
  display: block;
  font-size: 16px;
  color: #5a5a5a;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 20px 0 0;
}
.capital .capitalslide .bd li .samllsilde {
  width: 886px;
  height: 531px;
  background: #fff;
  border-radius: 20px;
  padding: 38px 22px 0;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .samllsilde .box {
  width: 534px;
  height: 455px;
  border-radius: 20px;
  overflow: hidden;
}
.capital .capitalslide .bd li .samllsilde .box .list {
  width: 534px;
  height: 455px;
  overflow: hidden;
}
.capital .capitalslide .bd li .samllsilde .box .list .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .capitalslide .bd li .samllsilde .box .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .samllsilde .box .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .samllsilde .samll {
  width: 272px;
}
.capital .capitalslide .bd li .samllsilde .samll .list {
  position: relative;
  height: 97px;
  border-bottom: 1px solid #ececec;
  box-sizing: border-box;
  margin-bottom: 25px;
  padding: 15px 0 0;
}
.capital .capitalslide .bd li .samllsilde .samll .list::before {
  content: "";
  display: block;
  width: 25px;
  height: 5px;
  position: absolute;
  top: 0;
  left: 0;
  border-radius: 3px;
  background: #c0914e;
}
.capital .capitalslide .bd li .samllsilde .samll .list .cond {
  display: block;
  font-size: 16px;
  color: #656565;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .samllsilde .samll .list .data {
  font-size: 12px;
  color: #afafaf;
  line-height: 30px;
}
.capital .capitalslide .bd li .samllsilde .samll .on .cond {
  font-weight: bold;
  color: #3a3a3a;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -156px;
  right: 0;
  width: 526px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  position: relative;
  z-index: 50;
  width: 158px;
  height: 44px;
  background: url(../images/nt1.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 174px;
  height: 60px;
  position: absolute;
  top: -1px;
  left: -3px;
  background: url(../images/nt2.png) no-repeat top left;
  z-index: -1;
}
.capital .capitalslide .hd li a {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #573306;
  line-height: 44px;
  text-align: center;
}
.capital .capitalslide .hd .on a {
  font-weight: bold;
}
.link {
  height: 134px;
  background: url(../images/b6.jpg) no-repeat center top;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: relative;
}
.link .contents .before {
  width: 470px;
  height: 309px;
  position: absolute;
  top: -55px;
  right: -322px;
  background: url(../images/dec2.png) no-repeat center top;
}
.link p {
  width: 181px;
  height: 88px;
  background: url(../images/link.png) no-repeat center left;
}
.link .lj {
  display: flex;
  flex: 0 0 83%;
}
.link .lj a {
  display: block;
  font-size: 15px;
  color: #564939;
  line-height: 30px;
  transition: 0.2s ease-out;
}
.link .lj a i {
  margin: 0 15px;
}
.link .lj a:hover {
  text-decoration: underline;
  transform: translateY(-5px);
}
.swiper-3d .swiper-slide-shadow-left {
  background-image: none !important;
}
.swiper-3d .swiper-slide-shadow-right {
  background-image: none !important;
}
