.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 {
  background: #f9f9f9;
  padding: 0 0 50px 0;
}
.pro .box {
  position: relative;
  z-index: 10;
  margin-top: -20px;
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  width: 384px;
  padding: 105px 0 0 69px;
  background: url(../images/t1.png) no-repeat top left;
  box-sizing: border-box;
  margin-left: -70px;
}
.pro .box .top h3 a {
  display: none;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.pro .box .ser {
  position: relative;
  width: 578px;
  height: 80px;
  background: #fff url(../images/ser.png) no-repeat center right;
  box-shadow: 0px 0px 49px 0px rgba(0, 0, 0, 0.06);
  padding: 0 0 0 136px;
  box-sizing: border-box;
  margin: 30px 0 0;
}
.pro .box .ser i {
  position: absolute;
  top: 13px;
  left: 29px;
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 59px;
  height: 59px;
  border-right: 1px solid #eee;
  box-sizing: border-box;
  padding: 0 24px 0 0;
}
.pro .box .ser input {
  font-size: 16px;
  color: #666;
  line-height: 80px;
}
.pro .box .ser input::placeholder {
  font-size: 16px;
  color: #666;
  line-height: 80px;
}
.pro .box .ser button {
  position: absolute;
  top: 0;
  right: 0;
  width: 90px;
  height: 80px;
  border: none;
  background: none;
  cursor: pointer;
}
.pro .prolslide {
  margin: 40px 0 0;
}
.pro .prolslide .hd {
  display: flex;
  width: 1300px;
  height: 103px;
  border: 6px solid #f3f3f3;
  box-sizing: border-box;
  margin-bottom: 47px;
}
.pro .prolslide .hd li {
  flex: 1;
  position: relative;
}
.pro .prolslide .hd li::after {
  content: "";
  width: 1px;
  height: 15px;
  display: block;
  background: #e1e1e1;
  position: absolute;
  top: 50%;
  right: 0;
  transform: translateY(-50%);
}
.pro .prolslide .hd li:last-child::after {
  background: transparent;
}
.pro .prolslide .hd li a {
  display: flex;
  align-items: center;
  font-size: 16px;
  color: #333;
  line-height: 91px;
  text-align: center;
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
  justify-content: center;
}
.pro .prolslide .hd li a i {
  margin-right: 10px;
  display: block;
  width: 18px;
  height: 18px;
  background: url(../images/productMenu.png) no-repeat center;
}
.pro .prolslide .hd .on a {
  background: #2c58a4;
  color: #fff;
}
.pro .prolslide .hd .on a i {
  background: url(../images/productMenu2.png) no-repeat center;
}
.pro .prolslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.pro .prolslide .bd li .item {
  position: relative;
  display: flex;
  justify-content: space-between;
  width: 633px;
  height: 290px;
  border: solid 1px #eee;
  margin-right: 32px;
  padding: 22px 0 28px 25px;
  box-sizing: border-box;
}
.pro .prolslide .bd li .item .img {
  display: block;
  width: 286px;
  height: 240px;
  overflow: hidden;
}
.pro .prolslide .bd li .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .prolslide .bd li .item .img img:hover {
  transform: scale(1.1);
}
.pro .prolslide .bd li .item .text {
  width: 241px;
  margin-right: 35px;
  margin-top: 30px;
}
.pro .prolslide .bd li .item .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .prolslide .bd li .item .text p {
  font-size: 15px;
  color: #666;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 68px;
  margin: 20px 0 0;
}
.pro .prolslide .bd li .item .more {
  display: block;
  position: absolute;
  bottom: 0;
  right: 0;
  width: 51px;
  height: 50px;
  background: url(../images/more2.png) no-repeat center;
}
.pro .prolslide .bd li .item:hover .text .cond {
  color: #2c58a4;
  letter-spacing: 1px;
}
.pro .prolslide .bd li .list {
  position: relative;
  width: 300px;
  height: 290px;
  border: 1px solid #eee;
  box-sizing: border-box;
  padding: 20px 20px;
  margin-right: 32px;
  margin-bottom: 40px;
}
.pro .prolslide .bd li .list .img {
  display: block;
  width: 260px;
  height: 200px;
  overflow: hidden;
}
.pro .prolslide .bd li .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .prolslide .bd li .list .img img:hover {
  transform: scale(1.1);
}
.pro .prolslide .bd li .list .art .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 70px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .prolslide .bd li .list .art .more {
  position: absolute;
  bottom: 0;
  right: 0;
  display: block;
  width: 51px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .prolslide .bd li .list:hover .art .cond {
  letter-spacing: 1px;
}
.pro .prolslide .bd li .list:hover .art .more {
  background: url(../images/more2.png) no-repeat center;
}
.pro .prolslide .bd li .list:nth-child(1) {
  width: 633px;
}
.pro .prolslide .bd li .list:nth-child(3) {
  margin-right: 0;
}
.pro .prolslide .bd li .list:nth-child(7) {
  margin-right: 0;
}
.case {
  margin: 50px 0 0;
  height: 824px;
  background: url(../images/case.jpg) no-repeat center bottom;
}
.case .top {
  width: 507px;
  padding: 105px 0 0 69px;
  background: url(../images/t2.png) no-repeat top left;
  box-sizing: border-box;
  margin-left: -70px;
}
.case .top h3 {
  display: none;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.case .warp {
  display: flex;
  justify-content: space-between;
  position: relative;
}
.case .warp .casebdSwiper {
  position: relative;
  width: 970px;
  margin: 40px 0 0;
}
.case .warp .casebdSwiper .swiper-slide {
  height: 440px;
}
.case .warp .casebdSwiper .swiper-slide .art {
  display: flex;
  justify-content: space-between;
}
.case .warp .casebdSwiper .swiper-slide .art .number {
  position: absolute;
  top: 388px;
  left: 860px;
  font-size: 66px;
  color: #333;
  line-height: 45px;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.case .warp .casebdSwiper .swiper-slide .art .tu {
  width: 601px;
  height: 426px;
  background: #f9f9f9;
  padding: 5px;
  box-sizing: border-box;
}
.case .warp .casebdSwiper .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warp .casebdSwiper .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .casebdSwiper .swiper-slide .art .tu .img img:hover {
  transform: scale(1.1);
}
.case .warp .casebdSwiper .swiper-slide .art .text {
  position: relative;
  width: 325px;
  margin-left: 40px;
  margin-top: 60px;
}
.case .warp .casebdSwiper .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 453px;
  height: 1px;
  position: absolute;
  top: 55px;
  left: -128px;
  background: #000;
}
.case .warp .casebdSwiper .swiper-slide .art .text::after {
  content: "";
  display: block;
  width: 118px;
  height: 71px;
  position: absolute;
  top: -25px;
  left: 105px;
  background: url(../images/title1.png) no-repeat center;
}
.case .warp .casebdSwiper .swiper-slide .art .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .warp .casebdSwiper .swiper-slide .art .text p {
  margin: 40px 0 0;
  font-size: 15px;
  color: #666;
  line-height: 34px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 102px;
}
.case .warp .casebdSwiper .swiper-slide .art .text .more {
  margin: 30px 0 0;
  display: block;
  width: 156px;
  height: 41px;
  background: url(../images/more3.png) no-repeat center;
}
.case .warp .casebdSwiper .swiper-slide .art:hover .text .cond {
  color: #2c58a4;
  letter-spacing: 1px;
}
.case .warp .casebdSwiper .case-next {
  position: absolute;
  top: 381px;
  left: 968px;
  z-index: 10;
  width: 331px;
  height: 51px;
  background: url(../images/next-case.png) no-repeat center;
  cursor: pointer;
}
.case .warp .hdSwiper {
  position: absolute;
  top: -132px;
  right: 0;
  width: 260px;
  height: 490px;
}
.case .warp .hdSwiper .swiper-slide {
  width: 260px;
}
.case .warp .hdSwiper .swiper-slide .art .tu {
  width: 260px;
  height: 185px;
  background: #f9f9f9;
  padding: 5px;
}
.case .warp .hdSwiper .swiper-slide .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warp .hdSwiper .swiper-slide .art .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .hdSwiper .swiper-slide .art .tu .img img:hover {
  transform: scale(1.1);
}
.case .warp .hdSwiper .swiper-slide .art .text {
  display: flex;
  justify-content: center;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  text-align: center;
}
.case .warp .hdSwiper .swiper-slide .art .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 35px;
  text-align: center;
  margin: 0 10px;
  max-width: 200px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.reason {
  height: 786px;
  background: url(../images/rea.jpg) no-repeat center top;
}
.reason .box {
  display: flex;
  justify-content: space-between;
}
.reason .box .top {
  width: 759px;
  padding: 93px 0 0 77px;
  background: url(../images/t3.png) no-repeat top left;
  box-sizing: border-box;
  margin-left: -70px;
}
.reason .box .top h3 {
  display: none;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.reason .box .tel {
  display: flex;
  justify-content: space-between;
  width: 393px;
  height: 60px;
  background: #fff;
  border-radius: 30px;
  padding: 0 18px 0 39px;
  box-sizing: border-box;
}
.reason .box .tel i {
  display: block;
  font-family: Arial;
  font-size: 26px;
  color: #333;
  line-height: 60px;
  padding-left: 44px;
  background: url(../images/tel1.png) no-repeat center left;
}
.reason .box .tel a {
  display: block;
  width: 99px;
  height: 60px;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  text-align: center;
  background: url(../images/title2.png) no-repeat center;
}
.reason .reasonslide {
  position: relative;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .aside {
  width: 508px;
  margin: 137px 0 0;
}
.reason .reasonslide .bd li .aside .art b {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 20px;
}
.reason .reasonslide .bd li .aside .art i {
  display: none;
  font-family: Arial;
  font-size: 12px;
  color: #acacac;
  line-height: 11px;
  margin: 14px 0 0;
}
.reason .reasonslide .bd li .aside .text {
  margin-top: 28px;
  padding: 0 0 0 28px;
  width: 505px;
  font-size: 16px;
  color: #666;
  line-height: 24px;
  border-left: 1px solid #e6e6e6;
}
.reason .reasonslide .bd li .ys {
  margin-right: -55px;
  margin-top: -20px;
}
.reason .reasonslide .bd li .ys img {
  display: block;
}
.reason .reasonslide .warpbox {
  position: absolute;
  top: 498px;
  left: 0;
  width: 665px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .warpbox .arr {
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .warpbox .arr .prev {
  width: 62px;
  height: 62px;
  background: url(../images/prev-rea.png) no-repeat center;
  cursor: pointer;
}
.reason .reasonslide .warpbox .arr .next {
  width: 62px;
  height: 62px;
  background: url(../images/next-rea.png) no-repeat center;
  cursor: pointer;
}
.reason .reasonslide .warpbox .hd {
  margin: 25px 0 0;
  width: 321px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .warpbox .hd li {
  position: relative;
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  transition: 0.5s linear;
}
.reason .reasonslide .warpbox .hd li::before {
  content: "";
  display: block;
  width: 2px;
  height: 0;
  position: absolute;
  top: 55px;
  left: 50%;
  transform: translateX(-50%);
  background: #2c58a4;
  opacity: 0;
  transition: 0.5s linear;
}
.reason .reasonslide .warpbox .hd .on {
  transform: translateY(-20px);
  color: #2c58a4;
}
.reason .reasonslide .warpbox .hd .on::before {
  height: 55px;
  opacity: 1;
}
.abo {
  height: 922px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 70px 0 0;
}
.abo .box {
  display: flex;
  justify-content: space-between;
}
.abo .box .top {
  width: 400px;
  padding: 93px 0 0 77px;
  background: url(../images/t4.png) no-repeat top left;
  box-sizing: border-box;
  margin-left: -70px;
}
.abo .box .top h3 {
  display: none;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.abo .box .more {
  display: block;
  margin: 65px 0 0;
  width: 256px;
  height: 41px;
  background: url(../images/more4.png) no-repeat center;
}
.abo .warp {
  margin: 30px 0 0;
}
.abo .warp .boxtop {
  display: flex;
  justify-content: space-between;
}
.abo .warp .boxtop .art {
  margin: 80px 0 0 185px;
}
.abo .warp .boxtop .art b {
  position: relative;
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  margin-bottom: 19px;
  text-align: right;
  letter-spacing: 6px;
  text-transform: uppercase;
}
.abo .warp .boxtop .art b::before {
  content: "";
  display: block;
  width: 334px;
  height: 1px;
  position: absolute;
  top: 32px;
  left: 0;
  background: #000;
}
.abo .warp .boxtop .art b:nth-child(2)::before {
  width: 168px;
  left: 173px;
}
.abo .warp .boxtop .reg {
  width: 646px;
  position: relative;
}
.abo .warp .boxtop .reg::before {
  content: "";
  display: block;
  width: 24px;
  height: 4px;
  position: absolute;
  top: 45px;
  left: 0;
  background: #333;
}
.abo .warp .boxtop .reg h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  font-weight: 1000;
}
.abo .warp .boxtop .reg .text {
  margin: 47px 0 0;
  font-size: 15px;
  line-height: 36px;
  color: #666;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .boxbottom {
  margin: 45px 0 0 377px;
}
.abo .warp .boxbottom .about {
  width: 924px;
  height: 362px;
  overflow: hidden;
}
.abo .warp .boxbottom .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .boxbottom .about img:hover {
  transform: scale(1.1);
}
.abo .warp .boxbottom .number {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.abo .warp .boxbottom .number li {
  display: flex;
  height: 25px;
  font-size: 16px;
  line-height: 35px;
}
.abo .warp .boxbottom .number li i {
  position: relative;
  display: block;
  font-family: Arial;
  font-size: 34px;
  font-weight: bold;
  line-height: 25px;
}
.abo .warp .boxbottom .number li i::before {
  content: "";
  display: block;
  width: 20px;
  height: 2px;
  position: absolute;
  top: 43px;
  left: 0;
  background: #2c58a4;
}
.abo .warp .boxbottom .number li b {
  display: block;
  font-family: Arial;
  font-size: 34px;
  font-weight: bold;
  line-height: 25px;
}
.capital {
  height: 1070px;
  padding: 70px 0 0;
  background: url(../images/link.jpg) no-repeat center bottom;
  box-sizing: border-box;
}
.capital .top {
  width: 400px;
  padding: 93px 0 0 77px;
  background: url(../images/t5.png) no-repeat top left;
  box-sizing: border-box;
  margin-left: -70px;
}
.capital .top h3 {
  display: none;
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.capital .capitalslide {
  position: relative;
  margin: 50px 0 0;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .samllsilde {
  position: relative;
  width: 534px;
  height: 690px;
  background: #f8f8f8;
  border-radius: 20px;
}
.capital .capitalslide .bd li .samllsilde::before {
  content: "";
  display: block;
  width: 65px;
  height: 111px;
  position: absolute;
  top: 0;
  right: 64px;
  background: url(../images/data3.png) no-repeat center;
}
.capital .capitalslide .bd li .samllsilde .box .list {
  width: 534px !important;
  padding: 72px 64px 0 50px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .samllsilde .box .list .data {
  font-family: Arial;
  font-size: 36px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
}
.capital .capitalslide .bd li .samllsilde .box .list .img {
  display: block;
  width: 100%;
  height: 274px;
  overflow: hidden;
  border-radius: 12px;
  margin: 44px 0 0;
}
.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 .box .list .cond {
  position: relative;
  display: block;
  line-height: 54px;
  padding: 0 0 0 20px;
  border-bottom: 1px dashed #e1e1e1;
  box-sizing: border-box;
  margin: 16px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .samllsilde .box .list .cond::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #000;
  border-radius: 50%;
  top: 23px;
  left: 0;
}
.capital .capitalslide .bd li .samllsilde .box .list p {
  width: 399px;
  margin: 15px auto 0;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
}
.capital .capitalslide .bd li .samllsilde .box .list .more {
  position: absolute;
  top: 610px;
  left: 505px;
  display: block;
  width: 303px;
  height: 41px;
  background: url(../images/more5.png) no-repeat center;
}
.capital .capitalslide .bd li .samllsilde .samll {
  position: absolute;
  top: 605px;
  left: 74px;
  width: 50px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .samllsilde .samll .list {
  width: 12px;
  height: 12px;
  background: url(../images/nbcire2.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .samllsilde .samll .on {
  background: url(../images/nbcire1.png) no-repeat center;
}
.capital .capitalslide .bd li .plaet {
  width: 706px;
  margin: 16px 0 0;
}
.capital .capitalslide .bd li .plaet .list {
  position: relative;
  width: 706px;
  height: 113px;
  border: 1px solid #f2f2f2;
  border-radius: 20px;
  margin-bottom: 19px;
  padding: 8px 151px 0 40px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .plaet .list::before {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  top: 29px;
  left: 42px;
  border-radius: 50%;
  background: #000;
}
.capital .capitalslide .bd li .plaet .list .cond {
  display: block;
  width: 515px;
  line-height: 48px;
  padding: 0 0 0 20px;
  font-style: 16px;
  color: #333;
  border-bottom: 1px dashed #e1e1e1;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list p {
  font-size: 14px;
  color: #666;
  line-height: 52px;
  padding: 0 0 0 20px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .plaet .list .data {
  position: absolute;
  top: 0;
  right: 39px;
  width: 50px;
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 13px;
  font-weight: bold;
  text-align: center;
  padding: 75px 0 0;
  background: url(../images/data1.png) no-repeat center top;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .plaet .list:hover {
  background: #f8f8f8;
}
.capital .capitalslide .bd li .plaet .list:hover .cond {
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .plaet .list:hover .data {
  background: url(../images/data2.png) no-repeat center top;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -102px;
  right: 0;
  width: 847px;
  height: 62px;
  display: flex;
  justify-content: flex-end;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
}
.capital .capitalslide .hd li {
  position: relative;
  margin-left: 135px;
  height: 30px;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 1px;
  position: absolute;
  background: #2c58a4;
  top: 61px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 17px;
  color: #333;
  line-height: 30px;
  padding-left: 32px;
}
.capital .capitalslide .hd .on::before {
  width: 162px;
}
.capital .capitalslide .hd .on a {
  font-weight: bold;
  color: #2c58a4;
}
.capital .capitalslide .hd li:nth-child(1) {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3) {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(1) {
  background: url(../images/nt1s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(2) {
  background: url(../images/nt2s.png) no-repeat center left;
}
.capital .capitalslide .hd .on:nth-child(3) {
  background: url(../images/nt3s.png) no-repeat center left;
}
