.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;
}
.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;
}
.pro {
  overflow: hidden;
  margin: 80px 0 0;
}
.pro .proslide {
  position: relative;
}
.pro .proslide .box {
  display: flex;
  justify-content: space-between;
  margin-bottom: 35px;
}
.pro .proslide .box .top {
  position: relative;
  z-index: 10;
}
.pro .proslide .box .top::before {
  content: "";
  display: block;
  width: 223px;
  height: 24px;
  position: absolute;
  background: #ffc600;
  opacity: 0.1;
  top: 23px;
  left: -79px;
  z-index: -1;
}
.pro .proslide .box .top .zm {
  font-family: Arial;
  font-size: 50px;
  color: #333;
  line-height: 38px;
  height: 38px;
  font-weight: 1000;
}
.pro .proslide .box .top h3 {
  margin: 25px 0 0;
}
.pro .proslide .box .top h3 a {
  display: block;
  font-size: 30px;
  font-weight: 1;
  line-height: 30px;
}
.pro .proslide .box .hd {
  width: 632px;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .box .hd li {
  width: 190px;
  height: 100px;
  padding-left: 37px;
  box-sizing: border-box;
  position: relative;
}
.pro .proslide .box .hd li::before {
  content: "";
  display: block;
  width: 22px;
  height: 88px;
  position: absolute;
  background: url(../images/title1.png) no-repeat top center;
  top: 30px;
  left: 0;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .box .hd li .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .box .hd li .er {
  margin: 5px 0 0;
}
.pro .proslide .box .hd li .er a {
  display: block;
  font-size: 15px;
  color: #666;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.2s ease-out;
}
.pro .proslide .box .hd li .er a:hover {
  color: #122f71;
  transform: translateY(-4px);
}
.pro .proslide .box .hd .on::before {
  top: 0;
  opacity: 1;
}
.pro .proslide .bd li .art {
  display: flex;
  justify-content: space-between;
  width: 1280px;
}
.pro .proslide .bd li .art .text {
  width: 645px;
  margin: 135px 0 0;
  position: relative;
}
.pro .proslide .bd li .art .text::before {
  content: "";
  display: block;
  width: 21px;
  height: 4px;
  position: absolute;
  background: #fdc133;
  top: 50px;
  left: 0;
}
.pro .proslide .bd li .art .text .cond {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .bd li .art .text p {
  font-size: 15px;
  color: #666;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 120px;
  margin: 40px 0 0;
}
.pro .proslide .bd li .art .tu {
  width: 593px;
  height: 450px;
  overflow: hidden;
  padding: 25px 30px;
  box-sizing: border-box;
  border: 1px solid #f1f1f1;
}
.pro .proslide .bd li .art .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .art .tu .img img {
  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 .reg {
  display: flex;
  justify-content: space-between;
  margin: 60px 0 0;
}
.pro .proslide .bd li .reg .list {
  width: 300px;
  height: 310px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 20px;
}
.pro .proslide .bd li .reg .list .img {
  display: block;
  width: 100%;
  height: 200px;
  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 {
  width: 100%;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  height: 50px;
  position: relative;
  background: #f7f7f7;
  margin: 20px 0 0;
}
.pro .proslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .proslide .bd li .reg .list .text .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  transition: 0.5s linear;
}
.pro .proslide .bd li .reg .list:hover .text .more {
  background: #ffc600 url(../images/more1.png) no-repeat center;
}
.pro .proslide .arr {
  width: 170px;
  height: 50px;
  background: url(../images/arr-pro.png) no-repeat center;
  position: absolute;
  top: 516px;
  left: 0;
  z-index: 10;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .arr .prev {
  width: 90px;
  height: 50px;
  cursor: pointer;
}
.pro .proslide .arr .next {
  width: 90px;
  height: 50px;
  cursor: pointer;
}
.pro .proslide .ser {
  width: 659px;
  height: 65px;
  background: #fff;
  box-shadow: 0px 0px 18px 0px rgba(0, 0, 0, 0.06);
  border-radius: 32px;
  padding: 0 90px 0 34px;
  box-sizing: border-box;
  position: absolute;
  top: 149px;
  left: 0;
}
.pro .proslide .ser input {
  font-size: 16px;
  color: #999;
  line-height: 65px;
}
.pro .proslide .ser input::placeholder {
  font-size: 16px;
  color: #999;
}
.pro .proslide .ser button {
  width: 40px;
  height: 65px;
  background: url(../images/ser.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 21px;
  border: none;
  cursor: pointer;
}
.reason {
  height: 925px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 80px 0 0;
  overflow: hidden;
  padding: 126px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide {
  position: relative;
}
.reason .reasonslide .bd li {
  width: 1430px;
  margin: 0 -130px 0 0;
  position: relative;
  height: 720px;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .aside {
  width: 536px;
  margin: 220px 0 0;
  position: relative;
}
.reason .reasonslide .bd li .aside::before {
  content: "";
  display: block;
  width: 33px;
  height: 4px;
  position: absolute;
  background: #1e3eff;
  top: 53px;
  left: 0;
}
.reason .reasonslide .bd li .aside h4 {
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
}
.reason .reasonslide .bd li .aside h4 i {
  font-size: 14px;
  color: #fff;
  line-height: 30px;
  margin-left: 5px;
}
.reason .reasonslide .bd li .aside p {
  font-size: 15px;
  color: #b9c0d3;
  line-height: 34px;
  margin: 50px 0 0;
}
.reason .reasonslide .bd li .ys {
  width: 545px;
  height: 720px;
  position: absolute;
  top: 0;
  left: 546px;
}
.reason .reasonslide .bd li .ys img {
  width: 100%;
  height: 720px;
  object-fit: contain;
}
.reason .reasonslide .bd li .text {
  width: 316px;
  margin: 40px 0 0;
}
.reason .reasonslide .bd li .text i {
  display: block;
  font-family: Arial;
  font-size: 60px;
  font-weight: 1000;
  line-height: 45px;
  color: #fff;
  text-align: right;
}
.reason .reasonslide .bd li .text h4 {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 13px;
  text-align: right;
  margin: 28px 0 60px;
}
.reason .reasonslide .bd li .text p {
  width: 316px;
  height: 35px;
  background: #1e3eff;
  border-radius: 17px 0 0 17px;
  font-size: 18px;
  color: #fff;
  line-height: 35px;
  text-align: center;
  letter-spacing: 2px;
}
.reason .reasonslide .bd li .text em {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #636979;
  line-height: 11px;
  text-align: right;
  margin: 13px 0 0;
}
.reason .reasonslide .hd {
  margin: -63px -210px 0;
  height: 142px;
  display: flex;
  justify-content: space-between;
  position: relative;
   border-right: 1px solid rgba(255,255,255,.2);
}

.reason .reasonslide .hd:after{
  content:"";
  position: absolute;
  top: 0;
  left: -5vw;
  border-top: 1px solid rgba(255,255,255,.2);
  width: 100vw;
  height: 1px;
}
.reason .reasonslide .hd li {
  width: 364px;
  font-size: 19px;
  color: #fff;
  line-height: 30px;
  font-weight: bold;
  padding: 0px 0 0 124px;
  line-height: 142px;
  position: relative;
  border-left: 1px solid rgba(255,255,255,.2);
  /* border-top: 1px solid rgba(255,255,255,.2); */
}
.reason .reasonslide .hd li::before {
  content: "";
  display: block;
  width: 42px;
  height: 42px;
  position: absolute;
  top: 48px;
  left: 56px;
  border-radius: 50%;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li::after {
  content: "";
  display: block;
  width: 0;
  height: 2px;
  position: absolute;
  background: #1e3eff;
  top: 0;
  left: 0;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li i {
  font-size: 12px;
  color: #fff;
  line-height: 30px;
  margin-left: 5px;
}
.reason .reasonslide .hd .on {
  color: #1e3eff;
}
.reason .reasonslide .hd .on::after {
  width: 100%;
}
.reason .reasonslide .hd .on i {
  color: #1e3eff;
}
.reason .reasonslide .hd li:nth-child(1)::before {
  background: #fff url(../images/y1.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(2)::before {
  background: #fff url(../images/y2.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(3)::before {
  background: #fff url(../images/y3.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(4)::before {
  background: #fff url(../images/y4.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(1)::before {
  background: #1e3eff url(../images/y1s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(2)::before {
  background: #1e3eff url(../images/y2s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(3)::before {
  background: #1e3eff url(../images/y3s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(4)::before {
  background: #1e3eff url(../images/y4s.png) no-repeat center;
}

.reason .reasonslide .hd .on:nth-child(5)::before {
  background: #1e3eff url(../images/y5s.png) no-repeat center;
}
.reason .reasonslide .top {
  position: absolute;
  top: -50px;
  left: 0;
  z-index: 10;
}
.reason .reasonslide .top::before {
  content: "";
  display: block;
  width: 234px;
  height: 12px;
  position: absolute;
  background: #ffc600;
  top: 136px;
  left: 0;
  z-index: -1;
}
.reason .reasonslide .top::after {
  content: "";
  display: block;
  width: 26px;
  height: 16px;
  position: absolute;
  background: url(../images/title2.png) no-repeat center;
  top: 65px;
  left: -30px;
}
.reason .reasonslide .top .zm {
  font-family: Arial;
  font-size: 106px;
  color: #fff;
  line-height: 80px;
  font-weight: 1000;
}
.reason .reasonslide .top h3 {
  font-size: 28px;
  color: #fff;
  line-height: 28px;
  margin: 37px 0 0;
}
.reason .reasonslide .qq {
  display: block;
  width: 60px;
  height: 60px;
  background: url(../images/qq.png) no-repeat center;
  position: absolute;
  top: 366px;
  right: -130px;
  z-index: 50;
}
.case {
  margin: 80px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
  z-index: 10;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 223px;
  height: 24px;
  position: absolute;
  background: #ffc600;
  opacity: 0.1;
  top: 23px;
  left: -79px;
  z-index: -1;
}
.case .box .top .zm {
  font-family: Arial;
  font-size: 50px;
  color: #333;
  line-height: 38px;
  height: 38px;
  font-weight: 1000;
}
.case .box .top h3 {
  margin: 25px 0 0;
  display: block;
  font-size: 30px;
  font-weight: 1;
  line-height: 30px;
}
.case .box .more {
  display: block;
  font-size: 16px;
  color: #666;
  line-height: 26px;
  height: 26px;
  padding: 0 49px 0 0;
  background: url(../images/more2.png) no-repeat center right;
  margin: 31px 0 0;
}
.case .list {
  display: flex;
  justify-content: space-between;
  margin: 30px 0 0;
}
.case .list li {
  width: 33.33%;
  border: 1px solid #ebebeb;
  border-right: none;
  box-sizing: border-box;
  padding: 37px 30px 0;
  height: 579px;
}
.case .list li i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #999;
  line-height: 22px;
  font-weight: bold;
}
.case .list li .img {
  display: block;
  width: 370px;
  height: 260px;
  overflow: hidden;
  margin: 28px 0 0;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .list li .img img:hover {
  transform: scale(1.1);
}
.case .list li .text {
  margin: 15px 0 0;
  position: relative;
}
.case .list li .text::before {
  content: "";
  display: block;
  width: 48px;
  height: 1px;
  position: absolute;
  background: #1e3eff;
  top: 49.1px;
  left: 0;
  transition: 0.5s linear;
}
.case .list li .text .cond {
  display: block;
  height: 50px;
  border-bottom: 1px solid #eee;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.case .list li .text p {
  font-size: 15px;
  color: #666;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 64px;
  margin: 10px 0 0;
}
.case .list li .text .more {
  display: block;
  width: 36px;
  height: 36px;
  background: url(../images/more3.png) no-repeat center;
  margin: 25px 0 0;
  font-size: 0;
  color: transparent;
  transition: 0.5s linear;
}
.case .list li:hover .text::before {
  width: 100%;
}
.case .list li:hover .text .more {
  background: #1e3eff;
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  width: 100px;
  height: 36px;
  border-radius: 18px;
}
.case .list li:last-child {
  border-right: 1px solid #ebebeb;
}
.abo {
  height: 1037px;
  background: url(../images/abo.jpg) no-repeat center top;
  margin: 80px 0 0;
  overflow: hidden;
}
.abo .warp {
  margin: 0 -215px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 810px;
  margin: 100px 0 0;
  position: relative;
}
.abo .warp .aside .top {
  position: relative;
  z-index: 10;
}
.abo .warp .aside .top::before {
  content: "";
  display: block;
  width: 223px;
  height: 24px;
  position: absolute;
  background: #ffc600;
  opacity: 0.1;
  top: 23px;
  left: -79px;
  z-index: -1;
}
.abo .warp .aside .top .zm {
  font-family: Arial;
  font-size: 50px;
  color: #333;
  line-height: 38px;
  height: 38px;
  font-weight: 1000;
}
.abo .warp .aside .top h3 {
  margin: 25px 0 0;
  display: block;
  font-size: 30px;
  font-weight: 1;
  line-height: 30px;
}
.abo .warp .aside h4 {
  font-size: 20px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  margin: 80px 0 20px;
}
.abo .warp .aside .text {
  font-size: 14px;
  color: #666;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 144px;
}
.abo .warp .aside .more {
  display: block;
  width: 100px;
  height: 36px;
  background: #1e3eff;
  border-radius: 18px;
  font-family: Arial;
  font-size: 15px;
  color: #fff;
  line-height: 36px;
  text-align: center;
  position: absolute;
  top: 50px;
  right: 0;
}
.abo .warp .about {
  width: 594px;
  height: 684px;
  overflow: hidden;
}
.abo .warp .about img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about img:hover {
  transform: scale(1.1);
}
.abo .aboslide {
  margin: 43px 0 0;
  position: relative;
}
.abo .aboslide .bd li {
  display: flex;
}
.abo .aboslide .bd li .list {
  width: 353px;
  height: 310px;
  border: 1px solid #e0e0e0;
  box-sizing: border-box;
  padding: 20px;
  margin-right: 30px;
}
.abo .aboslide .bd li .list .img {
  display: block;
  width: 100%;
  height: 200px;
  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 .text {
  width: 100%;
  padding: 0 50px 0 20px;
  box-sizing: border-box;
  height: 50px;
  position: relative;
  background: #f7f7f7;
  margin: 20px 0 0;
}
.abo .aboslide .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.abo .aboslide .bd li .list .text .more {
  display: block;
  position: absolute;
  top: 0;
  right: 0;
  width: 50px;
  height: 50px;
  background: url(../images/more1.png) no-repeat center;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .list:hover .text .more {
  background: #ffc600 url(../images/more1.png) no-repeat center;
}
.abo .aboslide .bd li .list:last-child {
  margin: 0;
}
.abo .aboslide .hd {
  height: 88px;
  box-sizing: border-box;
  display: flex;
  position: absolute;
  top: -190px;
  left: 0;
  z-index: 50;
}
.abo .aboslide .hd li {
  width: 240px;
  margin-right: 85px;
}
.abo .aboslide .hd li a {
  display: block;
  padding: 33px 0 0 112px;
  position: relative;
}
.abo .aboslide .hd li a::before {
  content: "";
  display: block;
  width: 88px;
  height: 88px;
  position: absolute;
  border: 1px solid #3c3c3c;
  border-radius: 50%;
  top: 0;
  left: 0;
}
.abo .aboslide .hd li a::after {
  content: "";
  display: block;
  width: 91px;
  height: 91px;
  position: absolute;
  background: url(../images/rb1.png) no-repeat top left;
  top: 0;
  left: 0;
  transition: 0.2s ease-out;
  transition: 0.5s linear;
}
.abo .aboslide .hd li a i {
  display: block;
  font-size: 18px;
  color: #333;
  font-weight: bold;
}
.abo .aboslide .hd li a span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #666;
  line-height: 11px;
  margin: 9px 0 0;
}
.abo .aboslide .hd .on a::after {
  background: url(../images/rb2.png) no-repeat top left;
  transform: rotate(360deg);
}
.abo .aboslide .hd li:nth-child(1) a::before {
  background: url(../images/r1.png) no-repeat center;
}
.abo .aboslide .hd li:nth-child(2) a::before {
  background: url(../images/r2.png) no-repeat center;
}
.capital {
  margin: 70px 0 0;
}
.capital .top {
  position: relative;
  z-index: 10;
}
.capital .top::before {
  content: "";
  display: block;
  width: 223px;
  height: 24px;
  position: absolute;
  background: #ffc600;
  opacity: 0.1;
  top: 23px;
  left: -79px;
  z-index: -1;
}
.capital .top .zm {
  font-family: Arial;
  font-size: 50px;
  color: #333;
  line-height: 38px;
  height: 38px;
  font-weight: 1000;
}
.capital .top h3 {
  margin: 25px 0 0;
  display: block;
  font-size: 30px;
  font-weight: 1;
  line-height: 30px;
}
.capital .capitalslide {
  margin: 50px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 400px;
  height: 452px;
  background: #f6f6f6;
  padding: 44px 40px 0;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .art .list .data {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list .data i {
  display: block;
  font-family: Arial;
  font-size: 31px;
  font-weight: bold;
  line-height: 22px;
  color: #333;
}
.capital .capitalslide .bd li .art .list .data span {
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 22px;
  position: relative;
  display: block;
}
.capital .capitalslide .bd li .art .list .data span::before {
  content: "";
  display: block;
  width: 45px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 10px;
  left: -56px;
}
.capital .capitalslide .bd li .art .list .text {
  margin: 40px 0 0;
}
.capital .capitalslide .bd li .art .list .text .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 .art .list .text p {
  font-size: 14px;
  color: #888;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 100%;
  height: 175px;
  overflow: hidden;
  margin: 30px 0 0;
}
.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:hover .text .cond {
  color: #122f71;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 40px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 400px;
  height: 84px;
  border-bottom: 1px solid #dedede;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 40px;
}
.capital .capitalslide .bd li .reg .list .data {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 20px;
}
.capital .capitalslide .bd li .reg .list .data span {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 20px;
}
.capital .capitalslide .bd li .reg .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 10px 0 0;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .more {
  display: block;
  font-size: 18px;
  color: #000;
  line-height: 30px;
  position: absolute;
  top: 29px;
  right: 0;
}
.capital .capitalslide .bd li .reg .list:hover .cond {
  color: #122f71;
  letter-spacing: 1px;
}
.capital .capitalslide .hd {
  width: 610px;
  display: flex;
  justify-content: space-between;
  position: absolute;
  top: -103px;
  right: 0;
  z-index: 50;
}
.capital .capitalslide .hd li {
  width: 165px;
  height: 55px;
  background: url(../images/nb1.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  padding: 0 0 0 74px;
  box-sizing: border-box;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 27px;
}
.capital .capitalslide .hd .on {
  background: url(../images/nb2.png) no-repeat center;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.link {
  background: #f9f9f9;
}
.link .contents {
  min-height: 136px;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  height: 45px;
  flex: 1;
  background: url(../images/link.png) no-repeat center left;
  font-size: 18px;
  color: #333;
  line-height: 18px;
  padding: 0 0 0 36px;
  box-sizing: border-box;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 84%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.2s ease-in;
}
.link .lj a:hover {
  color: #122f71;
  transform: translateY(-5px);
}
