.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;
}
.region {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 36px;
  margin: 85px 0 0;
}
.region .top {
  width: 550px;
  margin: 0 auto;
}
.region .top h3 {
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.region .top h3 i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.region .top h3 i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.region .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.region .warp {
  display: flex;
  justify-content: space-between;
  margin: 55px 0 0;
}
.region .warp .aside {
  width: 405px;
  background: url(../images/aside.png) no-repeat top right;
}
.region .warp .aside i {
  display: block;
  font-family: Arial;
  font-size: 100px;
  color: #333;
  opacity: 0.05;
  writing-mode: tb-rl;
  font-weight: 1000;
  width: 73px;
  line-height: 73px;
}
.region .warp .aside .tel {
  height: 41px;
  font-size: 18px;
  color: #333;
  line-height: 41px;
  font-weight: bold;
  padding-left: 52px;
  background: url(../images/tel2.png) no-repeat center left;
  margin: 75px 0 0;
}
.region .warp .list {
  width: 830px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.region .warp .list li {
  width: 220px;
  height: 221px;
  margin-bottom: 52px;
  padding: 73px 30px 0;
  box-sizing: border-box;
}
.region .warp .list li b {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  font-weight: bold;
  letter-spacing: 1px;
  text-align: center;
  display: block;
  transition: 0.2s ease-out;
}
.region .warp .list li p {
  font-size: 15px;
  color: #666;
  line-height: 34px;
  letter-spacing: 1px;
  text-align: center;
  margin: 15px 0 40px;
  height: 68px;
}
.region .warp .list li i {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 12px;
  text-align: center;
}
.region .warp .list li:hover b {
  transform: translateY(-4px);
}
.region .warp .list li:nth-child(even) {
  background: url(../images/bj1.png) no-repeat center top;
}
.region .warp .list li:nth-child(odd) {
  background: url(../images/bj2.png) no-repeat center top;
}
.pro {
  background: url(../images/pro.jpg) no-repeat center top;
  background-position-y: 36px;
  margin: 50px 0 0;
  overflow: hidden;
}
.pro .top {
  width: 575px;
  margin: 0 auto;
}
.pro .top h3 a {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.pro .top h3 a i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.pro .top h3 a i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.pro .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.pro .warp {
  display: flex;
  justify-content: space-between;
  margin: 65px 0 0;
}
.pro .warp .aside {
  width: 170px;
  margin: 10px 0 0 40px;
}
.pro .warp .aside li {
  padding-left: 30px;
  background: url(../images/title1.png) no-repeat center left;
  transition: 0.5s linear;
}
.pro .warp .aside li a {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 65px;
  border-bottom: 1px solid #eee;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .aside li:hover {
  background: url(../images/title2.png) no-repeat center left;
}
.pro .warp .aside li:hover a {
  border-color: #fd7400;
}
.pro .warp .aside li:last-child a {
  border: none;
}
.pro .warp .proslide {
  width: 960px;
  position: relative;
}
.pro .warp .proslide .bd li {
  display: flex;
  flex-wrap: wrap;
}
.pro .warp .proslide .bd li .list {
  width: 430px;
  margin: 0 100px 60px 0;
  display: flex;
  justify-content: space-between;
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .list .tu {
  width: 340px;
  height: 260px;
  background: #f5f5f5;
  box-sizing: border-box;
  padding: 10px;
}
.pro .warp .proslide .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
  border: 1px dashed #e0e0e0;
}
.pro .warp .proslide .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .warp .proslide .bd li .list .text {
  width: 85px;
  position: relative;
}
.pro .warp .proslide .bd li .list .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 56px;
  position: absolute;
  background: #ccc;
  top: 112px;
  left: 42px;
}
.pro .warp .proslide .bd li .list .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 90px;
  height: 105px;
  writing-mode: tb-rl;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .proslide .bd li .list .text i {
  display: block;
  writing-mode: tb-rl;
  font-family: Arial;
  font-size: 14px;
  color: #666;
  position: absolute;
  top: 0;
  right: 0;
  line-height: 12px;
}
.pro .warp .proslide .bd li .list .text em {
  display: block;
  width: 33px;
  height: 33px;
  background: #242424;
  border-radius: 50%;
  font-family: Arial;
  font-size: 18px;
  color: #fff;
  line-height: 33px;
  text-align: center;
  margin: 100px auto 0;
  transition: 0.5s linear;
}
.pro .warp .proslide .bd li .list:hover {
  transform: translateY(-4px);
}
.pro .warp .proslide .bd li .list:hover .text em {
  background: #fd7400;
}
.pro .warp .proslide .bd li .list:nth-child(2) {
  margin: 0 0 60px 0;
}
.pro .warp .proslide .bd li .list:nth-child(4) {
  margin: 0 0 60px 0;
}
.pro .warp .proslide .bd li .list:nth-child(6) {
  margin: 0 0 60px 0;
}
.pro .warp .proslide .next {
  font-size: 16px;
  text-align: center;
  line-height: 54px;
  box-sizing: border-box;
  width: 190px;
  height: 54px;
  border-radius: 27px;
  background: #fd7400 url(../images/next.png) no-repeat center left;
  background-position-x: 16px;
  position: absolute;
  bottom: 90px;
  left: -314px;
  cursor: pointer;
  color: #fff;
}
.reason {
  height: 931px;
  background: url(../images/reason.jpg) no-repeat center top;
  padding: 39px 0 0;
  box-sizing: border-box;
  overflow: hidden;
}
.reason .top {
  width: 575px;
  margin: 0 auto;
}
.reason .top h3 {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.reason .top h3 i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.reason .top h3 i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.reason .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.reason .reasonslide {
  margin: 55px 0 0;
  position: relative;
}
.reason .reasonslide .hd {
  width: 1175px;
  margin: 0 0 57px 0;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .hd li {
  width: 170px;
  display: flex;
  justify-content: space-between;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .ys {
  width: 0;
  height: 260px;
  overflow: hidden;
  opacity: 0;
  transition: 0.5s linear;
}
.reason .reasonslide .hd li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.reason .reasonslide .hd li .text {
  width: 170px;
  height: 260px;
  background: #f9f9f9;
  padding: 43px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide .hd li .text em {
  margin: 0 auto;
  display: block;
  width: 90px;
  height: 75px;
  background: url(../images/yb1.png) no-repeat center;
  position: relative;
}
.reason .reasonslide .hd li .text em::before {
  content: "";
  display: block;
  width: 90px;
  height: 75px;
  position: absolute;
  top: 0;
  left: 0;
}
.reason .reasonslide .hd li .text i {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 17px;
  text-align: center;
  margin: 63px 0 0;
}
.reason .reasonslide .hd li .text span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 10px;
  text-align: center;
  margin: 20px 0 0;
}
.reason .reasonslide .hd li:nth-child(1) .text em::before {
  background: url(../images/y1.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(2) .text em::before {
  background: url(../images/y2.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(3) .text em::before {
  background: url(../images/y3.png) no-repeat center;
}
.reason .reasonslide .hd li:nth-child(4) .text em::before {
  background: url(../images/y4.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(1) .text em::before {
  background: url(../images/y1s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(2) .text em::before {
  background: url(../images/y2s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(3) .text em::before {
  background: url(../images/y3s.png) no-repeat center;
}
.reason .reasonslide .hd .on:nth-child(4) .text em::before {
  background: url(../images/y4s.png) no-repeat center;
}
.reason .reasonslide .hd .on {
  width: 516px;
}
.reason .reasonslide .hd .on .ys {
  width: 340px;
  opacity: 1;
}
.reason .reasonslide .tempWrap {
  width: 625px;
}
.reason .reasonslide .bd {
  width: 625px;
}
.reason .reasonslide .bd li {
  width: 625px;
  position: relative;
}
.reason .reasonslide .bd li h4 {
  height: 45px;
  font-size: 30px;
  color: #333;
  font-weight: bold;
}
.reason .reasonslide .bd li h4 i {
  font-size: 14px;
  color: #999;
  line-height: 30px;
}
.reason .reasonslide .bd li p {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  height: 160px;
  margin: 25px 0 0;
}
.reason .reasonslide .bd li em {
  font-family: Arial;
  font-size: 60px;
  line-height: 45px;
  font-weight: 1000;
  position: absolute;
  top: 0;
  right: 0;
  color: #fd7400;
}
.reason .reasonslide .dec {
  position: absolute;
  top: 320px;
  left: 710px;
}
.reason .reasonslide .art {
  width: 351px;
  margin: 60px 0 0;
  position: relative;
  display: flex;
  justify-content: space-between;
}
.reason .reasonslide .art::before {
  content: "";
  display: block;
  width: 85px;
  height: 1px;
  position: absolute;
  background: #e0e0e0;
  top: 65px;
  left: 134px;
}
.reason .reasonslide .art a {
  display: block;
  width: 120px;
  height: 120px;
  background: #fd7400 url(../images/zunx.png) no-repeat center top;
  background-position-y: 27px;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  padding: 77px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.reason .reasonslide .art a::before {
  content: "";
  display: block;
  width: 146px;
  height: 146px;
  position: absolute;
  border: 1px dashed #ccc;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -73px;
  margin-top: -73px;
}
.reason .reasonslide .art .tel {
  display: block;
  width: 120px;
  height: 120px;
  background: #242424 url(../images/tel3.png) no-repeat center top;
  background-position-y: 27px;
  font-size: 16px;
  color: #fff;
  line-height: 15px;
  text-align: center;
  padding: 77px 0 0;
  box-sizing: border-box;
  border-radius: 50%;
  position: relative;
}
.reason .reasonslide .art .tel::before {
  content: "";
  display: block;
  width: 146px;
  height: 146px;
  position: absolute;
  border: 1px dashed #ccc;
  border-radius: 50%;
  top: 50%;
  left: 50%;
  margin-left: -73px;
  margin-top: -73px;
}
.case {
  margin: 90px 0 0;
  background: url(../images/case.jpg) no-repeat center top;
  background-position-y: 36px;
}
.case .top {
  width: 575px;
  margin: 0 auto;
}
.case .top h3 {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.case .top h3 i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.case .top h3 i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.case .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.case .list {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  margin: 68px 0 0;
}
.case .list li {
  width: 623px;
  margin-bottom: 60px;
  display: flex;
}
.case .list li .img {
  display: block;
  width: 433px;
  height: 322px;
  overflow: hidden;
}
.case .list li .img img {
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .list li .text {
  width: 190px;
  height: 322px;
  background: #fff;
  padding: 50px 0 0;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.case .list li .text i {
  display: block;
  width: 90px;
  height: 84px;
  background: url(../images/yb1.png) no-repeat center;
  font-family: Arial;
  font-size: 26px;
  color: #333;
  line-height: 84px;
  text-align: center;
  margin: 0 auto;
  font-weight: bold;
  transition: 0.5s linear;
}
.case .list li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 40px;
  padding: 0 10px;
  box-sizing: border-box;
  margin: 50px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .list li .text em {
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 10px;
  text-align: center;
  display: block;
  margin: 10px 0 0;
  transition: 0.5s linear;
}
.case .list li:hover .text {
  background: #fd7400;
}
.case .list li:hover .text i {
  background: url(../images/cb2.png) no-repeat center;
  color: #fff;
}
.case .list li:hover .text .cond {
  color: #fff;
}
.case .list li:hover .text em {
  color: #fff;
}
.abo {
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 31px 0 0;
  box-sizing: border-box;
}
.abo .top {
  width: 575px;
  margin: 0 auto;
}
.abo .top h3 {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.abo .top h3 i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.abo .top h3 i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.abo .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.abo .warp {
  margin: 50px 0 70px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside {
  width: 650px;
  display: flex;
  position: relative;
}
.abo .warp .aside .art {
  width: 95px;
  display: flex;
}
.abo .warp .aside .art h3 {
  font-size: 20px;
  color: #333;
  line-height: 20px;
  writing-mode: tb-rl;
  width: 20px;
  padding: 280px 0 0;
  letter-spacing: 12px;
  height: 456px;
  box-sizing: border-box;
}
.abo .warp .aside .art p {
  font-family: Arial;
  font-size: 18px;
  color: #333;
  writing-mode: tb-rl;
  letter-spacing: 13px;
  width: 42px;
  line-height: 42px;
  padding: 76px 0 0;
  box-sizing: border-box;
  background: url(../images/ab2.png) no-repeat top center;
  margin: 0 0 0 30px;
  height: 456px;
}
.abo .warp .aside .about {
  width: 476px;
  height: 463px;
  padding: 29px 0 0 42px;
  box-sizing: border-box;
  background: url(../images/ab.png) no-repeat top left;
  margin: 0 0 0 35px;
}
.abo .warp .aside .about img {
  width: 434px;
  height: 434px;
  border-radius: 50%;
}
.abo .warp .aside .rong {
  display: block;
  width: 170px;
  height: 234px;
  position: absolute;
  top: 231px;
  right: 0;
}
.abo .warp .aside .rong::before {
  content: "";
  display: block;
  width: 170px;
  height: 234px;
  position: absolute;
  background: url(../images/rong.png) no-repeat center;
  top: 0;
  left: 0;
  z-index: 10;
}
.abo .warp .aside .rong img {
  width: 170px;
  height: 234px;
  object-fit: contain;
}
.abo .warp .plaet {
  width: 576px;
  margin: 38px 0 0;
}
.abo .warp .plaet h4 {
  font-size: 24px;
  color: #333;
  line-height: 25px;
}
.abo .warp .plaet em {
  font-size: 14px;
  color: #666;
  font-family: SimSun;
  line-height: 13px;
  letter-spacing: 3px;
  margin: 15px 0 0;
  display: block;
}
.abo .warp .plaet .text {
  font-size: 16px;
  color: #666;
  line-height: 40px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 200px;
  margin: 30px 0 0;
}
.abo .warp .plaet .more {
  display: block;
  width: 200px;
  height: 55px;
  background: #fd7400;
  border-radius: 27px;
  position: relative;
  padding: 0 0 0 59px;
  box-sizing: border-box;
  font-size: 16px;
  color: #fff;
  line-height: 55px;
  margin: 48px 0 0;
  transition: 0.5s linear;
}
.abo .warp .plaet .more::before {
  content: "";
  display: block;
  width: 80px;
  height: 80px;
  position: absolute;
  background: #fff url(../images/more1.png) no-repeat center;
  border: 8px solid #fd7400;
  border-radius: 50%;
  top: -14px;
  right: -20px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.abo .warp .plaet .more:hover {
  background: #000;
  transform: translateY(-4px);
}
.abo .warp .plaet .more:hover::before {
  border-color: #000;
}
.abo .list {
  width: 1300px;
  height: 210px;
  border: 1px solid #eee;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.abo .list li {
  width: 325px;
  padding: 55px 0 0;
  box-sizing: border-box;
  position: relative;
  border-right: 1px solid #eee;
  background: none;
  transition: 0.5s linear;
}
.abo .list li::before {
  content: "";
  display: block;
  width: 30px;
  height: 1px;
  position: absolute;
  background: #ccc;
  top: 122px;
  left: 50%;
  transform: translateX(-50%);
}
.abo .list li span {
  display: block;
  text-align: center;
}
.abo .list li span i {
  font-size: 60px;
  font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
  line-height: 50px;
  color: #333;
}
.abo .list li span em {
  font-size: 18px;
  font-family: SimSun;
  lighting-color: 50px;
}
.abo .list li p {
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
  margin: 35px 0 0;
}
.abo .list .on {
  border: none;
  background: #fd7400;
}
.abo .list .on::before {
  background: #fff;
}
.abo .list .on span i {
  color: #fff;
}
.abo .list .on span em {
  color: #fff;
}
.abo .list .on p {
  color: #fff;
}
.capital {
  background: url(../images/t1.png) no-repeat center top;
  background-position-y: 36px;
  margin: 83px 0 0;
}
.capital .top {
  width: 575px;
  margin: 0 auto;
}
.capital .top h3 a {
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  font-weight: 1000;
  line-height: 45px;
  height: 45px;
  text-align: center;
  width: 100%;
}
.capital .top h3 a i {
  font-size: 24px;
  color: #333;
  line-height: 65px;
  margin-left: 15px;
  position: relative;
}
.capital .top h3 a i::before {
  content: "”";
  display: block;
  font-family: Arial;
  font-size: 60px;
  color: #333;
  line-height: 14px;
  position: absolute;
  top: 0;
  left: 0;
}
.capital .top p {
  font-size: 16px;
  color: #333;
  line-height: 20px;
  text-align: center;
  letter-spacing: 10px;
  margin: 30px 0 0;
}
.capital .capitalslide {
  margin: 50px 0 0;
}
.capital .capitalslide .hd {
  display: flex;
  justify-content: space-between;
  margin-bottom: 38px;
}
.capital .capitalslide .hd li {
  width: 400px;
  height: 40px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd li .cond {
  display: block;
}
.capital .capitalslide .hd li .cond i {
  display: block;
  font-size: 20px;
  color: #333;
  line-height: 19px;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li .cond span {
  display: block;
  font-family: Arial;
  font-size: 12px;
  color: #999;
  line-height: 9px;
  margin: 11px 0 0 0;
  transition: 0.5s linear;
}
.capital .capitalslide .hd li .more {
  display: block;
  width: 120px;
  height: 40px;
  border: 1px solid #e0e0e0;
  font-family: Arial;
  font-size: 14px;
  color: #999;
  line-height: 40px;
  text-align: center;
  transition: 0.5s linear;
}
.capital .capitalslide .hd .on .cond i {
  color: #fd7400;
}
.capital .capitalslide .hd .on .cond span {
  color: #fd7400;
}
.capital .capitalslide .hd .on .more {
  color: #fd7400;
  border-color: #fd7400;
}
.capital .capitalslide .bd li .art {
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list {
  width: 400px;
}
.capital .capitalslide .bd li .art .list .img {
  display: block;
  width: 400px;
  height: 250px;
  overflow: hidden;
}
.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 .box {
  margin: 27px 0 0;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .art .list .box .data {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.capital .capitalslide .bd li .art .list .box .data i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.capital .capitalslide .bd li .art .list .box .text {
  width: 280px;
}
.capital .capitalslide .bd li .art .list .box .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .art .list .box .text p {
  font-size: 15px;
  color: #666;
  line-height: 14px;
  margin: 23px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .art .list:hover .box .text .cond {
  color: #fd7400;
  letter-spacing: 1px;
}
.capital .capitalslide .bd li .reg {
  display: flex;
  justify-content: space-between;
  padding: 35px 0 0;
  border-top: 1px solid #eee;
  margin: 45px 0 0;
}
.capital .capitalslide .bd li .reg .list {
  width: 395px;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .bd li .reg .list .data {
  font-family: Arial;
  font-size: 16px;
  color: #333;
  line-height: 12px;
}
.capital .capitalslide .bd li .reg .list .data i {
  display: block;
  font-family: Arial;
  font-size: 30px;
  color: #333;
  line-height: 22px;
  margin-bottom: 20px;
}
.capital .capitalslide .bd li .reg .list .text {
  width: 280px;
}
.capital .capitalslide .bd li .reg .list .text .cond {
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 16px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .reg .list .text p {
  font-size: 15px;
  color: #666;
  line-height: 14px;
  margin: 23px 0 0;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .reg .list:hover .text .cond {
  color: #fd7400;
  letter-spacing: 1px;
}
.link {
  margin: 70px 0 50px;
}
.link .contents {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.link p {
  height: 38px;
  background: url(../images/link.png) no-repeat center left;
  padding-left: 38px;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  flex: 1;
}
.link .lj {
  display: flex;
  flex-wrap: wrap;
  flex: 0 0 86%;
}
.link .lj a {
  display: block;
  font-size: 14px;
  color: #999;
  line-height: 26px;
  transition: 0.2s ease-out;
  margin-right: 20px;
}
.link .lj a:hover {
  color: #fd7400;
  transform: translateY(-4px);
}
