.contents {
  width: 1300px;
  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 {
  margin: 60px 0 0;
}
.pro .top {
  position: relative;
  z-index: 50;
}
.pro .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 127px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center top;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.pro .top em {
  display: block;
  font-size: 78px;
  color: #333;
  line-height: 70px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
}
.pro .top h3 {
  font-size: 38px;
  color: #333;
  line-height: 38px;
  text-align: center;
  margin: 19px 0 0;
}
.pro ol {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.pro ol li {
  width: 414px;
  height: 381px;
  background: #f8f8f8 url(../images/lb1.jpg) no-repeat center bottom;
  padding: 20px 20px 0;
  box-sizing: border-box;
  margin-bottom: 50px;
}
.pro ol li .img {
  display: block;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.pro ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro ol li .img img:hover {
  transform: scale(1.1);
}
.pro ol li .text {
  margin: 15px 0 0;
  padding: 0 120px;
  box-sizing: border-box;
  position: relative;
}
.pro ol li .text::before {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 17px;
  left: 113px;
  transition: 0.5s linear;
}
.pro ol li .text::after {
  content: "";
  display: block;
  width: 7px;
  height: 7px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 17px;
  left: 255px;
  transition: 0.5s linear;
}
.pro ol li .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  text-align: center;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro ol li:hover .text::before {
  background: #da0207;
}
.pro ol li:hover .text::after {
  background: #da0207;
}
.pro ol li:hover .text .cond {
  color: #da0207;
}
.display {
  height: 865px;
  background: url(../images/display.jpg) no-repeat center top;
  padding: 72px 0 0;
  box-sizing: border-box;
}
.display .top {
  position: relative;
  z-index: 50;
}
.display .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 127px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center top;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.display .top em {
  display: block;
  font-size: 78px;
  color: #fff;
  line-height: 70px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
}
.display .top h3 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin: 19px 0 0;
}
.display .warp {
  width: 1691px;
  height: 635px;
  background: #fff;
  margin: 32px 0 0 -81px;
  padding: 82px 0 0 78px;
  box-sizing: border-box;
}
.display .warp .displayslide {
  width: 1530px;
}
.display .warp .displayslide .bd li {
  width: 485px;
  margin: 0 38px 0 0;
}
.display .warp .displayslide .bd li .tu {
  width: 485px;
  height: 359px;
  background: #f8f8f8;
  padding: 10px;
  box-sizing: border-box;
  overflow: hidden;
}
.display .warp .displayslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.display .warp .displayslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.display .warp .displayslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.display .warp .displayslide .bd li .text {
  width: 485px;
  height: 85px;
  background: url(../images/lb4.jpg) no-repeat center bottom;
  padding: 12px 150px 0 25px;
  box-sizing: border-box;
  position: relative;
  transition: 0.5s linear;
}
.display .warp .displayslide .bd li .text::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 29px;
  left: 15px;
  transition: 0.5s linear;
}
.display .warp .displayslide .bd li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.display .warp .displayslide .bd li .text .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 40px;
  padding: 0 30px 0 0;
  position: absolute;
  top: 8px;
  right: 60px;
  background: url(../images/more1.png) no-repeat center right;
}
.display .warp .displayslide .bd li:hover .text {
  background: url(../images/lb5.jpg) no-repeat center bottom;
}
.display .warp .displayslide .bd li:hover .text::before {
  background: #da0207;
}
.display .warp .displayslide .bd li:hover .text .cond {
  color: #da0207;
  font-weight: bold;
  letter-spacing: 1px;
}
.display .warp .displayslide .box {
  display: flex;
  justify-content: space-between;
  margin: 70px 0 0;
  position: relative;
}
.display .warp .displayslide .box::before {
  content: "";
  display: block;
  width: 1264px;
  height: 1px;
  position: absolute;
  background: #b6b6b6;
  top: 21px;
  left: 149px;
}
.display .warp .displayslide .box .pageState {
  height: 40px;
  display: flex;
  position: relative;
  font-family: Arial;
  font-size: 20px;
  color: #333;
  line-height: 58px;
  font-style: italic;
}
.display .warp .displayslide .box .pageState::before {
  content: "/";
  position: absolute;
  top: 0;
  left: 54px;
  font-family: Arial;
  font-size: 20px;
  color: #333;
  line-height: 58px;
  font-style: italic;
}
.display .warp .displayslide .box .pageState span {
  display: block;
  font-family: Arial;
  font-size: 48px;
  color: #da0207;
  line-height: 40px;
  font-weight: bold;
  margin-right: 10px;
}
.display .warp .displayslide .box .next {
  height: 40px;
  width: 54px;
  background: url(../images/next-dis.png) no-repeat center;
  cursor: pointer;
}
.rea {
  height: 1073px;
  background: url(../images/rea.jpg) no-repeat center top;
  padding: 188px 0 0;
  box-sizing: border-box;
}
.rea .contents {
  position: relative;
}
.rea .top {
  position: absolute;
  top: -57px;
  left: 0;
}
.rea .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 127px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -46px;
  left: 0;
}
.rea .top em {
  display: block;
  font-size: 68px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 56px;
  color: #333;
}
.rea .top h3 {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  margin: 15px 0 0;
}
.rea .top p{
  font-size: 16px;
  line-height: 30px;
  letter-spacing: 1px;
  color: #333;
  margin: 7px 0 0;
}
.rea .reaslide {
  position: relative;
}
.rea .reaslide .bd li {
  display: flex;
  justify-content: space-between;
}
.rea .reaslide .bd li .plaet {
  width: 535px;
  margin: 150px 0 0;
  position: relative;
}
.rea .reaslide .bd li .plaet::before {
  content: "";
  display: block;
  width: 60px;
  height: 8px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: 63px;
  left: 0;
}
.rea .reaslide .bd li .plaet .art p {
  display: block;
  font-size: 20px;
  color: #da0207;
  line-height: 20px;
  font-weight: bold;
}
.rea .reaslide .bd li .plaet .art em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #666;
  line-height: 15px;
  margin: 10px 0 0;
}
.rea .reaslide .bd li .plaet .text {
  font-size: 16px;
  color: #666;
  line-height: 42px;
  margin: 45px 0 0;
}
.rea .reaslide .bd li .ys {
  margin: 0 145px 0 0;
  width: 585px;
  height: 585px;
  overflow: hidden;
  border-radius: 50%;
}
.rea .reaslide .bd li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.rea .reaslide .zxun {
  width: 90px;
  height: 90px;
  background: url(../images/zxun.png) no-repeat center;
  position: absolute;
  top: 30px;
  right: 170px;
}
.rea .reaslide .arr {
  width: 168px;
  height: 62px;
  position: absolute;
  top: 398px;
  left: 0;
  display: flex;
  justify-content: space-between;
}
.rea .reaslide .arr .prev {
  width: 62px;
  height: 62px;
  background: url(../images/prev-rea.png) no-repeat center;
  cursor: pointer;
}
.rea .reaslide .arr .next {
  width: 62px;
  height: 62px;
  background: url(../images/next-rea.png) no-repeat center;
  cursor: pointer;
}
.rea .reaslide .hd li {
  position: absolute;
}
.rea .reaslide .hd li b {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.rea .reaslide .hd li i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 15px;
  text-align: center;
  margin: 8px 0 0;
}
.rea .reaslide .hd li:nth-child(1) {
  top: -30px;
  right: -100px;
}
.rea .reaslide .hd li:nth-child(2) {
  top: 290px;
  right: -190px;
}
.rea .reaslide .hd li:nth-child(2) b {
  color: #da0207;
  text-align: left;
}
.rea .reaslide .hd li:nth-child(2) i {
  color: #da0207;
  text-align: left;
}
.rea .reaslide .hd li:nth-child(3) {
  top: 676px;
  right: 50px;
}
.rea .reaslide .hd li:nth-child(4) {
  top: 762px;
  right: 258px;
}
.rea .reaslide .tel {
  position: absolute;
  top: 520px;
  left: 0;
}
.rea .reaslide .tel::before {
  content: "";
  display: block;
  width: 332px;
  height: 1px;
  position: absolute;
  background: #000;
  top: 48px;
  left: 0;
}
.rea .reaslide .tel i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  padding: 0 0 0 35px;
  background: url(../images/tel1.png) no-repeat center left;
}
.rea .reaslide .tel b {
  display: block;
  font-size: 28px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 25px;
  color: #333;
  margin: 35px 0 0;
}
.case {
  height: 922px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 72px 0 0;
  box-sizing: border-box;
}
.case .top {
  position: relative;
  z-index: 50;
}
.case .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 127px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center top;
  top: -20px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
}
.case .top em {
  display: block;
  font-size: 78px;
  color: #fff;
  line-height: 70px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  text-align: center;
}
.case .top h3 {
  font-size: 38px;
  color: #fff;
  line-height: 38px;
  text-align: center;
  margin: 19px 0 0;
}
.case ol {
  display: flex;
  justify-content: space-between;
  margin: 110px 0 0 -230px;
}
.case ol li {
  width: 510px;
  height: 602px;
  border: solid 1px #eee;
  padding: 27px 21px 0 29px;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.case ol li::before {
  content: "";
  display: block;
  width: 510px;
  height: 668px;
  position: absolute;
  background: #f4f4f4;
  top: -66px;
  left: -1px;
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.case ol li .img {
  display: block;
  width: 100%;
  height: 350px;
  overflow: hidden;
}
.case ol li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case ol li .img img:hover {
  transform: scale(1.1);
}
.case ol li .text {
  padding: 0 0 0 14px;
  width: 100%;
  box-sizing: border-box;
  margin: 15px 0 0;
  position: relative;
}
.case ol li .text::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #000;
  top: 17px;
  left: 0;
  border-radius: 50%;
}
.case ol li .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 40px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case ol li .text p {
  font-size: 15px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 5px 0 0;
}
.case ol li .text .more {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 35px;
  background: url(../images/more1.png) no-repeat center left;
  background-position-x: 73px;
  margin: 25px 0 0;
}
.case ol li:hover::before {
  opacity: 1;
}
.case ol li:hover .text::before {
  background: #da0207;
}
.case ol li:hover .text .cond {
  letter-spacing: 1px;
  color: #da0207;
}
.capital {
  height: 922px;
  background: url(../images/cap.jpg) no-repeat center top;
  margin: 80px 0 0;
}
.capital .top {
  position: relative;
}
.capital .top::before {
  content: "";
  display: block;
  width: 642px;
  height: 127px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -46px;
  left: 0;
}
.capital .top em {
  display: block;
  font-size: 68px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 56px;
  color: #333;
}
.capital .top h3 {
  margin: 15px 0 0;
}
.capital .top h3 a {
  font-size: 28px;
  color: #333;
  line-height: 30px;
  display: block;
}
.capital .capitalslide {
  margin: 34px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .aside {
  width: 512px;
  height: 509px;
  background: #fff;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding: 47px 40px 0;
}
.capital .capitalslide .bd li .warp .aside .data {
  font-size: 34px;
  color: #666;
  line-height: 27px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  margin-bottom: 32px;
}
.capital .capitalslide .bd li .warp .aside .img {
  display: block;
  width: 100%;
  height: 245px;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .aside .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .aside .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .aside .text {
  margin: 17px 0 0;
}
.capital .capitalslide .bd li .warp .aside .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  padding: 0 0 0 19px;
  box-sizing: border-box;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .aside .text .cond::before {
  content: "";
  display: block;
  width: 4px;
  height: 13px;
  position: absolute;
  background: #333;
  top: 8px;
  left: 2px;
}
.capital .capitalslide .bd li .warp .aside .text p {
  font-size: 14px;
  color: #666;
  line-height: 24px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .warp .plaet {
  width: 746px;
  height: 509px;
  background: #fff;
  border: 1px solid #f5f5f5;
  box-sizing: border-box;
  padding: 20px 20px 0 20px;
}
.capital .capitalslide .bd li .warp .plaet .list {
  height: 120px;
  margin-bottom: 52px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .plaet .list::before {
  content: "";
  display: block;
  width: 681px;
  height: 1px;
  position: absolute;
  background: #f7f7f7;
  top: 146px;
  left: 0;
}
.capital .capitalslide .bd li .warp .plaet .list .img {
  display: block;
  width: 165px;
  height: 120px;
  overflow: hidden;
}
.capital .capitalslide .bd li .warp .plaet .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .plaet .list .art {
  width: 500px;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .plaet .list .art::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  position: absolute;
  background: #c8c8c8;
  top: 32px;
  left: 76px;
}
.capital .capitalslide .bd li .warp .plaet .list .art .data {
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .warp .plaet .list .art .data b {
  display: block;
  font-family: Arial;
  font-size: 40px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .art .data span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  text-align: center;
  margin: 20px 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .art .reg {
  width: 392px;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .warp .plaet .list .art .reg .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .plaet .list .art .reg p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .art .data b {
  color: #da0207;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .art .data span {
  color: #da0207;
}
.capital .capitalslide .bd li .warp .plaet .list:hover .art .reg .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .box {
  width: 100%;
  height: 172px;
  background: url(../images/lb2.jpg) no-repeat center top;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 33px 0 0 0;
  padding: 14px 50px 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .box .list {
  width: 350px;
  padding: 0 90px 0 16px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .box .list::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #dbdbdb;
  top: 33px;
  left: 0;
}
.capital .capitalslide .bd li .box .list .cond {
  display: block;
  font-size: 16px;
  color: #323232;
  line-height: 72px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .box .list .data {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 72px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .box .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .box .list:hover .data {
  color: #da0207;
}
.capital .capitalslide .hd {
  width: 561px;
  height: 45px;
  position: absolute;
  top: -105px;
  right: 0;
  display: flex;
  justify-content: space-between;
  z-index: 100;
}
.capital .capitalslide .hd li {
  width: 148px;
  height: 45px;
  border: 1px solid #c7c7c7;
  border-radius: 23px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 58px;
  font-size: 17px;
  color: #333;
  line-height: 45px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 25px;
}
.capital .capitalslide .hd .on {
  background: #da0207;
  border-color: #da0207;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
