body {
  background: url(../images/bg.jpg) no-repeat center top;
}
.contents {
  width: 1280px;
  margin: 0 auto;
}
.w2 {
  width: 100%;
  height: 100%;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.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 linear;
}
.pro {
  height: 976px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 83px 0 0 0;
  box-sizing: border-box;
}
.pro .box {
  position: relative;
  z-index: 10;
  display: flex;
  justify-content: space-between;
  padding: 0 85px 0 0;
  box-sizing: border-box;
}
.pro .box::before {
  content: "";
  display: block;
  width: 1153px;
  height: 68px;
  position: absolute;
  top: 15px;
  right: -320px;
  background: url(../images/line.png) no-repeat center;
  z-index: -1;
}
.pro .box .top {
  position: relative;
  z-index: 50;
  margin: 8px 0 0;
}
.pro .box .top::before {
  content: "";
  display: block;
  width: 160px;
  height: 139px;
  position: absolute;
  background: url(../images/t1.png) no-repeat center;
  top: -19px;
  left: -58px;
  z-index: -1;
}
.pro .box .top em {
  display: block;
  font-size: 78px;
  line-height: 52px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.pro .box .top h3 {
  position: relative;
  margin: 24px 0 0;
  width: 200px;
}
.pro .box .top h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  background: #263f5c;
  top: 12px;
  left: 99px;
}
.pro .box .top h3 a {
  display: flex;
  justify-content: space-between;
}
.pro .box .top h3 a i {
  display: block;
  font-size: 36px;
  line-height: 35px;
  color: #263f5c;
}
.pro .box .hd {
  width: 790px;
  display: flex;
}
.pro .box .hd li {
  width: 130px;
}
.pro .box .hd li a {
  display: block;
}
.pro .box .hd li a i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 51px;
  height: 51px;
  background: #fff;
  border-radius: 50%;
  margin: 0 auto;
  box-shadow: 4px 3px 7px 0px rgba(30, 30, 30, 0.08);
  overflow: hidden;
  transition: 0.5s linear;
}
.pro .box .hd li a i img {
  display: block;
  filter: drop-shadow(0 51px #fff);
  transition: 0.5s linear;
}
.pro .box .hd li a span {
  margin: 17px 0 0;
  display: block;
  font-size: 18px;
  line-height: 25px;
  color: #5d5d5d;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .box .hd li:hover a span {
  letter-spacing: 1px;
}
.pro .box .hd .on a i {
  background: #11808c;
  box-shadow: 4px 5px 18px 0px rgba(17, 128, 140, 0.33);
  animation: rubberBand 1s linear;
}
.pro .box .hd .on a i img {
  transform: translateY(-51px);
}
.pro .box .hd .on a span {
  font-weight: bold;
  color: #263f5c;
}
.pro .box .hd li:nth-child(even) {
  margin: 40px 0 0;
}
.pro .box .mores {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  width: 51px;
  height: 51px;
  background: #263f5c url(../images/more1.png) no-repeat center;
  border-radius: 50%;
}
.pro .box .mores:hover {
  animation: rubberBand 1s linear;
}
.pro .warp {
  margin: 60px 0 0;
}
.pro .warp .bd li {
  position: relative;
}
.pro .warp .bd li .aside {
  position: absolute;
  top: 0;
  left: 0;
  width: 634px;
  height: 339px;
  background: #fff;
  border-radius: 0px 50px 0px 50px;
  border: solid 1px #e4eaf3;
  padding: 17px 29px 17px 17px;
  box-sizing: border-box;
  display: flex;
  justify-content: space-between;
}
.pro .warp .bd li .aside::before {
  content: "";
  display: block;
  width: 190px;
  height: 44px;
  position: absolute;
  top: 161px;
  left: 412px;
  pointer-events: none;
  background: url(../images/line2.png) no-repeat center;
}
.pro .warp .bd li .aside .tu {
  position: relative;
  width: 363px;
  height: 305px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.pro .warp .bd li .aside .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 363px;
  height: 305px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .bd li .aside .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .bd li .aside .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .bd li .aside .text {
  width: 190px;
  margin: 40px 0 0;
}
.pro .warp .bd li .aside .text em {
  display: block;
  font-size: 17px;
  line-height: 20px;
  color: #4a4a4a;
  font-family: 'Times New Roman', Times, serif;
}
.pro .warp .bd li .aside .text .cond {
  margin: 10px 0 0;
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #4a4a4a;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .warp .bd li .aside .text .more {
  margin: 100px 0 0;
  display: block;
  width: 119px;
  height: 29px;
  background: #fff;
  border-radius: 15px;
  border: solid 1px #e6e6e6;
  font-size: 12px;
  line-height: 29px;
  color: #909090;
  text-align: center;
  font-family: 'Times New Roman', Times, serif;
}
.pro .warp .bd li .aside:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .bd li .aside:hover .text .cond {
  color: #263f5c;
  letter-spacing: 1px;
}
.pro .warp .bd li .reg {
  display: flex;
  flex-wrap: wrap;
}
.pro .warp .bd li .reg .list {
  width: 310px;
  height: 339px;
  background: #fff;
  border-radius: 20px;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  border: solid 1px #e4eaf3;
  margin-right: 13px;
  margin-bottom: 28px;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .tu {
  position: relative;
  width: 100%;
  height: 244px;
  box-sizing: border-box;
  border-radius: 20px;
  z-index: 5;
}
.pro .warp .bd li .reg .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 244px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .warp .bd li .reg .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .text {
  position: relative;
  width: 100%;
  height: 65px;
  padding-right: 70px;
  padding-left: 0;
  box-sizing: border-box;
  border-bottom: 1px solid #ececec;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list .text .cond {
  display: block;
  font-size: 16px;
  line-height: 65px;
  color: #333;
  transition: 0.5s linear;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.pro .warp .bd li .reg .list .text .more {
  position: absolute;
  top: 0;
  right: 0;
  display: block;
  font-size: 12px;
  line-height: 65px;
  color: #989898;
  font-family: 'Times New Roman', Times, serif;
  transition: 0.5s linear;
}
.pro .warp .bd li .reg .list:hover {
  background: #263f5c;
  box-shadow: 4px 5px 18px 0px rgba(0, 0, 0, 0.18);
  border-radius: 20px 5px 20px 5px;
  transform: translateY(-5px);
}
.pro .warp .bd li .reg .list:hover .tu .img img {
  transform: scale(1.1);
}
.pro .warp .bd li .reg .list:hover .text {
  border-color: #fff;
}
.pro .warp .bd li .reg .list:hover .text .cond {
  color: #fff;
  letter-spacing: 1px;
}
.pro .warp .bd li .reg .list:hover .text .more {
  color: #fff;
}
.pro .warp .bd li .reg .list:nth-child(1) {
  margin-left: 644px;
}
.pro .warp .bd li .reg .list:nth-child(2) {
  margin-right: 0;
}
.pro .warp .bd li .reg .list:last-child {
  margin: 0;
}
.rea {
  height: 975px;
  background: url(../images/rea.jpg) no-repeat center top;
}
.rea .contents {
  position: relative;
  z-index: 50;
}
.rea .left {
  position: absolute;
  top: 100px;
  right: -320px;
  z-index: -2;
}
.rea .right {
  position: absolute;
  top: 820px;
  left: -319px;
  z-index: -2;
}
.rea .top {
  position: absolute;
  top: 289px;
  right: 0;
  z-index: 50;
  width: 560px;
}
.rea .top::before {
  content: "";
  display: block;
  width: 160px;
  height: 139px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: -30px;
  right: -70px;
  z-index: -1;
}
.rea .top em {
  display: block;
  font-size: 78px;
  line-height: 61px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  text-align: right;
  margin-top: 10px;
}
.rea .top h3 {
  position: relative;
  font-size: 36px;
  line-height: 35px;
  color: #263f5c;
  text-align: right;
}
.rea .dec {
  position: absolute;
  top: 0;
  left: 50%;
  margin-left: -960px;
  z-index: -1;
  width: 1920px;
  display: flex;
  justify-content: center;
  align-items: center;
}
.rea .dec .tu {
  position: relative;
  width: 0;
  height: 1042px;
  display: block;
  overflow: hidden;
  transition: all 0.9s linear;
}
.rea .dec .tu img {
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  width: 1920px;
  height: 1042px;
}
.rea .dec .is_inview {
  width: 1920px;
}
.rea .reasonslide {
  position: relative;
  padding: 3px 0 0 0;
  box-sizing: border-box;
  margin: 0 0 0 -320px;
}
.rea .reasonslide .bd li {
  display: flex;
  justify-content: space-between;
}
.rea .reasonslide .bd li .ys {
  width: 960px;
  height: 880px;
}
.rea .reasonslide .bd li .plaet {
  width: 570px;
  margin: 488px 0 0;
}
.rea .reasonslide .bd li .plaet .art {
  display: flex;
}
.rea .reasonslide .bd li .plaet .art .num {
  font-size: 31px;
  line-height: 25px;
  color: #11818d;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
}
.rea .reasonslide .bd li .plaet .art i {
  display: block;
  font-size: 24px;
  line-height: 25px;
  color: #263f5c;
  margin-left: 15px;
}
.rea .reasonslide .bd li .plaet p {
  margin: 35px 0 0;
  font-size: 16px;
  line-height: 36px;
  color: #717171;
}
.rea .reasonslide .warpbox {
  position: absolute;
  top: 750px;
  right: 250px;
  display: flex;
  justify-content: space-between;
  width: 325px;
}
.rea .reasonslide .warpbox .arr {
  display: flex;
  justify-content: space-between;
  z-index: 10;
  width: 130px;
}
.rea .reasonslide .warpbox .arr .prev {
  width: 55px;
  height: 55px;
  background: url(../images/prev-rea.png) no-repeat center;
  border-radius: 0;
  cursor: pointer;
}
.rea .reasonslide .warpbox .arr .next {
  width: 55px;
  height: 55px;
  background: url(../images/next-rea.png) no-repeat center;
  border-radius: 0;
  cursor: pointer;
}
.rea .reasonslide .warpbox .tel {
  font-size: 22px;
  line-height: 55px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
  font-style: italic;
}
.case {
  margin: 40px 0 0;
}
.case .box {
  display: flex;
  justify-content: space-between;
}
.case .box .top {
  position: relative;
  z-index: 50;
  margin: 8px 0 0;
}
.case .box .top::before {
  content: "";
  display: block;
  width: 160px;
  height: 139px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: -19px;
  left: -58px;
  z-index: -1;
}
.case .box .top em {
  display: block;
  font-size: 78px;
  line-height: 52px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.case .box .top h3 {
  position: relative;
  margin: 24px 0 0;
  width: 200px;
  display: flex;
  justify-content: space-between;
}
.case .box .top h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  background: #263f5c;
  top: 12px;
  left: 99px;
}
.case .box .top h3 i {
  display: block;
  font-size: 36px;
  line-height: 35px;
  color: #263f5c;
}
.case .box .warp {
  width: 135px;
  border-bottom: 1px solid #8dc2c8;
  height: 27px;
  margin: 100px 0 0;
  display: flex;
  justify-content: space-between;
}
.case .box .warp .prev {
  width: 30px;
  height: 27px;
  background: url(../images/prev-case.png) no-repeat top left;
  cursor: pointer;
}
.case .box .warp .next {
  width: 30px;
  height: 27px;
  background: url(../images/next-case.png) no-repeat top right;
  cursor: pointer;
}
.case .box .warp .hd {
  width: 70px;
  display: flex;
  justify-content: space-between;
}
.case .box .warp .hd li {
  width: 9px;
  height: 9px;
  background: #11818d;
  border-radius: 50%;
  transition: 0.5s linear;
}
.case .box .warp .hd .on {
  background: #a0df63;
}
.case .warpbox {
  position: relative;
  margin: 50px 0 0;
}
.case .warpbox .bd li {
  display: flex;
}
.case .warpbox .bd li .list {
  position: relative;
  width: 337px;
  height: 347px;
  background: none;
  border-radius: 0;
  border: solid 1px #dedede;
  padding: 10px 10px 0 10px;
  box-sizing: border-box;
  margin-right: 15px;
}
.case .warpbox .bd li .list::before {
  content: "MENG XIANG DE CASE";
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #d8d7d7;
  text-align: center;
  letter-spacing: 10px;
  position: absolute;
  bottom: 14px;
  left: 15px;
}
.case .warpbox .bd li .list::after {
  content: "";
  display: block;
  width: 13px;
  height: 8px;
  position: absolute;
  background: url(../images/title1.png) no-repeat center;
  bottom: 66px;
  left: 75px;
}
.case .warpbox .bd li .list .tu {
  position: relative;
  width: 100%;
  height: 236px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.case .warpbox .bd li .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 236px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .warpbox .bd li .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warpbox .bd li .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .warpbox .bd li .list .cond {
  display: block;
  font-size: 16px;
  line-height: 62px;
  color: #4c4c4c;
  padding: 0 0 0 95px;
  box-sizing: border-box;
  border-bottom: 1px solid #ebebeb;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .warpbox .bd li .list .more {
  display: none;
}
.case .warpbox .bd li .list:hover .cond {
  color: #263f5c;
  letter-spacing: 1px;
}
.case .warpbox .bd li .list:nth-child(1) {
  width: 576px;
  height: 490px;
}
.case .warpbox .bd li .list:nth-child(1)::after {
  bottom: 32px;
  left: 18px;
}
.case .warpbox .bd li .list:nth-child(1)::before {
  display: none;
}
.case .warpbox .bd li .list:nth-child(1) .tu {
  position: relative;
  width: 100%;
  height: 402px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.case .warpbox .bd li .list:nth-child(1) .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 402px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .warpbox .bd li .list:nth-child(1) .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .warpbox .bd li .list:nth-child(1) .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.case .warpbox .bd li .list:nth-child(1) .cond {
  padding: 0 200px 0 24px;
  box-sizing: border-box;
  border: none;
  line-height: 78px;
}
.case .warpbox .bd li .list:nth-child(1) .more {
  position: absolute;
  bottom: 24px;
  right: 17px;
  display: block;
  width: 99px;
  height: 26px;
  background: none;
  border-radius: 13px;
  border: 1px solid #e6e6e6;
  font-size: 12px;
  line-height: 26px;
  color: #acacac;
  text-align: center;
}
.case .warpbox .bd li .list:nth-child(1) .more::before {
  content: "";
  display: block;
  width: 84px;
  height: 1px;
  position: absolute;
  top: 13px;
  right: 112px;
  background: #f1f1f1;
}
.case .warpbox .bd li .list:last-child {
  margin-right: 0;
}
.case .warpbox .FOM {
  position: absolute;
  top: 356px;
  right: 0;
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 689px;
  height: 132px;
  background: none;
  border-radius: 0;
  border: solid 1px #dedede;
  padding: 0 14px 0 14px;
  box-sizing: border-box;
}
.case .warpbox .FOM .n {
  width: 301px;
  height: 64px;
  position: relative;
  padding: 0 0 0 32px;
  box-sizing: border-box;
  border-bottom: solid 1px #eaeaea;
}
.case .warpbox .FOM .n img {
  width: 80px;
  height: 32px;
  position: absolute;
  top: 17px;
  right: 7px;
}
.case .warpbox .FOM .n input {
  width: 100%;
  height: 100%;
  line-height: 50px;
  font-size: 14px;
  background: none;
  color: #999;
}
.case .warpbox .FOM .n input::placeholder {
  color: #999;
}
.case .warpbox .FOM .n textarea {
  width: 100%;
  height: 100%;
  line-height: 47px;
  font-size: 14px;
  background: none;
  color: #999;
}
.case .warpbox .FOM .n textarea::placeholder {
  color: #999;
}
.case .warpbox .FOM .n:nth-child(1) {
  background: url(../images/f1.png) no-repeat center left;
}
.case .warpbox .FOM .n:nth-child(2) {
  background: url(../images/f2.png) no-repeat center left;
}
.case .warpbox .FOM .n:nth-child(3) {
  background: url(../images/f3.png) no-repeat center left;
  border: none;
}
.case .warpbox .FOM .n:nth-child(4) {
  background: url(../images/f4.png) no-repeat center left;
  width: 230px;
  border: none;
  margin-right: 70px;
}
.case .warpbox .FOM #btn {
  position: absolute;
  bottom: 17px;
  right: 10px;
  width: 52px;
  height: 35px;
  background: url(../images/btn.png) no-repeat center;
  font-size: 0;
  color: transparent;
  line-height: 35px;
  cursor: pointer;
}
.abo {
  height: 1210px;
  background: url(../images/abo.jpg) no-repeat center top;
  padding: 180px 0 0 0;
  box-sizing: border-box;
}
.abo .contents {
  position: relative;
}
.abo .warp .aside {
  width: 775px;
}
.abo .warp .aside .top {
  position: relative;
  z-index: 50;
  margin: 8px 0 0;
}
.abo .warp .aside .top::before {
  content: "";
  display: block;
  width: 160px;
  height: 139px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: -19px;
  left: -99px;
  z-index: -1;
}
.abo .warp .aside .top em {
  display: block;
  font-size: 78px;
  line-height: 52px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.abo .warp .aside .top h3 {
  position: relative;
  margin: 24px 0 0;
  width: 245px;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside .top h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  background: #263f5c;
  top: 12px;
  left: 99px;
}
.abo .warp .aside .top h3 i {
  display: block;
  font-size: 36px;
  line-height: 35px;
  color: #263f5c;
}
.abo .warp .aside .item {
  margin: 50px 0 0;
  width: 382px;
  height: 51px;
  border-top: 1px solid #d4d9de;
  border-bottom: 1px solid #d4d9de;
  box-sizing: border-box;
  font-size: 20px;
  line-height: 51px;
  color: #263f5c;
  text-align: center;
  letter-spacing: 4px;
}
.abo .warp .aside .text {
  margin: 20px 0 0;
  font-size: 16px;
  line-height: 38px;
  color: #7b7d7f;
}
.abo .warp .aside .art {
  margin: 15px 0 0;
  display: flex;
  justify-content: space-between;
}
.abo .warp .aside .art .more {
  display: block;
  height: 34px;
  padding: 0 0 0 83px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 34px;
  color: #9b9b9b;
  background: url(../images/more2.png) no-repeat center left;
  margin: 40px 0 0;
}
.abo .warp .aside .art .rong {
  display: block;
  width: 206px;
  height: 146px;
  background: #fff;
  border-radius: 0;
  border: 1px solid #dcdcdc;
  padding: 8px 8px 8px 8px;
  box-sizing: border-box;
}
.abo .warp .aside .art .rong img {
  display: block;
  width: 100%;
  height: 100%;
}
.abo .warp .about {
  width: 817px;
  height: 744px;
  background: none;
  border-radius: 0;
  position: absolute;
  top: -117px;
  right: -320px;
}
.abo .warp .artbox {
  position: absolute;
  top: 585px;
  right: -320px;
  width: 634px;
  height: 67px;
  background: #a0df63;
  border-radius: 34px 0 0 34px;
  display: flex;
  align-items: center;
}
.abo .reboxwarp {
  display: flex;
  justify-content: space-between;
  margin: 105px 0 0;
}
.abo .reboxwarp li {
  width: 255px;
  height: 97px;
  background: none;
  border-radius: 0;
  display: flex;
}
.abo .reboxwarp li .tu {
  width: 97px;
  height: 97px;
  background: rgba(255, 255, 255, 0.1);
  border-radius: 50%;
  padding: 11px 11px 11px 11px;
  box-sizing: border-box;
}
.abo .reboxwarp li .tu i {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #fff;
  border-radius: 50%;
  overflow: hidden;
  transition: 0.5s linear;
}
.abo .reboxwarp li .tu i img {
  display: block;
  filter: drop-shadow(0 75px #fff);
  transition: 0.5s linear;
}
.abo .reboxwarp li .art {
  position: relative;
  margin-left: 17px;
  margin-top: 15px;
}
.abo .reboxwarp li .art::before {
  content: "";
  display: block;
  width: 25px;
  height: 1px;
  position: absolute;
  top: 70px;
  left: 0;
  background: #fff;
}
.abo .reboxwarp li .art i {
  display: block;
  font-size: 18px;
  line-height: 40px;
  color: #fff;
}
.abo .reboxwarp li .art em {
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #fff;
  opacity: 0.3;
}
.abo .reboxwarp .on .tu i {
  background: #11818b;
  animation: rubberBand 1.5s linear;
}
.abo .reboxwarp .on .tu i img {
  transform: translateY(-75px);
}
.abo .reboxwarp .on .art i {
  font-weight: bold;
}
.abo .reboxwarp li:nth-child(even) {
  margin-top: 40px;
}
.capital .box {
  position: relative;
  display: flex;
  justify-content: space-between;
}
.capital .box::before {
  content: "";
  display: block;
  width: 1607px;
  height: 45px;
  position: absolute;
  top: 102px;
  right: -320px;
  background: url(../images/line4.png) no-repeat center;
  pointer-events: none;
}
.capital .box .top {
  position: relative;
  z-index: 50;
  margin: 8px 0 0;
}
.capital .box .top::before {
  content: "";
  display: block;
  width: 160px;
  height: 139px;
  position: absolute;
  background: url(../images/t2.png) no-repeat center;
  top: -19px;
  left: -58px;
  z-index: -1;
}
.capital .box .top em {
  display: block;
  font-size: 78px;
  line-height: 52px;
  color: #263f5c;
  font-family: 'Times New Roman', Times, serif;
  font-weight: bold;
}
.capital .box .top h3 {
  position: relative;
  margin: 24px 0 0;
  width: 200px;
}
.capital .box .top h3::before {
  content: "";
  display: block;
  width: 2px;
  height: 23px;
  position: absolute;
  background: #263f5c;
  top: 12px;
  left: 99px;
}
.capital .box .top h3 a {
  display: flex;
  justify-content: space-between;
}
.capital .box .top h3 a i {
  display: block;
  font-size: 36px;
  line-height: 35px;
  color: #263f5c;
}
.capital .box .hd {
  margin: 90px 0 0;
  width: 580px;
  display: flex;
  justify-content: space-between;
}
.capital .box .hd li {
  height: 44px;
}
.capital .box .hd li a {
  display: flex;
  justify-content: center;
  width: 190px;
  font-size: 18px;
  line-height: 44px;
  color: #3b3b3b;
}
.capital .box .hd li a span {
  display: flex;
  align-items: center;
  justify-content: center;
  width: 25px;
  height: 44px;
  background: #fff;
  border-radius: 0;
  overflow: hidden;
  transition: 0.5s linear;
}
.capital .box .hd li a span img {
  display: block;
  filter: drop-shadow(0 44px #fff);
  transition: 0.5s linear;
}
.capital .box .hd li a i {
  display: block;
  margin-left: 8px;
  font-size: 18px;
  line-height: 44px;
  color: #3b3b3b;
}
.capital .box .hd .on a span {
  background: #11818d;
  border-radius: 50%;
  width: 44px;
}
.capital .box .hd .on a span img {
  transform: translateY(-44px);
}
.capital .warp {
  margin: 73px 0 0;
}
.capital .warp .bd li {
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .aside {
  width: 905px;
  display: flex;
  justify-content: space-between;
}
.capital .warp .bd li .aside .list {
  width: 441px;
  height: 532px;
  background: #fff;
  border-radius: 0;
  padding: 15px 20px 0 20px;
  box-sizing: border-box;
  border: solid 1px #e3e3e3;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .tu {
  position: relative;
  width: 100%;
  height: 316px;
  box-sizing: border-box;
  border-radius: 0;
  z-index: 5;
}
.capital .warp .bd li .aside .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 316px;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.capital .warp .bd li .aside .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .text {
  position: relative;
  width: 402px;
  height: 136px;
  background: none;
  border-radius: 0;
  border: 1px solid #efefef;
  padding: 15px 0 0 30px;
  box-sizing: border-box;
  margin: 10px 0 0;
}
.capital .warp .bd li .aside .list .text::before {
  content: "";
  display: block;
  width: 6px;
  height: 2px;
  position: absolute;
  background: #4b4b4b;
  top: 29px;
  left: 15px;
}
.capital .warp .bd li .aside .list .text .cond {
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #4b4b4b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .aside .list .text p {
  margin: 15px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: #949494;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
}
.capital .warp .bd li .aside .list em {
  position: absolute;
  bottom: 19px;
  left: 22px;
  display: block;
  font-size: 12px;
  line-height: 10px;
  color: #aeaeae;
  letter-spacing: 2px;
  width: 402px;
  background: url(../images/line3.png) no-repeat center right;
}
.capital .warp .bd li .aside .list:hover {
  box-shadow: 5px 7px 10px 0px rgba(0, 0, 0, 0.08);
}
.capital .warp .bd li .aside .list:hover .tu .img img {
  transform: scale(1.1);
}
.capital .warp .bd li .aside .list:hover .text .cond {
  font-weight: bold;
  letter-spacing: 1px;
}
.capital .warp .bd li .plaet {
  width: 355px;
  height: 532px;
  background: #fff;
  border-radius: 0;
  border: solid 1px #e3e3e3;
}
.capital .warp .bd li .plaet .list {
  position: relative;
  width: 345px;
  height: 173px;
  margin: 0 auto;
  padding: 27px 0 0 18px;
  box-sizing: border-box;
  margin-bottom: 5px;
  transition: 0.5s linear;
}
.capital .warp .bd li .plaet .list::before {
  content: "";
  display: block;
  width: 321px;
  height: 1px;
  position: absolute;
  bottom: 0;
  left: 50%;
  transform: translateX(-50%);
  background: #dfdfdf;
}
.capital .warp .bd li .plaet .list::after {
  content: "";
  display: block;
  width: 6px;
  height: 6px;
  position: absolute;
  background: #707070;
  border-radius: 50%;
  top: 38px;
  left: 15px;
}
.capital .warp .bd li .plaet .list .cond {
  padding: 0 0 0 15px;
  box-sizing: border-box;
  display: block;
  font-size: 18px;
  line-height: 30px;
  color: #4b4b4b;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.capital .warp .bd li .plaet .list p {
  padding: 0 0 0 15px;
  box-sizing: border-box;
  margin: 10px 0 0;
  font-size: 15px;
  line-height: 24px;
  color: #949494;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 48px;
  transition: 0.5s linear;
}
.capital .warp .bd li .plaet .list .data {
  margin: 15px 0 0;
  width: 94px;
  height: 27px;
  background: #fff;
  border-radius: 13px;
  border: solid 1px #dadada;
  font-size: 12px;
  color: #828282;
  text-align: center;
  line-height: 27px;
  transition: 0.5s linear;
}
.capital .warp .bd li .plaet .list:hover {
  background: #f5faff;
}
.capital .warp .bd li .plaet .list:hover .cond {
  font-weight: bold;
  letter-spacing: 1px;
}
.capital .warp .bd li .plaet .list:hover .data {
  background: #11818d;
  color: #fff;
}
.capital .warp .bd li .plaet .list:last-child::before {
  display: none;
}
@keyframes rubberBand {
  0% {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
  30% {
    -webkit-transform: scale3d(1.25, 0.75, 1);
    transform: scale3d(1.25, 0.75, 1);
  }
  40% {
    -webkit-transform: scale3d(0.75, 1.25, 1);
    transform: scale3d(0.75, 1.25, 1);
  }
  50% {
    -webkit-transform: scale3d(1.15, 0.85, 1);
    transform: scale3d(1.15, 0.85, 1);
  }
  65% {
    -webkit-transform: scale3d(0.95, 1.05, 1);
    transform: scale3d(0.95, 1.05, 1);
  }
  75% {
    -webkit-transform: scale3d(1.05, 0.95, 1);
    transform: scale3d(1.05, 0.95, 1);
  }
  to {
    -webkit-transform: scaleX(1);
    transform: scaleX(1);
  }
}
