.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,
.sjcscale {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 1152px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 112px 0 0;
  box-sizing: border-box;
}
.pro .proslide {
  position: relative;
}
.pro .proslide::before {
  content: "";
  display: block;
  width: 900px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 404px;
  left: 379px;
}
.pro .proslide .hd {
  width: 329px;
  height: 721px;
  background: url(../images/lb2.jpg) no-repeat center top;
  position: absolute;
  top: -192px;
  left: 0;
  z-index: 500;
  padding: 90px 0 0 33px;
  box-sizing: border-box;
}
.pro .proslide .hd .top {
  position: relative;
  margin-bottom: 80px;
}
.pro .proslide .hd .top::before {
  content: "";
  display: block;
  width: 97px;
  height: 2px;
  position: absolute;
  background: #515151;
  top: 185px;
  left: 0;
}
.pro .proslide .hd .top em {
  display: block;
}
.pro .proslide .hd .top em i {
  display: block;
  font-size: 44px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 38px;
  margin-bottom: 17px;
  font-weight: bold;
}
.pro .proslide .hd .top h3 {
  font-size: 34px;
  color: #313131;
  line-height: 34px;
  font-weight: bold;
}
.pro .proslide .hd li {
  position: relative;
  width: 268px;
  transition: 0.5s linear;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 17px;
  height: 14px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  top: 30px;
  left: 35px;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond {
  display: block;
  width: 287px;
  height: 70px;
  padding: 0 0 0 96px;
  font-size: 24px;
  color: #313131;
  line-height: 70px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd li .er {
  width: 260px;
  background: #ffd460;
  display: none;
  margin: 10px 0 0;
}
.pro .proslide .hd li .er a {
  display: block;
  font-size: 18px;
  color: #424242;
  line-height: 64px;
  text-align: center;
  width: 220px;
  margin: 0 auto;
  border-bottom: 1px solid rgba(255, 255, 255, 0.3);
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .hd li .er a:last-child {
  border: none;
}
.pro .proslide .hd .on::before {
  background: url(../images/title2.png) no-repeat center;
}
.pro .proslide .hd .on .cond {
  color: #fff;
  background: url(../images/lb1.png) no-repeat center left;
}
.pro .proslide .hd .on .er {
  display: block;
}
.pro .proslide .bd li .art {
  margin: 0 0 0 378px;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .bd li .art .tu {
  width: 363px;
  height: 372px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.pro .proslide .bd li .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .art .text {
  width: 495px;
  margin: 30px 0 0;
  position: relative;
}
.pro .proslide .bd li .art .text::before {
  content: "";
  display: block;
  width: 28px;
  height: 2px;
  position: absolute;
  background: #fabe1f;
  top: 125px;
  right: 0;
}
.pro .proslide .bd li .art .text em {
  display: block;
}
.pro .proslide .bd li .art .text em i {
  font-size: 25px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 32px;
  text-align: right;
  display: block;
}
.pro .proslide .bd li .art .text .cond {
  display: flex;
  font-size: 24px;
  color: #3d3d3d;
  line-height: 30px;
  justify-content: flex-end;
  margin: 10px 0 0;
}
.pro .proslide .bd li .art .text .cond i {
  display: block;
  font-weight: bold;
  position: relative;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .text .cond i::before {
  content: "";
  display: block;
  width: 7px;
  height: 30px;
  position: absolute;
  background: url(../images/line1.png) no-repeat center;
  top: 0;
  left: 111px;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .text .cond span {
  display: block;
  font-weight: bold;
  margin-left: 35px;
  max-width: 350px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .text p {
  font-size: 15px;
  color: #6c6c6c;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 96px;
  margin: 40px 0 0;
}
.pro .proslide .bd li .art .text .more {
  display: block;
  width: 102px;
  height: 31px;
  border: 1px solid #a9a9a9;
  box-sizing: border-box;
  font-size: 12px;
  color: #828282;
  line-height: 31px;
  text-align: center;
  margin: 45px 0 0 395px;
  transition: 0.2s ease-out;
}
.pro .proslide .bd li .art:hover .text .cond {
  color: #2942a1;
  letter-spacing: 1px;
}
.pro .proslide .bd li .art:hover .text .more {
  transform: translateY(-5px);
}
.pro .proslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin: 207px 0 0;
}
.pro .proslide .bd li .reg .list {
  width: 302px;
  height: 370px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 7px;
}
.pro .proslide .bd li .reg .list .img {
  display: block;
  width: 100%;
  height: 296px;
  overflow: hidden;
}
.pro .proslide .bd li .reg .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .reg .list .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .reg .list .text {
  padding: 0 110px 0 11px;
  box-sizing: border-box;
  position: relative;
}
.pro .proslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 16px;
  color: #4c4c4c;
  line-height: 67px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .reg .list .text .more {
  width: 110px;
  display: block;
  font-size: 12px;
  color: #7f7f7f;
  line-height: 67px;
  padding: 0 0 0 47px;
  box-sizing: border-box;
  position: absolute;
  top: 0;
  right: 0;
  background: url(../images/more2.png) no-repeat center;
}
.pro .proslide .bd li .reg .list:hover .text .cond {
  color: #2942a1;
  letter-spacing: 1px;
}
.pro .proslide .arr {
  width: 226px;
  height: 34px;
  background: url(../images/arr-pro.png) no-repeat center;
  position: absolute;
  top: 456px;
  right: 0;
  z-index: 500;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .arr .prev {
  width: 90px;
  height: 34px;
  cursor: pointer;
  line-height: 41px;
  font-family: Arial;
  font-size: 12px;
  padding: 0 0 0 48px;
}
.pro .proslide .arr .next {
  width: 90px;
  height: 34px;
  cursor: pointer;
  line-height: 41px;
  font-family: Arial;
  font-size: 12px;
  padding: 0 48px 0 0;
  text-align: right;
}
.pro .proslide .dingyu {
  width: 415px;
  padding: 0 0 0 17px;
  position: absolute;
  top: 448px;
  left: 382px;
}
.pro .proslide .dingyu::before {
  content: "";
  display: block;
  width: 3px;
  height: 36px;
  position: absolute;
  background: #ffc11b;
  top: 0;
  left: 0;
}
.pro .proslide .dingyu p {
  font-size: 16px;
  color: #747474;
  line-height: 20px;
}
.pro .proslide .dingyu em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #a2a2a2;
  opacity: 0.5;
  margin: 10px 0 0;
}
.reason {
  height: 1059px;
  background: url(../images/reason.jpg) no-repeat center top;
  padding: 80px 0 0;
  box-sizing: border-box;
}
.reason .top h3 {
  font-size: 34px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
  text-align: center;
}
.reason .top p {
  height: 52px;
  display: block;
  margin: 22px 0 0;
  position: relative;
  text-align: center;
  z-index: 50;
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
}
.reason .top p::before {
  content: "";
  display: block;
  width: 279px;
  height: 21px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 31px;
  left: 380px;
  z-index: -1;
}
.reason .top p i {
  font-size: 78px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
}
.reason .reasonslide {
  margin: 215px 0 0;
  position: relative;
  padding: 64px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide .hd li {
  position: absolute;
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 17px;
  height: 20px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: 87px;
  left: 0;
}
.reason .reasonslide .hd li::after {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #2942a1;
  top: 97px;
  left: 40px;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li p {
  display: flex;
}
.reason .reasonslide .hd li p i {
  display: block;
  font-size: 22px;
  color: #454545;
  line-height: 20px;
}
.reason .reasonslide .hd li p span {
  font-size: 22px;
  color: #414141;
  line-height: 20px;
  display: block;
  margin: 0 0 0 16px;
}
.reason .reasonslide .hd li em {
  display: block;
  font-size: 15px;
  color: #868686;
  line-height: 16px;
  margin: 15px 0 0;
}
.reason .reasonslide .hd li .tu {
  width: 60px;
  height: 60px;
  background: #ffc11d;
  border-radius: 50%;
  display: flex;
  justify-content: center;
  align-items: center;
  position: absolute;
  z-index: 50;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .tu::before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  background: #254ba0;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%);
  z-index: -1;
  opacity: 0;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .tu img {
  display: block;
  position: absolute;
  transform: translate(2px) translateY(1px);
}
.reason .reasonslide .hd .on::after {
  width: 225px;
}
.reason .reasonslide .hd .on p span {
  font-weight: bold;
}
.reason .reasonslide .hd .on .tu {
  background: #2942a1;
}
.reason .reasonslide .hd .on .tu::before {
  opacity: 0.2;
  border-radius: 50%;
}
.reason .reasonslide .hd li:nth-child(1) {
  position: absolute;
  top: 0;
  left: 0;
}
.reason .reasonslide .hd li:nth-child(1) .tu {
  top: 70px;
  right: -140px;
}
.reason .reasonslide .hd li:nth-child(2) {
  position: absolute;
  top: 190px;
  left: 0;
}
.reason .reasonslide .hd li:nth-child(2) .tu {
  top: 70px;
  right: -75px;
}
.reason .reasonslide .hd li:nth-child(3) {
  position: absolute;
  top: 78px;
  right: -20px;
}
.reason .reasonslide .hd li:nth-child(3)::before {
  left: auto;
  right: 0;
}
.reason .reasonslide .hd li:nth-child(3) .tu {
  top: 70px;
  left: -75px;
}
.reason .reasonslide .hd li:nth-child(4) {
  position: absolute;
  top: 278px;
  right: -20px;
}
.reason .reasonslide .hd li:nth-child(4)::before {
  left: auto;
  right: 0;
}
.reason .reasonslide .hd li:nth-child(4)::after {
  left: auto;
  right: 40px;
}
.reason .reasonslide .hd li:nth-child(4) .tu {
  top: 70px;
  left: -75px;
}
.reason .reasonslide .tempWrap {
  width: 435px;
  margin: 0 0 0 416px;
}
.reason .reasonslide .bd {
  width: 435px;
}
.reason .reasonslide .bd li {
  font-size: 16px;
  line-height: 30px;
  text-align: center;
}
.reason .reasonslide .ys {
  width: 788px;
  height: 380px;
  position: absolute;
  top: 137%;
  left: 22%;
}
.reason .reasonslide .tel {
  width: 192px;
  height: 38px;
  background: #2942a1;
  border-radius: 19px;
  text-align: center;
  font-size: 18px;
  color: #fff;
  line-height: 38px;
  font-weight: bold;
  position: absolute;
  top: 215px;
  left: 546px;
}
.case {
  overflow: hidden;
  background: url(../images/case.jpg) no-repeat center bottom;
}
.case .box {
  margin: 33px 0 0;
  display: flex;
  justify-content: space-between;
}
.case .box .top h3 {
  font-size: 34px;
  color: #444;
  line-height: 33px;
  font-weight: bold;
}
.case .box .top p {
  height: 52px;
  display: block;
  margin: 22px 0 0;
  position: relative;
  z-index: 50;
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 60px;
  font-weight: bold;
}
.case .box .top p::before {
  content: "";
  display: block;
  width: 279px;
  height: 21px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 31px;
  left: -103px;
  z-index: -1;
}
.case .box .top p i {
  font-size: 78px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 52px;
  font-weight: bold;
}
.case .box .more {
  display: block;
  width: 476px;
  height: 58px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 101px;
  font-size: 18px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 58px;
  font-weight: bold;
  margin: 0 -320px 0 0;
  box-sizing: border-box;
}
.case .listimg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 84px 0 0;
}
.case .listimg li {
  width: 404px;
  height: 339px;
  border: 1px solid #e7e7e7;
  padding: 7px 7px 0;
  box-sizing: border-box;
  margin: 0 0 20px 0;
}
.case .listimg li .img {
  display: block;
  width: 100%;
  height: 275px;
  overflow: hidden;
}
.case .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .listimg li .img img:hover {
  transform: scale(1.1);
}
.case .listimg li .text {
  padding: 0 115px 0 9px;
  width: 100%;
  box-sizing: border-box;
  position: relative;
}
.case .listimg li .text .cond {
  display: block;
  height: 57px;
  font-size: 16px;
  color: #404040;
  line-height: 57px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .listimg li .text .more {
  display: block;
  width: 111px;
  height: 28px;
  border: 1px solid #e5e5e5;
  border-radius: 14px;
  font-size: 12px;
  color: #909090;
  line-height: 26px;
  text-align: center;
  position: absolute;
  top: 16px;
  right: 0;
  transition: 0.5s linear;
}
.case .listimg li:hover .text .cond {
  letter-spacing: 1px;
}
.case .listimg li:hover .text .more {
  background: #2942a1;
  border-color: #2942a1;
  color: #fff;
}
.case .listimg li:nth-child(4) {
  margin: 0;
}
.case .listimg li:nth-child(5) {
  margin: 0;
}
.case .listimg li:nth-child(6) {
  margin: 0;
}
.abo {
  height: 1180px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 124px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.abo .main {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.abo .main .aside {
  width: 705px;
  margin: 89px 0 0;
}
.abo .main .aside .top h3 {
  display: flex;
}
.abo .main .aside .top h3 i {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
}
.abo .main .aside .top h3 b {
  font-size: 34px;
  color: #fff;
  line-height: 33px;
}
.abo .main .aside .top p {
  height: 52px;
  display: block;
  margin: 22px 0 0;
  position: relative;
  z-index: 50;
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 60px;
  font-weight: bold;
  color: #fff;
}
.abo .main .aside .top p::before {
  content: "";
  display: block;
  width: 279px;
  height: 21px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 31px;
  left: -103px;
  z-index: -1;
}
.abo .main .aside .top p i {
  font-size: 78px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 52px;
  font-weight: bold;
  color: #fff;
}
.abo .main .aside .text {
  font-size: 15px;
  color: #cfd3e6;
  line-height: 34px;
  margin: 90px 0 0;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 170px;
}
.abo .main .aside .more {
  display: block;
  width: 166px;
  height: 39px;
  background: #2942a1;
  font-size: 15px;
  color: #cfd3e6;
  line-height: 39px;
  text-align: center;
  margin: 30px 0 0;
  transition: 0.2s ease-out;
}
.abo .main .aside .more:hover {
  transform: translateY(-5px);
}
.abo .main .about {
  width: 983px;
  height: 511px;
  overflow: hidden;
  position: absolute;
  top: 0;
  right: -320px;
}
.abo .aboslide {
  margin: 75px 0 0;
}
.abo .aboslide .boxwarp {
  display: flex;
  justify-content: flex-end;
}
.abo .aboslide .hd {
  width: 369px;
  margin: 0 0 55px 0;
  display: flex;
  justify-content: space-between;
}
.abo .aboslide .hd li {
  width: 175px;
  height: 43px;
  background: #2942a1;
  transition: 0.5s linear;
}
.abo .aboslide .hd li a {
  display: block;
  font-size: 16px;
  color: #fff;
  line-height: 43px;
  text-align: center;
  transition: 0.5s linear;
}
.abo .aboslide .hd .on {
  background: #fabe1f;
  box-shadow: 3px 3px 8px 0px rgba(33, 33, 33, 0.3);
}
.abo .aboslide .hd .on a {
  color: #333;
  font-weight: bold;
}
.abo .aboslide .bd li {
  display: flex;
}
.abo .aboslide .bd li .list {
  width: 300px;
  height: 251px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 8px 8px 0;
  margin: 0 27px 0 0;
}
.abo .aboslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 198px;
  overflow: hidden;
}
.abo .aboslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .aboslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.abo .aboslide .bd li .list .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 44px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .list:hover .cond {
  color: #2942a1;
  letter-spacing: 1px;
}
.abo .aboslide .bd li .list:last-child {
  margin: 0;
}
.capital {
  background: url(../images/cap.jpg) no-repeat center top;
  padding: 41px 0 0;
  box-sizing: border-box;
  height: 668px;
}
.capital .contents {
  position: relative;
}
.capital .capitalslide {
  position: relative;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
  margin: 0 0 0 332px;
}
.capital .capitalslide .bd li .art .list {
  width: 468px;
  height: 391px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 27px 23px 0 25px;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 100%;
  height: 272px;
  overflow: hidden;
}
.capital .capitalslide .bd li .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .art .list .text {
  padding: 20px 115px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art .list .text .cond {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .text .data {
  width: 83px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  font-size: 12px;
  color: #aaa;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 35px;
  right: 0;
}
.capital .capitalslide .bd li .art .list:hover .text .cond {
  color: #2942a1;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  margin: 95px 0 0;
  padding: 0 0 0 40px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .reg .list {
  width: 590px;
  padding: 0 177px 0 0;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .reg .list::before {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #2942a1;
  border-radius: 50%;
  top: -25px;
  left: -21px;
  opacity: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list::after {
  content: "";
  display: block;
  width: 3px;
  height: 26px;
  position: absolute;
  background: #dfdfdf;
  top: 51px;
  left: -18px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .cond {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .data {
  width: 133px;
  height: 30px;
  border: 1px solid #dcdcdc;
  border-radius: 15px;
  font-size: 12px;
  color: #aaa;
  line-height: 28px;
  text-align: center;
  position: absolute;
  top: 9px;
  right: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list:hover::before {
  opacity: 1;
}
.capital .capitalslide .bd li .reg .list:hover::after {
  background: #2942a1;
}
.capital .capitalslide .bd li .reg .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg .list:hover .data {
  background: #2942a1;
  color: #fff;
  border-color: #2942a1;
}
.capital .capitalslide .hd {
  position: absolute;
  top: 145px;
  left: 0;
}
.capital .capitalslide .hd li {
  height: 90px;
  width: 247px;
  border-bottom: 1px solid #e1e1e1;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 7px;
  height: 2px;
  position: absolute;
  background: #333;
  top: 47px;
  left: 199px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 30px;
  font-size: 18px;
  color: #333;
  line-height: 90px;
  width: 268px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on::before {
  background: #fff;
}
.capital .capitalslide .hd .on a {
  background: url(../images/lb1.png) no-repeat center left;
  color: #fff;
}
.capital .top {
  position: absolute;
  top: -44px;
  left: 0;
}
.capital .top h3 a {
  display: block;
  font-size: 34px;
  color: #444;
  line-height: 33px;
  font-weight: bold;
}
.capital .top em {
  display: block;
  margin: 24px 0 0;
  position: relative;
  z-index: 50;
}
.capital .top em::before {
  content: "";
  display: block;
  width: 279px;
  height: 21px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: 66px;
  left: -101px;
  z-index: -1;
}
.capital .top em span {
  display: block;
  font-size: 50px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
}
.capital .top em i {
  display: block;
  font-size: 30px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 20px;
  position: relative;
  margin: 20px 0 0;
  font-weight: bold;
}
