.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;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.Service {
  height: 848px;
  overflow: hidden;
  padding: 80px 0 0;
  box-sizing: border-box;
  background: url(../images/pro.jpg) no-repeat center top;
}
.Service .contents {
  position: relative;
}
.Service .proslide {
  margin: 0 -310px 0 326px;
}
.Service .proslide .porhdswiper {
  width: 935px;
  position: relative;
  margin: 0 0 55px 85px;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.Service .proslide .porhdswiper::before {
  content: "";
  display: block;
  width: 1262px;
  height: 107px;
  position: absolute;
  background: #fff;
  border-radius: 54px 0 0 54px;
  top: 0;
  left: -78px;
  z-index: -1;
}
.Service .proslide .porhdswiper .swiper-slide {
  position: relative;
  width: 110px;
}
.Service .proslide .porhdswiper .swiper-slide::before {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #ff6702;
  bottom: 0;
  left: 0;
  transition: 0.5s linear;
}
.Service .proslide .porhdswiper .swiper-slide a {
  width: 110px;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 107px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Service .proslide .porhdswiper .swiper-slide-active::before {
  width: 110px;
}
.Service .proslide .porbdswiper {
  width: 1285px;
  position: relative;
}
.proslide{
  position: relative;
}
.proslide .xun{
  display: block;
  width: 130px;
  height: 35px;
  background: #ff6703;
  font-size: 16px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  position: absolute;
  top: 354px;
  left: 776px;
  z-index: 50;
}

.Service .proslide .porbdswiper .arr{
  width: 185px;
  height: 30px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  bottom: 10px;
  left: 445px;
  z-index: 50;
}
.Service .proslide .porbdswiper .arr .Aprev {
  width: 30px;
  height: 30px;
  background: url(../images/prev-a.png) no-repeat center;
  cursor: pointer;
}
.Service .proslide .porbdswiper .arr .Anext {
  width: 30px;
  height: 30px;
  background: url(../images/next-a.png) no-repeat center;
  cursor: pointer;
}
.Service .proslide .porbdswiper .arr .Apagination {
  width: 70px;
  position: relative;
  top: -12px;
  left: 18px;
}

.Service .proslide .porbdswiper .arr .swiper-pagination-current {
  font-size: 30px;
  color: #17375d;
  font-weight: bold;
  position: relative;
  font-family: Arial, Helvetica, sans-serif;
}

.Service .proslide .porbdswiper .arr .swiper-pagination-current::before{
    content: "0";
   font-size: 30px;
   color: #17375d;
   font-weight: bold;
   font-family: Arial,
   Helvetica,
   sans-serif;
   display: block;
   position: absolute;
   top: -6px;
   left: -15px;
}

.Service .proslide .porbdswiper .arr .swiper-pagination-total {
  font-size: 18px;
  color: #99acc3;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  font-family: Arial,
  Helvetica,
  sans-serif;
  margin-left: 10px;
}

.Service .proslide .porbdswiper .arr .swiper-pagination-total::before{
  content: "0";
  font-size: 18px;
  color: #99acc3;
  line-height: 30px;
  font-weight: bold;
  display: block;
    font-family: Arial,
    Helvetica,
    sans-serif;
    position: absolute;
    top: -5px;
    left: -10px;
}

.Service .proslide .porbdswiper .swiper-slide {
  width: 835px !important;
  position: relative;
  padding: 0 0 76px 160px;
  box-sizing: border-box;
}
.Service .proslide .porbdswiper .swiper-slide .text {
  width: 344px;
  height: 341px;
  background: #0e3ea8;
  box-shadow: 0px 12px 25px 4px rgba(9, 25, 44, 0.14);
  border-radius: 0px 50px 0px 0px;
  position: absolute;
  top: 175px;
  left: 0;
  z-index: 10;
  opacity: 0;
  padding: 75px 48px 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.Service .proslide .porbdswiper .swiper-slide .text::before {
  content: "";
  display: block;
  width: 246px;
  height: 1px;
  position: absolute;
  background: #1a48b0;
  top: 139px;
  left: 49px;
}
.Service .proslide .porbdswiper .swiper-slide .text::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #ff6702;
  border-radius: 50%;
  top: 60px;
  left: 50px;
}
.Service .proslide .porbdswiper .swiper-slide .text .cond {
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 40px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Service .proslide .porbdswiper .swiper-slide .text .zm {
  font-family: Arial;
  font-size: 14px;
  color: #768fac;
  line-height: 13px;
}
.Service .proslide .porbdswiper .swiper-slide .text p {
  font-size: 14px;
  color: #99acc3;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin: 20px 0 0;
}
.Service .proslide .porbdswiper .swiper-slide .text .more {
  display: block;
  width: 52px;
  height: 52px;
  background: url(../images/more1.png) no-repeat center;
  margin: 10px 0 0 195px;
}
.Service .proslide .porbdswiper .swiper-slide .img {
  display: block;
  width: 675px;
  height: 440px;
  overflow: hidden;
}
.Service .proslide .porbdswiper .swiper-slide .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.Service .proslide .porbdswiper .swiper-slide .img img:hover {
  transform: scale(1.1);
}
.Service .proslide .porbdswiper .swiper-slide-active .text {
  opacity: 1;
}
.Service .aside {
  width: 440px;
  position: absolute;
  top: 20px;
  left: 0;
}
.Service .aside .top h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  display: block;
}
.Service .aside .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  margin: 8px 0 0;
}
.Service .aside .art {
  margin: 120px 0 0;
}
.Service .aside .art .cond {
  display: block;
  height: 66px;
  padding-left: 96px;
  font-size: 24px;
  color: #333;
  line-height: 66px;
  background: url(../images/title1.png) no-repeat center left;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.Service .aside .art .zm {
  font-family: Arial;
  font-size: 25px;
  font-weight: bold;
  line-height: 23px;
  margin: 20px 0 0;
}
.Service .aside .art p {
  width: 277px;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
  margin: 30px 0 0;
}
.Service .aside .art .more {
  width: 278px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #2d4d72;
  box-sizing: border-box;
  background: url(../images/more2.png) no-repeat center right;
  margin: 60px 0 0;
}
.pro {
  margin: 80px 0 0;
  padding: 0 3%;
  overflow: hidden;
}
.pro .top {
  width: 295px;
  margin: 0 auto;
}
.pro .top h3 a {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  text-align: center;
}
.pro .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  text-align: center;
  margin: 10px 0 0;
  background: url(../images/line1.png) no-repeat center;
}
.pro .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 43px 0 0;
}
.pro .list li {
  width: 23%;
  height: 325px;
  border: 5px solid #f5f5f5;
  box-sizing: border-box;
  margin: 0 0 40px 0;
}
.pro .list li .img {
  display: block;
  width: 100%;
  height: 260px;
  overflow: hidden;
}
.pro .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .list li .img img:hover {
  transform: scale(1.1);
}
.pro .list li .text {
  height: 60px;
  background: #f5f5f5;
  padding: 0 90px 0 35px;
  box-sizing: border-box;
  position: relative;
}
.pro .list li .text::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #17375d;
  border-radius: 50%;
  top: 50%;
  left: 15px;
  transform: translateY(-50%);
  margin-top: -2.5px;
}
.pro .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 60px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .list li .text .more {
  display: block;
  width: 82px;
  height: 31px;
  background: #fff;
  position: absolute;
  top: 15px;
  right: 17px;
  font-family: Arial;
  font-size: 16px;
  color: #666;
  line-height: 31px;
  text-align: center;
  transition: 0.5s linear;
}
.pro .list li:hover {
  box-shadow: 0px 12px 27px 2px rgba(9, 25, 44, 0.14);
}
.pro .list li:hover .text .more {
  background: #ff6702;
  color: #fff;
}
.reason {
  height: 1206px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 10px 0 0;
  padding: 90px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .contents {
  position: relative;
}
.reason .reasonslide {
  margin: 0 0 0 -310px;
  width: 1608px;
  position: relative;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .ys {
  width: 1003px;
  height: 776px;
  overflow: hidden;
}
.reason .reasonslide .bd li .ys img {
  width: 1003px;
  height: auto;
}
.reason .reasonslide .bd li .text {
  width: 500px;
  margin: 420px 0 0;
  position: relative;
  z-index: 50;
}
.reason .reasonslide .bd li .text::before {
  content: "";
  display: block;
  width: 236px;
  height: 18px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 12px;
  right: 0;
  z-index: -1;
}
.reason .reasonslide .bd li .text .num {
  font-size: 46px;
  font-style: italic;
  line-height: 36px;
  color: #fff;
  position: absolute;
  top: -14px;
  right: -112px;
}
.reason .reasonslide .bd li .text .cond {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: right;
}
.reason .reasonslide .bd li .text .cond i {
  font-family: Arial;
  font-size: 12px;
  color: #8da4d7;
  line-height: 20px;
  margin-right: 8px;
}
.reason .reasonslide .bd li .text p {
  font-size: 15px;
  color: #8da4d7;
  line-height: 36px;
  text-align: right;
  margin: 35px 0 0;
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
  margin: 92px 0 0 310px;
}
.reason .reasonslide .hd li i {
  display: block;
  font-size: 28px;
  color: #fff;
  line-height: 28px;
}
.reason .reasonslide .hd li span {
  display: block;
  font-size: 15px;
  color: #c7d5e6;
  line-height: 14px;
  letter-spacing: 5px;
  padding: 0 0 0 55px;
  box-sizing: border-box;
  margin: 18px 0 85px;
  position: relative;
}
.reason .reasonslide .hd li span::before {
  content: "";
  display: block;
  width: 30px;
  height: 2px;
  position: absolute;
  background: #e1e9f3;
  top: 50%;
  left: 0;
  margin-top: -1px;
}
.reason .reasonslide .hd li .num {
  font-size: 28px;
  color: #fff;
  line-height: 20px;
}
.reason .reasonslide .arr {
  width: 1527px;
  height: 153px;
  padding: 0 310px 0 715px;
  box-sizing: border-box;
  background: rgba(14, 62, 168, 0.43);
  position: absolute;
  top: 623px;
  left: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .arr .prev {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 153px;
  cursor: pointer;
  padding-left: 55px;
  background: url(../images/prev-rea.png) no-repeat center left;
  transition: 0.5s linear;
}
.reason .reasonslide .arr .next {
  font-family: Arial;
  font-size: 24px;
  color: #fff;
  line-height: 153px;
  cursor: pointer;
  padding-right: 55px;
  background: url(../images/next-rea.png) no-repeat center right;
  transition: 0.5s linear;
}
.reason .top {
  position: absolute;
  top: 50px;
  right: 155px;
}
.reason .top::before {
  content: "";
  display: block;
  width: 137px;
  height: 120px;
  position: absolute;
  background: url(../images/title3.png) no-repeat center;
  top: -18px;
  right: -153px;
}
.reason .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  letter-spacing: 5px;
  font-weight: bold;
  text-align: right;
}
.reason .top .zm {
  width: 123px;
  height: 23px;
  background: #efd9d8;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 23px;
  text-align: center;
  margin: 13px 0 26px 220px;
}
.reason .top p {
  font-size: 14px;
  color: #999;
  line-height: 15px;
  text-align: right;
}
.case {
  margin: 80px 0 0;
  overflow: hidden;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.case .box .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  margin: 11px 0 0;
}
.case .box .tel {
  padding: 14px 0 0 72px;
  background: url(../images/tel2.png) no-repeat center left;
  height: 39px;
}
.case .box .tel i {
  display: block;
  font-family: Arial;
  font-size: 20px;
  color: #333;
  line-height: 15px;
  font-weight: bold;
}
.case .box .tel span {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 10px;
  margin: 14px 0 0;
}
.case .caseswpier {
  margin: 40px -68px 0 0;
  position: relative;
}
.case .caseswpier::before {
  content: "";
  display: block;
  width: 1px;
  height: 505px;
  position: absolute;
  background: #e9e9e9;
  top: 0;
  left: 765px;
}
.case .caseswpier .swiper-slide .art {
  width: 500px;
}
.case .caseswpier .swiper-slide .art .img {
  display: block;
  width: 100%;
  height: 317px;
  overflow: hidden;
}
.case .caseswpier .swiper-slide .art .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .art .img img:hover {
  transform: scale(1.1);
}
.case .caseswpier .swiper-slide .art .text {
  display: flex;
  justify-content: space-between;
  position: relative;
  margin: 20px 0 0;
  padding: 0 0 15px 0;
  box-sizing: border-box;
}
.case .caseswpier .swiper-slide .art .text::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  background: #747780;
  border-radius: 50%;
  top: 12px;
  left: 0;
  display: none;
}
.case .caseswpier .swiper-slide .art .text .cond {
  display: block;
  width: 170px;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  padding-left: 14px;
  box-sizing: border-box;
  display: none;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .art .text p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  width: 445px;
  display: none;
}
.case .caseswpier .swiper-slide .art .text .more {
  width: 278px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #2d4d72;
  box-sizing: border-box;
  background: url(../images/more2.png) no-repeat center right;
  margin: 20px 0 0 224px;
}
.case .caseswpier .swiper-slide .art:hover .text .cond {
  color: #ff6702;
  letter-spacing: 1px;
}
.case .caseswpier .swiper-slide-active {
  margin-right: 190px;
}
.case .caseswpier .swiper-slide-active .art {
  width: 662px;
}
.case .caseswpier .swiper-slide-active .art .img {
  height: 419px;
}
.case .caseswpier .swiper-slide-active .art .text::before {
  display: block;
}
.case .caseswpier .swiper-slide-active .art .text .cond {
  display: block;
}
.case .caseswpier .swiper-slide-active .art .text p {
  display: block;
}
.case .caseswpier .swiper-slide-active .art .text .more {
  display: block;
  width: 82px;
  height: 31px;
  background: #f7f7f7;
  border: none;
  font-family: Arial;
  font-size: 16px;
  color: #666;
  line-height: 31px;
  text-align: center;
  position: absolute;
  top: 40px;
  left: 0;
  margin: 0;
}
.case .caseswpier .Cpagination {
  position: absolute;
  top: 380px;
  left: 870px;
  width: 70px;
  height: 30px;
}
.case .caseswpier .Cpagination .swiper-pagination-current {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  position: relative;
  z-index: 50;
}
.case .caseswpier .Cpagination .swiper-pagination-current::before {
  content: "0";
  font-size: 30px;
  color: #333;
  line-height: 30px;
  display: block;
  position: absolute;
  top: 5px;
  left: -17px;
}
.case .caseswpier .Cpagination .swiper-pagination-total {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-left: 10px;
  position: relative;
}
.case .caseswpier .Cpagination .swiper-pagination-total::before {
  content: "0";
  font-size: 14px;
  color: #666;
  line-height: 30px;
  display: block;
  position: absolute;
  top: -5px;
  left: -9px;
}
.abo {
  height: 920px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 79px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  margin: 70px 0 0;
}
.abo .box {
  display: flex;
  justify-content: space-between;
}
.abo .box .top h3 {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
}
.abo .box .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  margin: 11px 0 0;
}
.abo .box .more {
  display: block;
  width: 82px;
  height: 31px;
  background: #ff6702;
  font-family: Arial;
  font-size: 16px;
  color: #fff;
  line-height: 31px;
  text-align: center;
  margin: 44px 0 0;
}
.abo .warp {
  margin: 0 0 0 -47px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 650px;
  height: 712px;
  background: url(../images/abb.png) no-repeat top left;
  padding: 65px 0 0 47px;
  box-sizing: border-box;
  position: relative;
}
.abo .warp .aside::before {
  content: "";
  display: block;
  width: 231px;
  height: 51px;
  position: absolute;
  background: url(../images/2016.png) no-repeat center;
  top: 31px;
  right: 14px;
  z-index: 10;
}
.abo .warp .aside .about {
  width: 538px;
  height: 584px;
}
.abo .warp .aside .about img {
  width: 538px;
  height: auto;
}
.abo .warp .aside .rong {
  position: absolute;
  top: 437px;
  left: 524px;
  display: flex;
  z-index: 50;
}
.abo .warp .aside .rong .img {
  display: block;
  width: 342px;
  height: 213px;
  position: relative;
}
.abo .warp .aside .rong .img::before {
  content: "";
  display: block;
  width: 342px;
  height: 213px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 1;
}
.abo .warp .aside .rong .img img {
  width: 342px;
  height: 213px;
  object-fit: cover;
}
.abo .warp .aside .rong .text {
  display: flex;
  margin: 0 0 0 34px;
  position: relative;
}
.abo .warp .aside .rong .text::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  border-radius: 50%;
  background: #000;
  top: 37px;
  left: 26px;
}
.abo .warp .aside .rong .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  writing-mode: tb-rl;
  margin: 50px 0 0 9px;
}
.abo .warp .aside .rong .text p {
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 10px;
  writing-mode: tb-rl;
  margin: 73px 0 0 0;
}
.abo .warp .plaet {
  width: 640px;
  margin: 55px 0 0;
}
.abo .warp .plaet .cond {
  display: block;
  font-size: 24px;
  color: #333;
  line-height: 30px;
}
.abo .warp .plaet p {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 6;
  overflow: hidden;
  height: 216px;
  text-indent: 24px;
  margin: 15px 0 0;
}
.abo .warp .plaet .list {
  width: 260px;
  margin: 95px 0 0 378px;
}
.abo .warp .plaet .list li {
  display: flex;
  justify-content: space-between;
  margin: 0 0 55px 0;
}
.abo .warp .plaet .list li i {
  display: block;
  width: 150px;
  font-family: Arial;
  font-size: 50px;
  color: #333;
  line-height: 35px;
  text-align: right;
  margin: 7px 0 0;
}
.abo .warp .plaet .list li .art span {
  display: block;
  font-size: 12px;
  color: #ccc;
  line-height: 12px;
}
.abo .warp .plaet .list li .art .text {
  width: 78px;
  height: 27px;
  background: #eee;
  border-radius: 5px;
  font-size: 14px;
  color: #333;
  line-height: 27px;
  text-align: center;
  margin: 6px 0 0;
  transition: 0.5s linear;
}
.abo .warp .plaet .list li:hover .art .text {
  background: #162d4b;
  color: #fff;
}
.capital {
  margin: 75px 0 0;
}
.capital .top h3 a {
  font-size: 28px;
  font-weight: bold;
  line-height: 30px;
  color: #333;
  display: block;
}
.capital .top .zm {
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  margin: 11px 0 0;
}
.capital .capitalslide {
  margin: 45px 0 0;
  position: relative;
}
.capital .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
  width: 1300px;
}
.capital .capitalslide .bd li .aside {
  width: 420px;
  height: 590px;
  display: flex;
  justify-content: space-between;
  flex-direction: column;
  border: solid 1px #e3ece7;
}
.capital .capitalslide .bd li .aside .list {
  height: 120px;
  overflow: hidden;
  padding: 0 20px 0 116px;
  box-sizing: border-box;
  border-bottom: solid 1px #e3ece7;
  background: url(../images/title4.png) no-repeat;
  background-position: 47px 39px;
  position: relative;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 117px;
  height: 120px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list p {
  font-size: 14px;
  color: #666;
  line-height: 30px;
  width: 260px;
  position: absolute;
  top: 65px;
  left: 115px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  opacity: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list .data {
  font-family: Arial;
  font-size: 20px;
  font-weight: bold;
  color: #333;
  line-height: 15px;
  position: absolute;
  top: 69px;
  left: 28px;
  opacity: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .aside .list:hover {
  background: #f4f7fa url(../images/title4.png) no-repeat;
  background-position: 47px 20px;
}
.capital .capitalslide .bd li .aside .list:hover .cond {
  line-height: 80px;
}
.capital .capitalslide .bd li .aside .list:hover p {
  opacity: 1;
}
.capital .capitalslide .bd li .aside .list:hover .data {
  opacity: 1;
}
.capital .capitalslide .bd li .aside .list:last-child {
  border: none;
}
.capital .capitalslide .bd li .samllsilde {
  width: 880px;
  border: solid 1px #e3ece7;
  border-left: none;
  height: 590px;
  box-sizing: border-box;
  position: relative;
}
.capital .capitalslide .bd li .samllsilde .box .list {
  width: 875px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .samllsilde .box .list .text {
  width: 418px;
  padding: 130px 50px 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .samllsilde .box .list .text .data {
  font-family: Arial;
  font-size: 18px;
  color: #adadad;
  line-height: 20px;
}
.capital .capitalslide .bd li .samllsilde .box .list .text .cond {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin: 15px 0 35px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .samllsilde .box .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
}
.capital .capitalslide .bd li .samllsilde .box .list .text .more {
  width: 278px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 60px;
  border-bottom: 1px solid #2d4d72;
  box-sizing: border-box;
  background: url(../images/more2.png) no-repeat center right;
  margin: 95px 0 0;
}

.capital .capitalslide .bd li .samllsilde .box .list .img{
  width: 461px;
  height: 590px;
  display: block;
}

.capital .capitalslide .bd li .samllsilde .box .list .img img{
  width: 100%;
  height: 100%;
  object-fit: contain;
}

.capital .capitalslide .bd li .samllsilde .samll {
  width: 53px;
  height: 9px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: 51px;
  left: 317px;
}
.capital .capitalslide .bd li .samllsilde .samll .list {
  width: 9px;
  height: 9px;
  background: #e1e9f3;
  border-radius: 50%;
}
.capital .capitalslide .bd li .samllsilde .samll .on {
  background: #1a48b0;
}
.capital .capitalslide .hd {
  width: 500px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -95px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 140px;
  height: 44px;
  border-radius: 22px;
  background: #fff;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  width: 140px;
  height: 44px;
  display: block;
  padding-left: 52px;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 44px;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 18px;
}
.capital .capitalslide .hd .on {
  background: #ff6702;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.link {
  background: #f5f5f5;
  margin: 80px 0 0;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
  min-height: 211px;
}
.link p {
  flex: 1;
}
.link p i {
  display: block;
  font-size: 28px;
  color: #333;
  line-height: 28px;
  font-weight: bold;
}
.link p span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  line-height: 10px;
  margin: 10px 0 0;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 86%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #ff6702;
}
