.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;
}
.abo {
  overflow: hidden;
}
.abo .art {
  height: 147px;
  display: flex;
  margin: 0 -320px 0 935px;
}
.abo .art .tel {
  font-family: Arial;
  font-size: 20px;
  color: #333;
  line-height: 147px;
  padding-left: 64px;
  background: url(../images/tel1.png) no-repeat center left;
  font-weight: bold;
}
.abo .art .reg {
  width: 235px;
  height: 147px;
  background: #ff9959;
  padding: 48px 0 0;
  box-sizing: border-box;
  margin: 0 0 0 96px;
}
.abo .art .reg i {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 20px;
  font-weight: bold;
  text-align: center;
}
.abo .art .reg span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #fff;
  line-height: 11px;
  text-align: center;
  margin: 9px 0 0;
}
.abo .warp {
  display: flex;
  justify-content: space-between;
  margin: 0 -75px 0 0;
  position: relative;
}
.abo .warp .us {
  font-family: Arial;
  font-size: 14px;
  color: #5c5c5c;
  line-height: 12px;
  writing-mode: tb-rl;
  padding: 262px 0 0;
  position: absolute;
  top: 199px;
  right: -70px;
}
.abo .warp .us::before {
  content: "";
  display: block;
  width: 1px;
  height: 226px;
  position: absolute;
  background: #8d8d8d;
  top: 0;
  left: 6px;
}
.abo .warp .aside {
  width: 548px;
  position: relative;
}
.abo .warp .aside::before {
  content: "";
  display: block;
  width: 31px;
  height: 7px;
  position: absolute;
  background: url(../images/titel1.png) no-repeat center;
  top: 215px;
  left: 0;
}
.abo .warp .aside .top {
  position: relative;
}
.abo .warp .aside .top::before {
  content: "";
  display: block;
  width: 362px;
  height: 1px;
  position: absolute;
  background: #174299;
  top: 98px;
  left: -222px;
}
.abo .warp .aside .top .zm {
  font-family: Arial;
  font-size: 50px;
  font-weight: 1000;
  line-height: 37px;
  color: #333;
}
.abo .warp .aside .top h3 {
  width: 141px;
  height: 42px;
  background: #174299;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.abo .warp .aside h4 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
  font-weight: bold;
  margin: 70px 0 0;
}
.abo .warp .aside p {
  font-size: 16px;
  color: #666;
  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;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 40px;
  width: 140px;
  background: url(../images/more1.png) no-repeat center;
  padding: 0 0 0 20px;
  box-sizing: border-box;
  margin: 50px 0 0;
}
.abo .warp .aside .list {
  width: 550px;
  height: 171px;
  background: #ff9959;
  margin: 60px 0 0;
  position: relative;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside .list::before {
  content: "";
  display: block;
  width: 938px;
  height: 171px;
  position: absolute;
  background: #ff9959;
  top: 0;
  left: -330px;
  z-index: -1;
}
.abo .warp .aside .list li a {
  width: 110px;
  display: block;
  height: 170px;
  padding: 34px 0 0;
  position: relative;
  z-index: 50;
}
.abo .warp .aside .list li a::before {
  content: "";
  display: block;
  width: 219px;
  height: 170px;
  position: absolute;
  background: #fb8942;
  top: 0;
  left: 50%;
  margin-left: -109.5px;
  z-index: -1;
  transform: scale3d(0, 1, 0);
  transition: 0.5s linear;
}
.abo .warp .aside .list li a i {
  display: block;
  width: 51px;
  height: 51px;
  border-radius: 50%;
  margin: 0 auto;
  transition: 0.5s linear;
}
.abo .warp .aside .list li a span {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 18px;
  margin: 17px 0 0;
  text-align: center;
}
.abo .warp .aside .list .on a::before {
  transform: scale3d(1, 1, 1);
}
.abo .warp .aside .list li:nth-child(1) a i {
  background: #fb8942 url(../images/r1.png) no-repeat center;
}
.abo .warp .aside .list li:nth-child(2) a i {
  background: #fb8942 url(../images/r2.png) no-repeat center;
}
.abo .warp .aside .list li:nth-child(3) a i {
  background: #fb8942 url(../images/r3.png) no-repeat center;
}
.abo .warp .aside .list .on:nth-child(1) a i {
  background: #ff9959 url(../images/r1.png) no-repeat center;
}
.abo .warp .aside .list .on:nth-child(2) a i {
  background: #ff9959 url(../images/r2.png) no-repeat center;
}
.abo .warp .aside .list .on:nth-child(3) a i {
  background: #ff9959 url(../images/r3.png) no-repeat center;
}
.abo .warp .about {
  width: 747px;
  height: 715px;
  position: relative;
}
.abo .warp .about img {
  width: 747px;
  height: auto;
}
.abo .warp .about .rong {
  display: block;
  width: 243px;
  height: 172px;
  position: absolute;
  bottom: 0;
  left: 0;
  z-index: 10;
}
.abo .warp .about .rong::before {
  content: "";
  display: block;
  width: 243px;
  height: 172px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 10;
}
.abo .warp .about .rong img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .warp .about .rong img:hover {
  transform: scale(1.1);
}
.pro {
  margin: 70px 0 0;
  overflow: hidden;
}
.pro .box {
  display: flex;
  justify-content: space-between;
}
.pro .box .top {
  position: relative;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 362px;
  height: 1px;
  position: absolute;
  background: #174299;
  top: 98px;
  left: -222px;
}
.pro .box .top .zm {
  font-family: Arial;
  font-size: 50px;
  font-weight: 1000;
  line-height: 37px;
  color: transparent;
}
.pro .box .top:hover .zm {
  text-shadow: 3px 3px 6px #fff, 3px 3px 6px #fff, 0 0 0px #0000006e;
 }

.pro .box .top .zm::before {
  content: 'Product Center';
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 0 50% 0);
  transition: all 1s;
  transform: rotateX(0deg) skew(0deg);
}
.pro .box .top:hover .zm::before {
  transform: rotateX(-30deg) skew(-30deg);
  color: #174299;
  text-shadow: 0 0 1px black;

}
.pro .box .top .zm::after {
   content: 'Product Center';
   color: #333;
   position: absolute;
   top: 0;
   left: 0;
   clip-path: inset(50% 0 0 0);
   transition: all 1s;
   transform: rotateX(0deg) skew(0deg);
}
.pro .box .top:hover .zm::after {
   transform: rotateX(40deg) skewX(20deg);
   color: #174299;
   text-shadow: 0 0 1px black;
}


