.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;
}
.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 {
  height: 916px;
  padding: 173px 0 0;
  background: url(../images/pro.jpg) no-repeat center top;
  box-sizing: border-box;
}
.pro .top {
  margin: 0 auto;
  width: 268px;
  background: url(../images/t1.png) no-repeat center;
}
.pro .top em {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.pro .top h3 {
  margin: 10px 0 0;
}
.pro .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.pro .listimg {
  margin: 105px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .listimg li {
  position: relative;
  width: 281px;
  height: 446px;
  transition: 0.5s linear;
}
.pro .listimg li .img {
  display: block;
  width: 281px;
  height: 100%;
  overflow: hidden;
  margin: 0 auto;
}
.pro .listimg li .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.pro .listimg li .img img:hover {
  transform: scale(1.1);
}
.pro .listimg li .text {
  position: absolute;
  bottom: 30px;
  left: 50%;
  right: 0;
  z-index: 5;
  width: 281px;
  transform: translateX(-50%);
  padding: 0 90px 0 27px;
  box-sizing: border-box;
}
.pro .listimg li .text .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .listimg li .text .more {
  position: absolute;
  top: 0;
  right: 25px;
  display: block;
  font-family: Arial;
  font-size: 14px;
  color: #333;
  line-height: 30px;
}
.pro .listimg .on {
  width: 356px;
  transform: scale(1.2);
}
.reason {
  height: 1025px;
  background: url(../images/rea.jpg) no-repeat center top;
  padding: 48px 0 0;
  box-sizing: border-box;
  position: relative;
}
.reason .contents {
  position: relative;
}
.reason .top {
  width: 670px;
  height: 150px;
  margin: 0 auto;
  background: url(../images/t3.png) no-repeat center top;
  padding: 110px 0 0;
  font-size: 18px;
  color: #fff;
  line-height: 20px;
  text-align: center;
  box-sizing: border-box;
}
.reason .reasonslide {
  display: flex;
  position: relative;
  z-index: 50;
  height: 780px;
  margin: 45px 0 0;
  padding: 190px 0 0;
  box-sizing: border-box;
}
.reason .reasonslide::before {
  content: "";
  display: block;
  width: 1492px;
  height: 503px;
  position: absolute;
  top: 182px;
  left: 50%;
  transform: translateX(-50%);
  z-index: -1;
  background: url(../images/yb.png) no-repeat center;
}
.reason .reasonslide .aside {
  position: relative;
  width: 388px;
  padding: 181px 0 0 40px;
  box-sizing: border-box;
}
.reason .reasonslide .aside::before {
  content: "";
  display: block;
  width: 321px;
  height: 311px;
  position: absolute;
  top: 86px;
  left: 39px;
  z-index: 100;
  background: url(../images/bg5.png) no-repeat center;
}
.reason .reasonslide .aside h3 {
  font-size: 36px;
  color: #fff;
  line-height: 35px;
  font-weight: bold;
}
.reason .reasonslide .aside em {
  display: block;
  margin: 107px 0 0;
  font-family: Arial;
  font-size: 54px;
  font-weight: bold;
  line-height: 41px;
  color: #fff;
}
.reason .reasonslide .warp {
  width: 720px;
  padding: 83px 0 0 0;
  margin-left: 95px;
}
.reason .reasonslide .warp .hd {
  display: flex;
  justify-content: space-between;
  width: 720px;
}
.reason .reasonslide .warp .hd li {
  position: relative;
}
.reason .reasonslide .warp .hd li::before {
  content: "";
  display: block;
  width: 1px;
  height: 125px;
  position: absolute;
  top: 0;
  right: -55px;
  background: #a3a3a3;
  opacity: 0.3;
}
.reason .reasonslide .warp .hd li .tu img {
  display: block;
}
.reason .reasonslide .warp .hd li i {
  margin: 28px 0 0;
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 20px;
  text-align: center;
}
.reason .reasonslide .warp .hd li:last-child::before {
  display: none;
}
.reason .reasonslide .warp .bd li .ys {
  width: 100%;
  height: 598px;
}
.reason .reasonslide .warp .bd li .ys img {
  display: block;
}
.reason .reasonslide .warp .bd li .art {
  margin: 75px 0 0;
}
.reason .reasonslide .warp .bd li .art .reg {
  position: relative;
  display: flex;
}
.reason .reasonslide .warp .bd li .art .reg::before {
  content: "";
  display: block;
  width: 225px;
  height: 10px;
  position: absolute;
  top: 2px;
  left: 75px;
  background: url(../images/bg4.png) no-repeat center;
}
.reason .reasonslide .warp .bd li .art .reg .num {
  font-family: 'Times New Roman', Times, serif;
  font-size: 73px;
  color: #e9603c;
  line-height: 51px;
  font-weight: bold;
}
.reason .reasonslide .warp .bd li .art .reg i {
  margin: 27px 0 0 10px;
  display: block;
  font-size: 22px;
  color: #333;
  line-height: 23px;
}
.reason .reasonslide .warp .bd li .art p {
  margin: 30px 0 0;
  font-size: 16px;
  color: #666;
  line-height: 32px;
}
.reason .reasonslide .arr {
  position: absolute;
  top: 485px;
  left: 307px;
  z-index: 100;
}
.reason .reasonslide .arr .prev {
  width: 53px;
  height: 52px;
  cursor: pointer;
}
.reason .reasonslide .arr .next {
  width: 53px;
  height: 52px;
  cursor: pointer;
}
.reason .bs {
  position: absolute;
  top: 243px;
  left: 0;
  right: 0;
  z-index: -1;
}
.reason .bs li {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  opacity: 0;
  height: 598px;
  transition: 0.5s linear;
}
.reason .bs li img {
  display: block;
}
.reason .bs .on {
  opacity: 1;
}
.abo {
  height: 759px;
  background: url(../images/abo.jpg) no-repeat center bottom;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .aside {
  width: 720px;
}
.abo .aside h3 {
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
}
.abo .aside .text {
  margin: 40px 0 0;
  font-size: 16px;
  color: #333;
  line-height: 32px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 5;
  overflow: hidden;
  height: 160px;
}
.abo .aside .more {
  display: block;
  margin: 90px 0 0;
  width: 132px;
  height: 50px;
  background: #e9603c;
  font-size: 16px;
  color: #fff;
  line-height: 50px;
  text-align: center;
}
.abo .aside .listtitle {
  display: flex;
  margin: 175px 0 0;
}
.abo .aside .listtitle li {
  width: 138px;
  height: 146px;
  background: url(../images/bg1.jpg) no-repeat center;
}
.abo .aside .listtitle li a {
  display: block;
  width: 100%;
  height: 100%;
  padding: 45px 0 0;
  box-sizing: border-box;
}
.abo .aside .listtitle li a .tu {
  display: block;
  transition: 0.2s ease-out;
}
.abo .aside .listtitle li a .tu img {
  display: block;
  margin: 0 auto;
}
.abo .aside .listtitle li a i {
  margin: 20px 0 0;
  display: block;
  font-size: 16px;
  color: #333;
  line-height: 15px;
  text-align: center;
}
.abo .aside .listtitle li:hover a .tu {
  transform: translateY(-5px);
}
.abo .about {
  width: 514px;
  height: 639px;
  overflow: hidden;
}
.abo .about img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .about img:hover {
  transform: scale(1.1);
}
.case {
  margin: 90px 0 0;
}
.case .top {
  margin: 0 auto;
  width: 268px;
  background: url(../images/t1.png) no-repeat center;
}
.case .top em {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.case .top h3 {
  margin: 10px 0 0;
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.case .warp {
  position: relative;
  margin: 30px 0 0;
}
.case .warp .swiper-slide {
  height: 485px;
}
.case .warp .item {
  width: 360px;
  height: 285px;
  border: solid 1px #e5e5e5;
  padding: 10px;
  box-sizing: border-box;
  margin: 70px 0 0;
}
.case .warp .item .img {
  display: block;
  width: 100%;
  height: 265px;
  overflow: hidden;
}
.case .warp .item .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.case .warp .item .img img:hover {
  transform: scale(1.1);
}
.case .warp .item .cond {
  display: none;
}
.case .warp .item .art {
  display: none;
}
.case .warp .swiper-slide-active .item {
  width: 480px;
  height: 485px;
  margin: 0;
  transform: translateX(-60px);
}
.case .warp .swiper-slide-active .item .img {
  height: 335px;
}
.case .warp .swiper-slide-active .item .cond {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 85px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .warp .swiper-slide-active .item .art {
  display: block;
  position: relative;
  display: flex;
  justify-content: space-between;
  height: 30px;
}
.case .warp .swiper-slide-active .item .art::before {
  content: "";
  display: block;
  width: 330px;
  height: 1px;
  position: absolute;
  top: 13px;
  left: 63px;
  background: #939393;
}
.case .warp .swiper-slide-active .item .art .num {
  font-size: 40px;
  color: #333;
  font-family: 'Times New Roman', Times, serif;
  line-height: 30px;
  font-weight: bold;
  transition: 0.5s linear;
}
.case .warp .swiper-slide-active .item .art .more {
  display: block;
  width: 30px;
  height: 30px;
  background: url(../images/more1.png) no-repeat center;
}
.case .warp .swiper-slide-active .item:hover .cond {
  letter-spacing: 1px;
}
.case .warp .swiper-slide-active .item:hover .art .num {
  color: #e9603c;
}
.case .warp .prev-case {
  position: absolute;
  top: 407px;
  left: 213px;
  z-index: 50;
  width: 149px;
  height: 56px;
  background: #e9603c url(../images/prev-case.png) no-repeat center left;
  background-position-x: 34px;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  padding: 0 0 0 74px;
  box-sizing: border-box;
  cursor: pointer;
}
.case .warp .next-case {
  position: absolute;
  top: 407px;
  right: 213px;
  z-index: 50;
  width: 149px;
  height: 56px;
  background: #565656 url(../images/next-case.png) no-repeat center left;
  background-position-x: 34px;
  border-radius: 28px;
  font-size: 18px;
  color: #fff;
  line-height: 56px;
  padding: 0 0 0 74px;
  box-sizing: border-box;
  cursor: pointer;
}
.capital {
  margin: 85px 0 0;
  height: 1170px;
  background: url(../images/cap.jpg) no-repeat center bottom;
}
.capital .top {
  margin: 0 auto;
  width: 328px;
  background: url(../images/t2.png) no-repeat center;
}
.capital .top em {
  display: block;
  font-family: Arial;
  font-size: 26px;
  font-weight: bold;
  line-height: 20px;
  text-align: center;
}
.capital .top h3 {
  margin: 10px 0 0;
}
.capital .top h3 a {
  display: block;
  font-size: 26px;
  color: #333;
  line-height: 26px;
  font-weight: bold;
  text-align: center;
}
.capital .warp {
  position: relative;
  display: flex;
  justify-content: space-between;
  margin: 150px 0 0;
  width: 1300px;
  height: 420px;
  padding: 37px 70px 45px 55px;
  box-sizing: border-box;
  background: #fff;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
}
.capital .warp::before {
  content: "";
  display: block;
  width: 11px;
  height: 101px;
  position: absolute;
  bottom: 0;
  left: 0;
  background: #e9603c;
}
.capital .warp .img {
  display: block;
  width: 498px;
  height: 336px;
  overflow: hidden;
}
.capital .warp .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.capital .warp .img img:hover {
  transform: scale(1.1);
}
.capital .warp .art {
  width: 610px;
  margin: 15px 0 0;
}
.capital .warp .art .cond {
  display: block;
  font-size: 18px;
  line-height: 80px;
  border-bottom: 1px solid #1aadae;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .art p {
  margin: 30px 0 0;
  font-size: 14px;
  color: #999;
  line-height: 28px;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 56px;
}
.capital .warp .art .data {
  margin: 20px 0 0;
  font-size: 12px;
  color: #333;
  line-height: 36px;
  padding-left: 32px;
  background: url(../images/data.png) no-repeat center left;
}
.capital .warp .art .more {
  margin: 30px 0 0;
  display: block;
  width: 123px;
  height: 45px;
  background: #e9603c;
  font-size: 12px;
  color: #fff;
  line-height: 45px;
  text-align: center;
  transition: 0.2s ease-out;
}
.capital .warp:hover .art .cond {
  color: #1aadae;
  letter-spacing: 1px;
}
.capital .warp:hover .art .more {
  text-decoration: underline;
  transform: translateY(-5px);
}
.capital .capitalslide {
  margin: 60px 0 0;
  position: relative;
  padding: 0 0 0 407px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.capital .capitalslide .hd {
  position: absolute;
  top: -170px;
  left: 60px;
  z-index: 50;
  width: 230px;
  height: 562px;
  background: #fff;
  padding: 285px 0 0 55px;
  box-sizing: border-box;
}
.capital .capitalslide .hd::before {
  content: "NEWS";
  display: block;
  font-size: 100px;
  font-family: 'Times New Roman', Times, serif;
  color: #e9603c;
  line-height: 70px;
  font-weight: bold;
  position: absolute;
  top: 153px;
  left: -178px;
}
.capital .capitalslide .hd li {
  position: relative;
  margin-bottom: 70px;
}
.capital .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 1px;
  height: 26px;
  position: absolute;
  top: 45px;
  left: 10px;
  background: #acacac;
}
.capital .capitalslide .hd li a {
  display: block;
  padding: 0 0 0 43px;
  font-size: 20px;
  color: #444;
  line-height: 30px;
}
.capital .capitalslide .hd li:nth-child(1) a {
  background: url(../images/nt1.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(2) a {
  background: url(../images/nt2.png) no-repeat center left;
}
.capital .capitalslide .hd li:nth-child(3)::before {
  display: none;
}
.capital .capitalslide .hd li:nth-child(3) a {
  background: url(../images/nt3.png) no-repeat center left;
}
.capital .capitalslide .bd li {
  width: 882px;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}
.capital .capitalslide .bd li .list {
  display: flex;
  justify-content: space-between;
  width: 378px;
  height: 106px;
  border-bottom: 1px solid #ebebeb;
  margin-bottom: 32px;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .list .data {
  width: 61px;
  height: 72px;
  padding: 19px 0 0;
  box-sizing: border-box;
  background: url(../images/bg2.png) no-repeat center;
  transition: 0.5s linear;
}
.capital .capitalslide .bd li .list .data b {
  display: block;
  font-size: 20px;
  color: #fff;
  line-height: 15px;
  text-align: center;
}
.capital .capitalslide .bd li .list .data i {
  margin: 8px 0 0;
  display: block;
  font-size: 12px;
  color: #fff;
  line-height: 10px;
  text-align: center;
}
.capital .capitalslide .bd li .list .art {
  width: 285px;
}
.capital .capitalslide .bd li .list .art .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 .list .art p {
  margin: 10px 0 0;
  font-size: 14px;
  color: #333;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.capital .capitalslide .bd li .list:hover .data {
  background: url(../images/bg3.png) no-repeat center;
}
.capital .capitalslide .bd li .list:hover .art .cond {
  letter-spacing: 1px;
}
