.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 {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  margin: 69px 0 0;
  overflow: hidden;
}
.pro .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 40px;
}
.pro .top em {
  display: block;
  height: 34px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.pro .top h3 {
  margin: 20px 0 0;
}
.pro .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
  text-align: center;
}
.pro .warp {
  padding: 60px 0;
  box-sizing: border-box;
  position: relative;
  z-index: 50;
}
.pro .warp .dec1 {
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: -1;
}
.pro .warp .contents {
  position: relative;
  height: 710px;
}
.pro .warp .aside {
  width: 640px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .warp .aside .tu {
  width: 640px;
  height: 480px;
  background: #f8f8f8;
  padding: 15px;
  box-sizing: border-box;
}
.pro .warp .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .aside .tu .img img:hover {
  transform: scale(1.1);
}
.pro .warp .aside .text {
  width: 585px;
  margin: 25px auto 0;
}
.pro .warp .aside .text .cond {
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .aside .text p {
  font-size: 15px;
  color: #999;
  line-height: 36px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 72px;
  margin: 20px 0 0;
}
.pro .warp .aside .text .more {
  display: block;
  width: 150px;
  height: 46px;
  background: #0599f3;
  font-size: 16px;
  color: #fffefe;
  line-height: 46px;
  text-align: center;
  margin: 35px 0 0;
}
.pro .warp .aside:hover .text .cond {
  color: #0599f3;
  letter-spacing: 1px;
}
.pro .warp .plaet {
  width: 555px;
  position: absolute;
  top: 0;
  right: 0;
}
.pro .warp .plaet .art h3 {
  padding: 0 0 0 42px;
  background: url(../images/title1.png) no-repeat center left;
}
.pro .warp .plaet .art h3 a {
  display: flex;
}
.pro .warp .plaet .art h3 a b {
  font-size: 30px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.pro .warp .plaet .art h3 a i {
  display: block;
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin: 0 0 0 20px;
}
.pro .warp .plaet .art p {
  font-size: 15px;
  color: #999;
  line-height: 36px;
  margin: 15px 0 0;
}
.pro .warp .plaet .reg {
  display: flex;
  flex-wrap: wrap;
  width: 580px;
  margin: 30px 0 0;
}
.pro .warp .plaet .reg li {
  width: 270px;
  height: 256px;
  background: #fbfbfb;
  padding: 10px 10px 0;
  box-sizing: border-box;
  margin: 0 40px 30px 0;
}
.pro .warp .plaet .reg li .img {
  display: block;
  width: 100%;
  height: 188px;
  overflow: hidden;
}
.pro .warp .plaet .reg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .warp .plaet .reg li .img img:hover {
  transform: scale(1.1);
}
.pro .warp .plaet .reg li .text {
  height: 55px;
  padding: 0 50px 0 10px;
  box-sizing: border-box;
  position: relative;
}
.pro .warp .plaet .reg li .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .plaet .reg li .text .more {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s linear;
}
.pro .warp .plaet .reg li:hover .text .cond {
  color: #0599f3;
  letter-spacing: 1px;
}
.pro .warp .plaet .reg li:hover .text .more {
  color: #0599f3;
}
.pro .warp .plaet .reg li:nth-child(2n) {
  margin: 0 0 30px 0;
}
.pro .warp:nth-child(3) {
  background: #f8f8f8;
}
.pro .warp:nth-child(3) .aside {
  position: absolute;
  top: 0;
  right: 0;
  left: auto;
}
.pro .warp:nth-child(3) .plaet {
  position: absolute;
  top: 0;
  left: 0;
  right: auto;
}
.reason {
  height: 901px;
  background: #f8f8f8;
  box-sizing: border-box;
  padding: 70px 0 0;
  overflow: hidden;
}
.reason .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 40px;
}
.reason .top em {
  display: block;
  height: 34px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.reason .top h3 {
  margin: 20px 0 0;
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
  text-align: center;
}
.reason .reasonslide {
  margin: 50px 0 0;
}
.reason .reasonslide .hd {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd li {
  width: 15.5%;
  height: 700px;
  position: relative;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .art {
  width: 100%;
  height: 700px;
  background: rgba(0, 0, 0, 0.5);
  padding: 167px 0 0;
  box-sizing: border-box;
  position: relative;
  pointer-events: all;
  opacity: 1;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .art::before {
  content: "";
  display: block;
  width: 1px;
  height: 100px;
  position: absolute;
  background: #fff;
  top: 358px;
  left: 50%;
  transform: translateX(-50%);
}
.reason .reasonslide .hd li .art::after {
  content: "";
  display: block;
  width: 32px;
  height: 32px;
  position: absolute;
  background: #fff url(../images/more6.png) no-repeat center;
  border-radius: 50%;
  top: 508px;
  left: 50%;
  transform: translateX(-50%);
}
.reason .reasonslide .hd li .art em {
  display: block;
}
.reason .reasonslide .hd li .art em img {
  display: block;
  margin: 0 auto;
}
.reason .reasonslide .hd li .art i {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 30px;
  text-align: center;
  margin: 15px 0 0;
}
.reason .reasonslide .hd li .art span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  margin: 10px 0 0;
}
.reason .reasonslide .hd li .reg {
  width: 900px;
  height: 171px;
  background: url(../images/lb2.png) no-repeat center top;
  position: absolute;
  bottom: -175px;
  left: 50%;
  transform: translateX(-50%);
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .reg h4 {
  display: flex;
  height: 60px;
  padding: 0 0 0 292px;
}
.reason .reasonslide .hd li .reg h4 b {
  display: block;
  font-size: 24px;
  color: #fff;
  line-height: 60px;
}
.reason .reasonslide .hd li .reg h4 span {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #fff;
  line-height: 60px;
  margin-left: 15px;
}
.reason .reasonslide .hd li .reg p {
  width: 750px;
  font-size: 15px;
  color: #666;
  line-height: 36px;
  margin: 10px auto 0;
}
.reason .reasonslide .hd li:nth-child(1) {
  background: url(../images/ys1.jpg) no-repeat center top;
}
.reason .reasonslide .hd li:nth-child(2) {
  background: url(../images/ys2.jpg) no-repeat center top;
}
.reason .reasonslide .hd li:nth-child(3) {
  background: url(../images/ys3.jpg) no-repeat center top;
}
.reason .reasonslide .hd li:nth-child(4) {
  background: url(../images/ys4.jpg) no-repeat center top;
}
.reason .reasonslide .hd .on {
  width: 51.5%;
}
.reason .reasonslide .hd .on .art {
  pointer-events: none;
  opacity: 0;
}
.reason .reasonslide .hd .on .reg {
  bottom: 50px;
}
.abo {
  height: 1437px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 89px 0 0;
  box-sizing: border-box;
}
.abo .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 40px;
}
.abo .top em {
  display: block;
  height: 34px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.abo .top h3 {
  margin: 20px 0 0;
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
  text-align: center;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
  margin: 90px 0 0;
}
.abo .warp .aside {
  width: 772px;
}
.abo .warp .aside h4 {
  display: flex;
}
.abo .warp .aside h4 b {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
}
.abo .warp .aside h4 i {
  font-size: 16px;
  color: #999;
  line-height: 40px;
  margin: 0 0 0 20px;
}
.abo .warp .aside .text {
  font-size: 16px;
  color: #666;
  width: 772px;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 160px;
  margin: 40px 0 0;
}
.abo .warp .aside .more {
  display: block;
  width: 124px;
  height: 40px;
  background: #0599f3;
  font-family: Arial;
  font-size: 16px;
  color: #fffefe;
  line-height: 40px;
  text-align: center;
  margin: 55px 0 0;
}
.abo .warp .plaet {
  position: relative;
  margin: 70px 0 0;
}
.abo .warp .plaet #open {
  width: 92px;
  height: 92px;
  background: #0599f3 url(../images/video.png) no-repeat center;
  border-radius: 50%;
  cursor: pointer;
  text-indent: -999999999999999px;
  box-sizing: border-box;
  color: #fff;
  position: relative;
  z-index: 50;
}
.abo .warp .plaet #open::before {
  content: "";
  display: block;
  width: 136px;
  height: 136px;
  position: absolute;
  background: #0599f3;
  opacity: 0.1;
  border-radius: 50%;
  top: -22px;
  left: -22px;
  pointer-events: none;
  z-index: -1;
  transform: scale(0.8);
  animation: cire 2s linear alternate infinite;
}
.abo .warp .plaet .reg {
  position: fixed;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
  height: 100vh;
  z-index: 99999;
  pointer-events: none;
}
.abo .warp .plaet .reg::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: rgba(0, 0, 0, 0.6);
  top: 0;
  left: 0;
  transition: 0.9s ease-out;
}
.abo .warp .plaet .reg video {
  width: 50vw;
  height: 50vh;
  object-fit: cover;
  position: absolute;
  top: 50%;
  left: 50%;
  transform: translateX(-50%) translateY(-50%) scale(0);
  transition: 0.5s ease-out;
}
.abo .warp .plaet .reg #close {
  width: 64px;
  height: 64px;
  background: url(../images/close.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  cursor: pointer;
  z-index: 700;
  opacity: 1;
  transition: 0.5s ease-out;
  display: none;
}
.abo .warp .plaet .onjs {
  pointer-events: all;
}
.abo .warp .plaet .onjs::before {
  height: 100vh;
}
.abo .warp .plaet .onjs video {
  transform: translateX(-50%) translateY(-50%) scale(1);
}
.abo .warp .plaet .onjs #close {
  opacity: 1;
  height: 64px;
  display: block;
}
.abo .aboslide {
  display: flex;
  justify-content: space-between;
  margin: 497px 0 0;
}
.abo .aboslide .aside .hd li {
  width: 180px;
  height: 65px;
  background: #fff;
  margin-bottom: 50px;
  transition: 0.5s linear;
}
.abo .aboslide .aside .hd li a {
  display: block;
  width: 100%;
  padding: 0 0 0 70px;
  box-sizing: border-box;
  position: relative;
}
.abo .aboslide .aside .hd li a em {
  position: absolute;
  top: 0;
  left: 34px;
  display: flex;
  align-items: center;
  height: 65px;
}
.abo .aboslide .aside .hd li a em img {
  display: block;
  position: absolute;
  transition: 0.5s linear;
}
.abo .aboslide .aside .hd li a em img:nth-child(1) {
  opacity: 1;
}
.abo .aboslide .aside .hd li a em img:nth-child(2) {
  opacity: 0;
}
.abo .aboslide .aside .hd li a i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 65px;
}
.abo .aboslide .aside .hd .on {
  background: #0599f3;
}
.abo .aboslide .aside .hd .on a em img:nth-child(1) {
  opacity: 0;
}
.abo .aboslide .aside .hd .on a em img:nth-child(2) {
  opacity: 1;
}
.abo .aboslide .aside .hd .on a i {
  color: #fff;
}
.abo .aboslide .aside .arr {
  width: 123px;
  display: flex;
  justify-content: space-between;
}
.abo .aboslide .aside .arr .prev {
  width: 53px;
  height: 53px;
  border: 1px solid #333;
  border-radius: 50%;
  background: url(../images/prevabo.png) no-repeat center;
  cursor: pointer;
  box-sizing: border-box;
}
.abo .aboslide .aside .arr .next {
  width: 53px;
  height: 53px;
  border-radius: 50%;
  background: #0599f3 url(../images/nextabo.png) no-repeat center;
  cursor: pointer;
  box-sizing: border-box;
}
.abo .aboslide .bd {
  width: 1020px;
}
.abo .aboslide .bd li {
  width: 1020px;
}
.abo .aboslide .bd li .art {
  display: flex;
}
.abo .aboslide .bd li .art .list {
  width: 300px;
  margin-right: 59px;
}
.abo .aboslide .bd li .art .list .tu {
  width: 300px;
  height: 225px;
  background: #fff;
  padding: 10px;
  box-sizing: border-box;
}
.abo .aboslide .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .aboslide .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .aboslide .bd li .art .list .tu .img img:hover {
  transform: scale(1.1);
}
.abo .aboslide .bd li .art .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 50px;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.abo .aboslide .bd li .art .list:hover .cond {
  letter-spacing: 1px;
  color: #0599f3;
}
.abo .aboslide .bd li .art .list:nth-child(3) {
  margin: 0;
}
.case {
  margin: 70px 0 0;
  position: relative;
  z-index: 50;
}
.case::before {
  content: "";
  display: block;
  width: 721px;
  height: 366px;
  position: absolute;
  background: url(../images/lb1.jpg) no-repeat center;
  top: 386px;
  right: 0;
  z-index: -1;
}
.case .contents {
  position: relative;
}
.case .top {
  position: absolute;
  top: 25px;
  left: 0;
  width: 358px;
}
.case .top h3 {
  display: flex;
  height: 35px;
}
.case .top h3 em {
  display: block;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  font-style: italic;
  color: #333;
}
.case .top h3 i {
  font-size: 26px;
  color: #333;
  line-height: 35px;
  margin-left: 15px;
}
.case .top p {
  font-size: 16px;
  color: #666;
  line-height: 20px;
  margin: 55px 0 0;
}
.case .top .zm {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 18px;
  margin: 15px 0 0;
}
.case .mores {
  display: block;
  width: 82px;
  height: 82px;
  background: #0599f3 url(../images/more1.png) no-repeat center;
  position: absolute;
  top: 528px;
  right: 149px;
  z-index: 50;
}
.case .caseslide {
  position: relative;
}
.case .caseslide .bd li .art {
  display: flex;
  flex-wrap: wrap;
}
.case .caseslide .bd li .art .list {
  width: 400px;
  margin: 0 28px 20px 0;
}
.case .caseslide .bd li .art .list .tu {
  width: 400px;
  height: 300px;
  padding: 10px;
  background: #f5f5f5;
  box-sizing: border-box;
}
.case .caseslide .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .art .list .text {
  width: 400px;
  height: 50px;
  border: 1px solid #ddd;
  box-sizing: border-box;
  padding: 0 50px 0 20px;
  margin: 15px 0 0;
  position: relative;
  z-index: 50;
}
.case .caseslide .bd li .art .list .text::before {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: #0599f3;
  top: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .text::after {
  content: "";
  display: block;
  width: 100%;
  height: 0;
  position: absolute;
  background: #0599f3;
  bottom: 0;
  left: 0;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 48px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list .text .more {
  display: block;
  width: 50px;
  height: 50px;
  background: url(../images/more2.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s linear;
}
.case .caseslide .bd li .art .list:hover .text::before {
  height: 100%;
}
.case .caseslide .bd li .art .list:hover .text::after {
  height: 100%;
}
.case .caseslide .bd li .art .list:hover .text .cond {
  color: #fff;
}
.case .caseslide .bd li .art .list:hover .text .more {
  background: url(../images/more3.png) no-repeat center;
}
.case .caseslide .bd li .art .list:nth-child(1) {
  margin: 0 28px 20px 440px;
}
.case .caseslide .bd li .art .list:nth-child(2) {
  margin: 0 0 20px 0;
}
.case .caseslide .arr {
  display: flex;
  position: absolute;
  top: 270px;
  left: 0;
  z-index: 50;
}
.case .caseslide .arr .prev {
  width: 70px;
  height: 40px;
  background: #333 url(../images/prevcase.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 70px;
  height: 40px;
  background: #0599f3 url(../images/nextcase.png) no-repeat center;
  cursor: pointer;
}
.capital {
  height: 941px;
  background: #f8f8f8;
  padding: 70px 0 0;
  box-sizing: border-box;
  margin: 50px 0 0;
}
.capital .top {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 40px;
}
.capital .top em {
  display: block;
  height: 34px;
  font-size: 48px;
  font-family: 'Times New Roman', Times, serif;
  line-height: 35px;
  font-weight: bold;
  color: #333;
  text-align: center;
}
.capital .top h3 {
  margin: 20px 0 0;
}
.capital .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 25px;
  text-align: center;
}
.capital .capitalslide {
  margin: 49px 0 0;
}
.capital .capitalslide .hd {
  width: 744px;
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li {
  width: 180px;
  height: 52px;
  border: 1px solid #ccc;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 71px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 50px;
}
.capital .capitalslide .hd .on {
  background: #0599f3;
  border: 1px solid #0599f3;
}
.capital .capitalslide .hd .on a {
  color: #fff;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .hd .on:nth-child(1) a {
  background: url(../images/nt1s.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .hd .on:nth-child(2) a {
  background: url(../images/nt2s.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .hd .on:nth-child(3) a {
  background: url(../images/nt3s.png) no-repeat center left;
  background-position-x: 38px;
}
.capital .capitalslide .bd li .warp {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.capital .capitalslide .bd li .warp .art {
  width: 715px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .warp .art .list {
  width: 338px;
  height: 405px;
  background: #fff;
  box-sizing: border-box;
  padding: 32px 23px 0 21px;
}
.capital .capitalslide .bd li .warp .art .list .data {
  display: block;
  font-family: Arial;
  font-size: 22px;
  color: #999;
  line-height: 16px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .art .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  margin: 30px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .art .list p {
  font-size: 14px;
  color: #999;
  line-height: 22px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 44px;
  margin: 15px 0 0;
}
.capital .capitalslide .bd li .warp .art .list .img {
  width: 294px;
  height: 167px;
  overflow: hidden;
  display: block;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .warp .art .list .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .art .list .img img:hover {
  transform: scale(1.1);
}
.capital .capitalslide .bd li .warp .art .list:hover .data {
  color: #0599f3;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .art .list:hover .cond {
  color: #0599f3;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .reg {
  width: 515px;
}
.capital .capitalslide .bd li .warp .reg .list {
  display: flex;
  justify-content: space-between;
  height: 169px;
  border-bottom: 1px solid #ddd;
  box-sizing: border-box;
  margin-bottom: 58px;
}
.capital .capitalslide .bd li .warp .reg .list .data {
  font-family: Arial;
  font-size: 30px;
  color: #666;
  line-height: 30px;
}
.capital .capitalslide .bd li .warp .reg .list .text {
  width: 435px;
  position: relative;
}
.capital .capitalslide .bd li .warp .reg .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  padding: 0 50px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .reg .list .text .time {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 10px;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .warp .reg .list .text p {
  font-size: 14px;
  color: #999;
  line-height: 26px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
  margin: 30px 0 0;
}
.capital .capitalslide .bd li .warp .reg .list .text .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more4.png) no-repeat center;
  position: absolute;
  top: 0;
  right: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .warp .reg .list:hover .data {
  color: #0599f3;
}
.capital .capitalslide .bd li .warp .reg .list:hover .text .cond {
  color: #0599f3;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .warp .reg .list:hover .text .more {
  background: url(../images/more5.png) no-repeat center;
}
.capital .capitalslide .bd li .box {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .box .list {
  width: 396px;
  height: 120px;
  background: #fff;
  border-radius: 2px;
  padding: 0 32px;
  box-sizing: border-box;
}
.capital .capitalslide .bd li .box .list .cond {
  line-height: 70px;
  height: 60px;
  display: block;
  font-size: 15px;
  color: #333;
  border-bottom: 1px solid #e0e0e0;
  padding: 0 0 0 10px;
  position: relative;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .box .list .cond::before {
  content: "";
  display: block;
  width: 5px;
  height: 1px;
  position: absolute;
  background: #333;
  top: 35px;
  left: 0;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .box .list .data {
  display: flex;
  justify-content: space-between;
  margin: 10px 0 0;
}
.capital .capitalslide .bd li .box .list .data i {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.capital .capitalslide .bd li .box .list .data .more {
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.capital .capitalslide .bd li .box .list:hover .cond {
  color: #0599f3;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .box .list:hover .cond::before {
  background: #0599f3;
}
@keyframes cire {
  to {
    transform: scale(1);
  }
}