.pro .box .top h3 a {
  display: block;
  width: 141px;
  height: 42px;
  background: #174299;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.pro .box .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 99px;
  padding: 0 33px 0 0;
  background: url(../images/more2.png) no-repeat center right;
  width: 210px;
  box-sizing: border-box;
}
.pro .proslide {
  display: flex;
  justify-content: space-between;
  margin: 20px 0 0;
  position: relative;
}
.pro .proslide::before {
  content: "";
  display: block;
  width: 35px;
  height: 25px;
  position: absolute;
  background: url(../images/men.png) no-repeat center;
  top: 23px;
  left: 0;
}
.pro .proslide .hd {
  width: 175px;
  margin: 75px 0 0;
}
.pro .proslide .hd li {
  margin-bottom: 7px;
  position: relative;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 173px;
  height: 1px;
  position: absolute;
  background: #ddd;
  bottom: 0;
  left: 0;
}
.pro .proslide .hd li::after {
  content: "";
  display: block;
  width: 8px;
  height: 8px;
  position: absolute;
  background: #ddd;
  border-radius: 50%;
  top: 22px;
  left: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li .cond {
  display: block;
  height: 55px;
  padding: 0 50px 0 35px;
  box-sizing: border-box;
  font-size: 16px;
  color: #333;
  line-height: 55px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd li .more {
  display: block;
  font-size: 18px;
  color: #174299;
  line-height: 55px;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd .on::after {
  background: #174299;
}
.pro .proslide .hd .on .cond {
  color: #174299;
}
.pro .proslide .hd .on .more {
  opacity: 1;
}
.pro .proslide .bd {
  width: 1050px;
}
.pro .proslide .bd li {
  width: 1050px;
  /* display: flex;
  justify-content: space-between;
  flex-wrap: wrap; */
  overflow: hidden;
}
.pro .proslide .bd li .list {
  width: 320px;
  float: left;
  margin: 0 27px 5px 0;
}
.pro .proslide .bd li .list .tu {
  width: 320px;
  height: 250px;
  border: 1px solid #e7e7e7;
  box-sizing: border-box;
  padding: 10px;
}
.pro .proslide .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .tu .img img:hover {
  transform: scale(1.1);
}
.pro .proslide .bd li .list .text {
  height: 56px;
  padding: 0 150px 0 10px;
  box-sizing: border-box;
  position: relative;
}
.pro .proslide .bd li .list .text .cond {
  display: block;
  font-size: 16px;
  color: #555;
  line-height: 56px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .list .text .more {
  display: block;
  font-family: Arial;
  font-size: 15px;
  color: #a8a8a8;
  line-height: 56px;
  position: absolute;
  top: 0;
  right: 14px;
}
.pro .proslide .bd li .list .text .more::before {
  content: "";
  display: block;
  width: 76px;
  height: 1px;
  position: absolute;
  background: #e2e2e2;
  top: 26px;
  left: -84px;
}
.pro .proslide .bd li .list:hover .text .cond {
  color: #174299;
  letter-spacing: 1px;
}
.pro .proslide .bd li .list:nth-child(3) {
  margin: 0 0 5px 0;
}
.pro .proslide .bd li .list:nth-child(6) {
  margin: 0 0 5px 0;
}
.reason {
  height: 856px;
  background: url(../images/reason.jpg) no-repeat center top;
  margin: 50px 0 0;
  padding: 64px 0 0;
  box-sizing: border-box;
}
.reason .box {
  display: flex;
  justify-content: flex-end;
}
.reason .box p {
  font-family: Arial;
  font-size: 22px;
  color: #333;
  line-height: 47px;
  font-weight: bold;
}
.reason .box a {
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/qq.png) no-repeat center;
  margin: 0 19px 0 43px;
}
.reason .box i {
  display: block;
  width: 47px;
  height: 47px;
  background: url(../images/tel2.png) no-repeat center;
}
.reason .reasonslide {
  margin: 60px -130px 0 -25px;
  position: relative;
}
.reason .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .bd li .plaet {
  width: 455px;
  margin: 172px 0 0;
}
.reason .reasonslide .bd li .plaet h4 {
  height: 40px;
  font-size: 22px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
  display: flex;
  background: url(../images/line3.png) no-repeat center left;
  background-position-x: 78px;
}
.reason .reasonslide .bd li .plaet h4 i {
  font-family: Arial;
  font-size: 14px;
  color: #989898;
  line-height: 13px;
  margin: 28px 0 0 14px;
  display: block;
}
.reason .reasonslide .bd li .plaet p {
  font-size: 16px;
  color: #666;
  line-height: 34px;
  margin: 50px 0 0;
}
.reason .reasonslide .bd li .ys {
  width: 891px;
  height: 594px;
}
.reason .reasonslide .bd li .ys img {
  width: 891px;
  height: auto;
}
.reason .reasonslide .next {
  height: 36px;
  font-size: 16px;
  color: #666;
  line-height: 36px;
  padding: 0 0 0 53px;
  background: url(../images/next-reas.png) no-repeat center left;
  cursor: pointer;
  position: absolute;
  top: 445px;
  left: 0;
  z-index: 50;
}
.reason .reasonslide .top {
  position: absolute;
  top: -67px;
  left: 0;
}
.reason .reasonslide .top p {
  font-family: Arial;
  font-size: 52px;
  color: #333;
  line-height: 39px;
  font-weight: bold;
}
.reason .reasonslide .top h3 {
  font-size: 24px;
  color: #333;
  line-height: 24px;
  margin: 26px 0 0;
  padding: 0 0 0 60px;
  background: url(../images/title2.png) no-repeat center left;
}
.reason .reasonslide .han {
  font-family: Arial;
  font-size: 14px;
  color: #aaa;
  line-height: 12px;
  letter-spacing: 18px;
  position: absolute;
  top: 0;
  right: -60px;
  writing-mode: tb-rl;
}
.case {
  margin: 79px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 362px;
  height: 1px;
  position: absolute;
  background: #174299;
  top: 98px;
  left: -222px;
}
.case .box .top .zm {
  font-family: Arial;
  font-size: 50px;
  font-weight: 1000;
  line-height: 37px;
  color: #333;
}
.case .box .top h3 {
  display: block;
  width: 141px;
  height: 42px;
  background: #174299;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.case .box .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 99px;
  padding: 0 33px 0 0;
  background: url(../images/more2.png) no-repeat center right;
  width: 210px;
  box-sizing: border-box;
}
.case .caseslide {
  margin: 48px 0 0;
  position: relative;
}
.case .caseslide .bd li {
  width: 400px;
  margin-right: 40px;
}
.case .caseslide .bd li .tu {
  width: 400px;
  height: 300px;
  background: #f6f6f6;
  padding: 10px;
  box-sizing: border-box;
}
.case .caseslide .bd li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseslide .bd li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: contain;
  transform: scale(1);
  transition: 0.5s linear;
  background: #fff;
}
.case .caseslide .bd li .tu .img img:hover {
  transform: scale(1.1);
}
.case .caseslide .bd li .text {
  width: 100%;
  padding: 0 77px 0 0;
  box-sizing: border-box;
  position: relative;
  margin: 20px 0 0;
}
.case .caseslide .bd li .text .cond {
  display: block;
  line-height: 45px;
  font-size: 18px;
  color: #333;
  border-bottom: 1px solid #ddd;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseslide .bd li .text p {
  font-size: 14px;
  color: #999;
  line-height: 30px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 60px;
  margin: 15px 0 0;
}
.case .caseslide .bd li .text i {
  font-family: Arial;
  font-size: 41px;
  color: #ddd;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: 30px;
  right: 0;
}
.case .caseslide .bd li:hover .text .cond {
  color: #174299;
  letter-spacing: 1px;
}
.case .caseslide .arr {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.case .caseslide .arr .prev {
  width: 58px;
  height: 58px;
  background: url(../images/prev-case.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .arr .next {
  width: 58px;
  height: 58px;
  background: url(../images/next-case.png) no-repeat center;
  cursor: pointer;
}
.case .caseslide .arr .hd {
  width: 1080px;
  margin: 28px 0 0;
}
.case .caseslide .arr .hd ul {
  display: flex;
  width: 1080px;
  position: relative;
}
.case .caseslide .arr .hd ul::before {
  content: "";
  display: block;
  width: 1080px;
  height: 1px;
  position: absolute;
  background: #ddd;
  top: 1px;
  left: 0;
}
.case .caseslide .arr .hd ul li {
  flex: 1;
  height: 3px;
  font-size: 0;
  color: transparent;
  position: relative;
}
.case .caseslide .arr .hd ul li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  background: #174299;
  top: 0;
  left: 0;
  z-index: 50;
  transition: 0.5s linear;
}
.case .caseslide .arr .hd ul .on::before {
  width: 100%;
}
.service {
  height: 541px;
  background: url(../images/service.jpg) no-repeat center top;
  margin: 70px 0 0;
  padding: 62px 0 0;
  box-sizing: border-box;
}
.service .contents {
  position: relative;
}
.service .contents::before {
  content: "";
  display: block;
  width: 489px;
  height: 454px;
  position: absolute;
  background: url(../images/dec2.png) no-repeat center;
  top: 25px;
  left: -188px;
  z-index: 10;
}
.service .box {
  display: flex;
  justify-content: space-between;
}
.service .box .top {
  position: relative;
}
.service .box .top::before {
  content: "";
  display: block;
  width: 362px;
  height: 1px;
  position: absolute;
  background: #ff9959;
  top: 98px;
  left: -222px;
}
.service .box .top .zm {
  font-family: Arial;
  font-size: 50px;
  font-weight: 1000;
  line-height: 37px;
  color: #fff;
}
.service .box .top h3 {
  display: block;
  width: 141px;
  height: 42px;
  background: #ff9959;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.service .box .more {
  display: block;
  font-size: 18px;
  color: #fff;
  line-height: 99px;
  padding: 0 33px 0 0;
  background: url(../images/more3.png) no-repeat center right;
  width: 210px;
  box-sizing: border-box;
}
.service .serlisr {
  width: 1030px;
  margin: 66px 0 0 336px;
  background: url(../images/line2.png) no-repeat top left;
  background-position: 0 50px;
}
.service .serlisr .hd {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  padding: 0 0 0 80px;
  box-sizing: border-box;
}
.service .serlisr .hd li {
  flex: 0 0 17%;
  margin-bottom: 49px;
  position: relative;
}
.service .serlisr .hd li::before {
  content: "";
  display: block;
  width: 30px;
  height: 30px;
  position: absolute;
  background: url(../images/cire2.png) no-repeat center;
  top: 35px;
  left: 17px;
  transition: 0.5s linear;
}
.service .serlisr .hd li p {
  font-size: 16px;
  color: #fff;
  line-height: 20px;
}
.service .serlisr .hd li .num {
  margin: 55px 0 0 19px;
  font-size: 20px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 16px;
  color: #fff;
  padding: 10px 0 0hao 5px;
}
.service .serlisr .hd .on::before {
  background: url(../images/cire3.png) no-repeat center;
  transform: rotateY(360deg);
}
.capital {
  margin: 70px 0 0;
}
.capital .top {
  position: relative;
}
.capital .top::before {
  content: "";
  display: block;
  width: 362px;
  height: 1px;
  position: absolute;
  background: #174299;
  top: 98px;
  left: -222px;
}
.capital .top .zm {
  font-family: Arial;
  font-size: 50px;
  font-weight: 1000;
  line-height: 37px;
  color: transparent;
}

.capital .top:hover .zm {
  text-shadow: 3px 3px 6px #fff, 3px 3px 6px #fff, 0 0 0px #0000006e;
}

.capital .top .zm::before {
  content: 'News Center';
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(0 0 50% 0);
  transition: all 1s;
  transform: rotateX(0deg) skew(0deg);
}

.capital .top:hover .zm::before {
  transform: rotateX(-30deg) skew(-30deg);
  color: #174299;
  text-shadow: 0 0 1px black;

}

.capital .top .zm::after {
  content: 'News Center';
  color: #333;
  position: absolute;
  top: 0;
  left: 0;
  clip-path: inset(50% 0 0 0);
  transition: all 1s;
  transform: rotateX(0deg) skew(0deg);
}

.capital .top:hover .zm::after {
  transform: rotateX(40deg) skewX(20deg);
  color: #174299;
  text-shadow: 0 0 1px black;
}


.capital .top h3 a {
  display: block;
  width: 141px;
  height: 42px;
  background: #174299;
  font-size: 20px;
  color: #fff;
  line-height: 42px;
  text-align: center;
  margin: 20px 0 0;
}
.capital .capitalslide {
  margin: 59px 0 0;
  position: relative;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 405px;
  height: 455px;
  box-sizing: border-box;
  padding: 44px 43px 0;
  background: #fbfbfb;
}
.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: 30px;
  color: #333;
  line-height: 22px;
  font-weight: bold;
}
.capital .capitalslide .bd li .art .list .data span {
  display: flex;
  font-family: Arial;
  font-size: 16px;
  color: #999;
  line-height: 22px;
  padding: 0 0 0 55px;
  position: relative;
}
.capital .capitalslide .bd li .art .list .data span::before {
  content: "";
  display: block;
  width: 44px;
  height: 1px;
  position: absolute;
  background: #dedede;
  top: 0;
  left: 0;
}
.capital .capitalslide .bd li .art .list .cond {
  display: block;
  font-size: 16px;
  color: #888;
  line-height: 30px;
  margin: 30px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list 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: 319px;
  height: 176px;
  overflow: hidden;
  margin: 25px 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 .cond {
  color: #174299;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 39px 0 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 400px;
  height: 84px;
  border-bottom: 1px solid #e6e6e6;
  box-sizing: border-box;
  margin-bottom: 65px;
}
.capital .capitalslide .bd li .reg .list .data {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  line-height: 13px;
}
.capital .capitalslide .bd li .reg .list .data i {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 13px;
  margin-left: 5px;
}
.capital .capitalslide .bd li .reg .list .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 30px;
  padding: 0 20px 0 0;
  box-sizing: border-box;
  margin: 20px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .reg .list .more {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  font-weight: bold;
  position: absolute;
  top: 34px;
  right: 0;
}
.capital .capitalslide .hd {
  width: 660px;
  position: absolute;
  top: -123px;
  right: 0;
  z-index: 50;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li a {
  display: block;
  width: 150px;
  height: 50px;
  border: 1px solid #dedede;
  box-sizing: border-box;
  font-size: 18px;
  color: #333;
  line-height: 50px;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on a {
  border: solid 2px #174299;
  font-weight: bold;
}
.link {
  margin-bottom: 60px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  font-family: Arial;
  font-size: 36px;
  color: #174299;
  line-height: 26px;
  font-weight: bold;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 90%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #666;
  line-height: 30px;
  margin-right: 20px;
  transition: 0.5s linear;
}
.link .lj a:hover {
  color: #174299;
}
