.contents {
  width: 1280px;
  margin: 0 auto;
}
.fl {
  float: left;
}
.fr {
  float: right;
}
.clearfix:after {
  content: "";
  display: block;
  clear: both;
  visibility: hidden;
  line-height: 0;
  height: 0;
  font-size: 0;
}
.yc {
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.tsy {
  transform: perspective(1px) translateZ(0);
  transition-duration: 0.3s ease-out;
}
.tsy:hover {
  -webkit-transform: translateY(-4px);
  transform: translateY(-4px);
}
.gd {
  transition: 0.5s linear;
}
.gm {
  transition: 0.2s ease-out;
}
.img100 {
  transform: scale(1);
  transition: 0.5s linear;
}
.img100:hover {
  transform: scale(1.1);
}
.w100 {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.wo {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.flex {
  display: flex;
  justify-content: space-between;
}
.sjctop,
.sjcbottom,
.sjcleft,
.sjcright {
  -webkit-transition: all 0.9s ease-out;
  transition: all 0.9s ease-out;
}
.pro {
  height: 1300px;
  background: url(../images/pro.jpg) no-repeat center top;
  padding: 149px 0 0;
  box-sizing: border-box;
}
.pro .contents {
  position: relative;
}
.pro .top {
  margin: 0 auto;
  width: 728px;
  height: 117px;
  background: url(../images/t1.png) no-repeat center top;
}
.pro .top h3 {
  font-size: 36px;
  line-height: 35px;
  color: #373737;
  text-align: center;
}
.pro .top p {
  font-size: 16px;
  line-height: 15px;
  color: #8b8b8b;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 5px;
}
.pro .proslide {
  position: relative;
  z-index: 50;
  margin: 60px 0 0;
}
.pro .proslide::before {
  content: "";
  display: block;
  width: 534px;
  height: 513px;
  position: absolute;
  top: -13px;
  left: 383px;
  z-index: -1;
  border: solid 3px #79e7ef;
  opacity: 0.2;
  border-radius: 0px 180px 0px 0px;
  box-sizing: border-box;
}
.pro .proslide::after {
  content: "";
  display: block;
  width: 1280px;
  height: 1px;
  position: absolute;
  top: -58px;
  left: 0;
  background: #000;
  opacity: 0.04;
}
.pro .proslide .bd li .warp {
  position: relative;
  z-index: 50;
  margin-left: 372px;
  width: 534px;
  height: 513px;
  border-radius: 0px 180px 0px 0px;
  overflow: hidden;
}
.pro .proslide .bd li .warp .tu {
  position: relative;
  width: 534px;
  height: 513px;
  box-sizing: border-box;
  z-index: 5;
}
.pro .proslide .bd li .warp .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 534px;
  height: 513px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .bd li .warp .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .warp .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .proslide .bd li .warp .cond {
  position: absolute;
  bottom: -50px;
  left: 0;
  right: 0;
  z-index: 10;
  display: block;
  height: 40px;
  font-size: 16px;
  line-height: 40px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  padding: 0 10px;
  box-sizing: border-box;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .warp:hover {
  bottom: 0px;
}
.pro .proslide .bd li .art {
  margin: 50px 0 0;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .bd li .art .list {
  display: flex;
  justify-content: space-between;
  width: 626px;
  height: 295px;
  border: 1px solid #e7e7e7;
  padding: 17px 14px 12px 13px;
  box-sizing: border-box;
}
.pro .proslide .bd li .art .list .tu {
  position: relative;
  width: 405px;
  height: 266px;
  box-sizing: border-box;
  z-index: 5;
}
.pro .proslide .bd li .art .list .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 405px;
  height: 266px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.pro .proslide .bd li .art .list .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.pro .proslide .bd li .art .list .text {
  position: relative;
  width: 178px;
  height: 260px;
  border-top: 1px solid #eaeaea;
  border-bottom: 1px solid #eaeaea;
  box-sizing: border-box;
}
.pro .proslide .bd li .art .list .text::before {
  content: "x";
  display: block;
  position: absolute;
  top: 173px;
  left: 0;
  font-size: 20px;
  line-height: 10px;
  color: #555;
}
.pro .proslide .bd li .art .list .text em {
  margin: 30px 0 0;
  display: block;
  width: 125px;
  height: 39px;
  background: url(../images/dec1.png) no-repeat center;
}
.pro .proslide .bd li .art .list .text .cond {
  margin: 30px 0 0;
  display: block;
  font-size: 20px;
  line-height: 35px;
  color: #555;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .bd li .art .list .text .more {
  margin: 70px 0 0;
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #555;
  font-weight: 1;
}
.pro .proslide .bd li .art .list:hover .text .cond {
  color: #49b3d1;
  letter-spacing: 1px;
}
.pro .proslide .hd {
  position: absolute;
  top: 0;
  left: 0;
  width: 1280px;
}
.pro .proslide .hd h5{
  font-size: 22px;
  color: #43aecd;
  line-height: 50px;
  font-weight: bold;
  text-align: center;
}
.pro .proslide .hd li {
  position: relative;
  z-index: 50;
  display: flex;
  align-items: center;
  width: 315px;
  height: 136px;
  border: 1px dashed #d5d5d5;
  box-sizing: border-box;
  margin-bottom: 20px;
  padding: 0 0 0 30px;
}
.pro .proslide .hd li::before {
  content: "";
  display: block;
  width: 371px;
  height: 136px;
  position: absolute;
  top: 0;
  right: 0;
  z-index: -1;
  background-image: linear-gradient(70deg, #79e7ef 0%, #2088b7 100%), linear-gradient(#ffffff, #ffffff);
  background-blend-mode: normal,
                        normal;
  /* box-shadow: 5px 4px 13px 0px rgba(26, 26, 26, 0.19); */
  opacity: 0;
  transition: 0.5s linear;
}
.pro .proslide .hd li .tu {
  position: relative;
  display: flex;
  justify-content: center;
  align-items: center;
  width: 81px;
  height: 81px;
  border-radius: 50%;
  background-image: linear-gradient(-39deg, #2088b7 0%, #79e7ef 100%), linear-gradient(#79e7ef, #79e7ef);
  background-blend-mode: normal,
                        normal;
}
.pro .proslide .hd li .tu img {
  position: absolute;
  display: block;
  transition: 0.5s linear;
}
.pro .proslide .hd li .tu img:nth-child(1) {
  opacity: 1;
}
.pro .proslide .hd li .tu img:nth-child(2) {
  opacity: 0;
}
.pro .proslide .hd li .reg {
  width: 180px;
  margin-left: 20px;
}
.pro .proslide .hd li .reg .cond {
  display: block;
  font-size: 22px;
  line-height: 30px;
  color: #4d4d4d;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.pro .proslide .hd li .reg span {
  display: block;
  font-size: 12px;
  line-height: 30px;
  color: #8f8e8e;
}
.pro .proslide .hd{
  width: 1280px;
  display: flex;
  justify-content: space-between;
}
.pro .proslide .hd .arts{
  overflow: hidden;
}
.pro .proslide .hd .regs{
  overflow: hidden;
}
.pro .proslide .hd .on {
  border-color: transparent;
}
.pro .proslide .hd .on::before {
  /* border-radius: 77px 0px 0px 77px; */
  opacity: 1;
}
.pro .proslide .hd .on .tu {
  background: #fff;
}
.pro .proslide .hd .on .tu img:nth-child(1) {
  opacity: 0;
}
.pro .proslide .hd .on .tu img:nth-child(2) {
  opacity: 1;
}
.pro .proslide .hd .on .reg .cond {
  color: #fff;
  font-size: 22px;
  font-weight: bold;
}
.pro .proslide .hd .on .reg span {
  color: #fff;
}

.pro .proslide .prev {
  position: absolute;
  top: 698px;
  left: -181px;
  cursor: pointer;
  height: 54px;
  font-size: 14px;
  line-height: 52px;
  color: #7f7f7f;
  padding-left: 67px;
  background: url(../images/pro-prev1.png) no-repeat center left;
  transition: 0.5s linear;
  display: none;
}
.pro .proslide .prev:hover {
  background: url(../images/pro-prev2.png) no-repeat center left;
}
.pro .proslide .next {
  position: absolute;
  top: 698px;
  right: -181px;
  cursor: pointer;
  height: 54px;
  font-size: 14px;
  line-height: 52px;
  color: #7f7f7f;
  padding-right: 67px;
  background: url(../images/pro-next1.png) no-repeat center right;
  transition: 0.5s linear;
  display: none;
}
.pro .proslide .next:hover {
  background: url(../images/pro-next2.png) no-repeat center right;
}
.reason {
  height: 827px;
}
.reason .warp {
  position: relative;
  height: 827px;
}
.reason .warp .asdie {
  width: 1017px;
  height: 828px;
  background: url(../images/dec4.jpg) no-repeat center;
  margin-left: -320px;
  padding: 107px 0 0 198px;
  box-sizing: border-box;
}
.reason .warp .asdie .top {
  height: 125px;
  padding-left: 126px;
  background: url(../images/t4.png) no-repeat center left;
}
.reason .warp .asdie .top h3 {
  font-size: 36px;
  color: #fff;
  line-height: 35px;
}
.reason .warp .asdie .top p {
  font-size: 16px;
  color: #fff;
  line-height: 16px;
  letter-spacing: 5px;
  margin: 20px 0 0;
}
.reason .warp .asdie .art {
  width: 330px;
  margin-left: 124px;
  margin-top: 100px;
}
.reason .warp .asdie .art .bd li .num {
  position: relative;
  z-index: 50;
  font-size: 20px;
  color: #fff;
  line-height: 15px;
}
.reason .warp .asdie .art .bd li .num::before {
  content: "";
  display: block;
  width: 21px;
  height: 14px;
  position: absolute;
  top: 6px;
  left: -13px;
  z-index: -1;
  background: #e0af92;
}
.reason .warp .asdie .art .bd li em {
  width: 256px;
  display: block;
  font-size: 22px;
  color: #fff;
  line-height: 24px;
  font-weight: 1;
  margin: 54px 0 20px;
}
.reason .warp .asdie .art .bd li b {
  font-size: 20px;
  color: #fff;
  line-height: 20px;
}
.reason .warp .asdie .art .bd li p {
  margin: 40px 0 0;
  font-size: 15px;
  line-height: 32px;
  color: #fff;
  opacity: 0.9;
}
.reason .warp .asdie .art .hd {
  position: relative;
  margin: 40px 0 0;
  width: 342px;
  display: flex;
  justify-content: space-between;
}
.reason .warp .asdie .art .hd::before {
  content: "";
  display: block;
  width: 342px;
  height: 32px;
  position: absolute;
  top: 21px;
  left: 10px;
  pointer-events: none;
  background: url(../images/line2.png) no-repeat center;
}
.reason .warp .asdie .art .hd li {
  width: 97px;
  height: 94px;
  padding: 5px 0 0 32px;
  box-sizing: border-box;
  transition: 0.5s linear;
}
.reason .warp .asdie .art .hd li i {
  display: block;
  width: 60px;
  height: 60px;
  text-transform: uppercase;
}
.reason .warp .asdie .art .hd .on {
  background: url(../images/yb.png) no-repeat center;
}
.reason .warp .asdie .art .hd li:nth-child(1) i {
  background: url(../images/y1.png) no-repeat center;
}
.reason .warp .asdie .art .hd li:nth-child(2) i {
  background: url(../images/y2.png) no-repeat center;
}
.reason .warp .asdie .art .hd li:nth-child(3) i {
  background: url(../images/y3.png) no-repeat center;
}
.reason .warp .dec {
  position: absolute;
  top: 22px;
  left: 726px;
}
.reason .warp .plaet {
  width: 1198px;
  height: 568px;
  position: absolute;
  bottom: 57px;
  right: -320px;
  z-index: 10;
}
.reason .warp .plaet::before {
  content: "";
  display: block;
  width: 939px;
  height: 633px;
  position: absolute;
  top: -8px;
  left: -6px;
  z-index: 20;
  background: url(../images/cover.png) no-repeat center;
}
.reason .warp .plaet .tel {
  position: absolute;
  top: 542px;
  right: 0;
  z-index: 40;
  width: 578px;
  height: 83px;
  background: #fff url(../images/tel2.png) no-repeat center left;
  background-position-x: 20px;
  font-family: Arial;
  font-size: 22px;
  color: #414141;
  padding: 0 0 0 66px;
  line-height: 83px;
  box-sizing: border-box;
}
.reason .warp .plaet .bs li {
  width: 1198px;
  height: 568px;
}
.reason .warp .plaet .bs li .ys {
  width: 1198px;
  height: 568px;
}
.reason .warp .plaet .bs li .ys img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.reason .warp .plaet .bs li .ys img:hover {
  transform: scale(1.1);
}
.team {
  height: 1170px;
  background: url(../images/team.jpg) no-repeat center top;
  padding: 103px 0 0;
  box-sizing: border-box;
}
.team .top {
  margin: 0 auto;
  width: 728px;
  height: 103px;
  background: url(../images/t1.png) no-repeat center top;
}
.team .top h3 {
  font-size: 36px;
  line-height: 35px;
  color: #373737;
  text-align: center;
}
.team .top p {
  font-size: 16px;
  line-height: 15px;
  color: #8b8b8b;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 5px;
}
.team .warp {
  display: flex;
  justify-content: space-between;
  margin: 73px 0 0;
}
.team .warp .aside {
  width: 630px;
  margin: 33px 0 0;
}
.team .warp .aside .art {
  position: relative;
}
.team .warp .aside .art::before {
  content: "";
  display: block;
  width: 135px;
  height: 7px;
  position: absolute;
  top: 14px;
  left: -34px;
  background-image: linear-gradient(269deg, #75e3ed 0%, #2189b7 100%), linear-gradient(#d6d6d6, #d6d6d6);
  background-blend-mode: normal,
                        normal;
  opacity: 0.5;
}
.team .warp .aside .art p {
  font-size: 18px;
  color: #3e3e3e;
  line-height: 20px;
}
.team .warp .aside .art .dec {
  margin: 13px 0 0;
  width: 266px;
  height: 23px;
  background: url(../images/dec2.png) no-repeat center top;
}
.team .warp .aside ul {
  display: flex;
  flex-wrap: wrap;
  margin: 32px 0 0;
}
.team .warp .aside ul li {
  width: 302px;
  height: 300px;
  border: 1px solid #ececec;
  border-radius: 30px 0px 30px 0px;
  padding: 8px 10px 0;
  box-sizing: border-box;
  margin-right: 24px;
  margin-bottom: 29px;
}
.team .warp .aside ul li .tu {
  position: relative;
  width: 100%;
  height: 233px;
  box-sizing: border-box;
  z-index: 5;
  border-radius: 30px 0px 0px 0px;
  overflow: hidden;
}
.team .warp .aside ul li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 233px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.team .warp .aside ul li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team .warp .aside ul li .tu .img img {
  width: 280px;
 /* height: 100%;*/
  object-fit: contain;
}
.team .warp .aside ul li .cond {
  display: block;
  padding: 0 10px;
  box-sizing: border-box;
  font-size: 18px;
  line-height: 60px;
  color: #40494e;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.team .warp .aside ul li:hover .cond {
  color: #49b3d1;
  letter-spacing: 1px;
}
.team .warp .aside ul li:nth-child(2) {
  margin-right: 0;
}
.team .warp .aside ul li:nth-child(4) {
  margin-right: 0;
}
.team .warp .plaet {
  width: 581px;
}
.team .warp .plaet .item {
  width: 581px;
  height: 628px;
  box-shadow: 4px 5px 13px 0px rgba(26, 26, 26, 0.07);
  border-radius: 120px 0px 120px 0px;
  background: #fff;
  padding: 18px 20px 0;
  box-sizing: border-box;
}
.team .warp .plaet .item .tu {
  position: relative;
  width: 100%;
  height: 397px;
  box-sizing: border-box;
  z-index: 5;
}
.team .warp .plaet .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 397px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.team .warp .plaet .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.team .warp .plaet .item .tu .img img {
  width: 541px;
 /* height: 100%;*/
  object-fit: contain;
  border-radius: 110px 0 0 0;
}
.team .warp .plaet .item .text {
  width: 401px;
}
.team .warp .plaet .item .text .cond {
  display: block;
  font-size: 20px;
  line-height: 75px;
  color: #494949;
  border-bottom: 1px solid #d6d6d6;
  box-sizing: border-box;
  font-weight: bold;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.team .warp .plaet .item .text p {
  margin: 20px 0 0;
  font-size: 15px;
  line-height: 30px;
  color: #777;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 3;
  overflow: hidden;
  height: 90px;
}
.team .warp .plaet .item:hover .text .cond {
  color: #49b3d1;
  letter-spacing: 1px;
}
.team .warp .plaet .art {
  display: flex;
  margin: 56px 0 0;
  align-items: center;
  width: 295px;
  height: 54px;
  background: #fff;
  box-shadow: 4px 5px 13px 0px rgba(26, 26, 26, 0.07);
  border-radius: 27px;
  padding: 0 0 0 24px;
  box-sizing: border-box;
  transition: 0.2s ease-out;
}
.team .warp .plaet .art .tel {
  display: flex;
  font-size: 22px;
  line-height: 54px;
  color: #2992bc;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: bold;
  transition: 0.5s linear;
}
.team .warp .plaet .art .more {
  display: block;
  margin-left: 20px;
  width: 46px;
  height: 46px;
  background: url(../images/more1.png) no-repeat center;
}
.team .warp .plaet .art:hover {
  transform: translateY(-5px);
}
.team .warp .plaet .art:hover .tel {
  text-decoration: underline;
}
.abo {
  height: 1059px;
  background: url(../images/abo.jpg) no-repeat center top;
}
.abo .contents {
  display: flex;
  justify-content: space-between;
}
.abo .about {
  margin-left: -168px;
  width: 730px;
  height: 869px;
  overflow: hidden;
}
.abo .about img {
  width: 100%;
  height: 100%;
  object-fit: cover;
  transform: scale(1);
  transition: 0.5s linear;
}
.abo .about img:hover {
  transform: scale(1.1);
}
.abo .plaet {
  position: relative;
  margin: 177px 0 0;
  width: 640px;
}
.abo .plaet::before {
  content: "";
  display: block;
  width: 66px;
  height: 26px;
  position: absolute;
  top: 58px;
  left: 0;
  background: url(../images/title1.png) no-repeat center;
}
.abo .plaet h3 {
  font-size: 36px;
  line-height: 36px;
  color: #373737;
}
.abo .plaet span {
  margin: 62px 0 0;
  display: block;
  height: 53px;
  font-size: 14px;
  line-height: 53px;
  color: #9c9c9c;
  border-top: 1px solid #e0e0e0;
  border-bottom: 1px solid #e0e0e0;
  box-sizing: border-box;
  letter-spacing: 2px;
}
.abo .plaet .text {
  margin: 30px 0 0;
  font-size: 15px;
  line-height: 32px;
  color: #797979;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 4;
  overflow: hidden;
  height: 128px;
}
.abo .plaet .more {
  margin: 45px 0 0;
  position: relative;
  z-index: 50;
  display: block;
  font-size: 15px;
  line-height: 30px;
  color: #4f4f4f;
  padding-left: 15px;
}
.abo .plaet .more::before {
  content: "";
  display: block;
  width: 42px;
  height: 24px;
  position: absolute;
  top: 50%;
  left: 0;
  margin-top: -12px;
  z-index: -1;
  background: #e0af92;
}
.abo .plaet ul {
  display: flex;
  justify-content: space-between;
  margin: 50px 0 0;
}
.abo .plaet ul li {
  position: relative;
  width: 203px;
  height: 251px;
  transition: 0.5s linear;
}
.abo .plaet ul li .tu {
  position: relative;
  width: 203px;
  height: 251px;
  box-sizing: border-box;
  z-index: 5;
}
.abo .plaet ul li .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 203px;
  height: 251px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.abo .plaet ul li .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.abo .plaet ul li .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.abo .plaet ul li .cond {
  position: absolute;
  bottom: 0;
  right: 0;
  z-index: 10;
  display: block;
  width: 122px;
  height: 46px;
  padding: 0 0 0 35px;
  box-sizing: border-box;
  font-size: 16px;
  line-height: 46px;
  color: #373737;
  background: #fff;
  transition: 0.5s linear;
}
.abo .plaet ul li .cond::before {
  content: "";
  display: block;
  width: 5px;
  height: 5px;
  position: absolute;
  top: 23px;
  left: 17px;
  background: #258dba;
  border-radius: 50%;
  transition: 0.5s linear;
}
.abo .plaet ul li:hover {
  box-shadow: 5px 4px 13px 0px rgba(26, 26, 26, 0.19);
}
.abo .plaet ul li:hover .cond {
  background: #e0af92;
  color: #fff;
}
.abo .plaet ul li:hover .cond::before {
  background: #fff;
}
.case {
  height: 723px;
  background: url(../images/case.jpg) no-repeat center top;
  padding: 109px 0 0;
  box-sizing: border-box;
}
.case .top {
  margin: 0 auto;
  width: 728px;
  height: 103px;
  background: url(../images/t2.png) no-repeat center top;
}
.case .top h3 {
  font-size: 36px;
  line-height: 35px;
  color: #fff;
  text-align: center;
}
.case .top p {
  font-size: 16px;
  line-height: 15px;
  color: #fff;
  text-align: center;
  margin-top: 20px;
  letter-spacing: 5px;
}
.case .caseswpier {
  position: relative;
  margin: 112px 0 0;
}
.case .caseswpier .swiper-slide {
  width: 282px;
}
.case .caseswpier .swiper-slide .item {
  width: 282px;
  height: 302px;
  border: 1px solid #e4e4e4;
  border-radius: 0px 50px 0px 20px;
  padding: 7px;
  box-sizing: border-box;
}
.case .caseswpier .swiper-slide .item .tu {
  position: relative;
  width: 268px;
  height: 222px;
  box-sizing: border-box;
  z-index: 5;
  border-radius: 0px 40px 0px 0px;
  overflow: hidden;
}
.case .caseswpier .swiper-slide .item .tu::before {
  content: "";
  display: block;
  position: absolute;
  top: 0;
  left: 0;
  width: 268px;
  height: 222px;
  z-index: 50;
  pointer-events: none;
  background: none;
  z-index: -1;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .item .tu .img {
  display: block;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.case .caseswpier .swiper-slide .item .tu .img img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.case .caseswpier .swiper-slide .item .text .cond {
  display: block;
  font-size: 16px;
  line-height: 58px;
  color: #555;
  border-bottom: 1px solid #e9e9e9;
  text-align: center;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.case .caseswpier .swiper-slide .item .text i {
  display: none;
}
.case .caseswpier .swiper-slide .item:hover .text .cond {
  letter-spacing: 1px;
}
.case .caseswpier .swiper-slide-next .item {
  margin-left: -20px;
}
.case .caseswpier .swiper-slide-next + div .item {
  border: none;
  border-radius: 0;
}
.case .caseswpier .swiper-slide-next + div .item .tu {
  position: absolute;
  top: 0;
  left: -41px;
  border-radius: 0;
  width: 288px;
  height: 242px;
}
.case .caseswpier .swiper-slide-next + div .item .text {
  position: absolute;
  bottom: 0;
  right: 0;
  width: 313px;
  height: 235px;
  background-image: linear-gradient(58deg, #2088b7 0%, #79e7ef 100%), linear-gradient(#f7f8fc, #f7f8fc);
  background-blend-mode: normal,
                        normal;
  border-radius: 0px 20px 0px 0px;
  padding: 175px 0 0;
  box-sizing: border-box;
}
.case .caseswpier .swiper-slide-next + div .item .text::before {
  content: "";
  display: block;
  width: 1px;
  height: 57px;
  position: absolute;
  top: 111px;
  right: 34px;
  opacity: 0.5;
  background: #e9e9e9;
}
.case .caseswpier .swiper-slide-next + div .item .text .cond {
  color: #fff;
  border: none;
  padding: 0 20px;
  box-sizing: border-box;
}
.case .caseswpier .swiper-slide-next + div .item .text i {
  position: absolute;
  top: 33px;
  right: 29px;
  display: block;
  font-size: 12px;
  line-height: 11px;
  color: #fff;
  opacity: 0.5;
  letter-spacing: 7px;
  writing-mode: vertical-lr;
}
.case .caseswpier .swiper-slide-next + div + div .item {
  position: relative;
  left: 20px;
}
.case .caseswpier .caseprev {
  position: absolute;
  top: 130px;
  left: -88px;
  width: 52px;
  height: 52px;
  background: url(../images/pro-prev1.png) no-repeat center;
  cursor: pointer;
  border: solid 1px #e7e7e7;
  border-radius: 50%;
  transition: 0.5s linear;
}
.case .caseswpier .caseprev:hover {
  background: url(../images/pro-prev2.png) no-repeat center;
}
.case .caseswpier .casenext {
  position: absolute;
  top: 130px;
  right: -88px;
  width: 52px;
  height: 52px;
  background: url(../images/pro-next1.png) no-repeat center;
  cursor: pointer;
  border: solid 1px #e7e7e7;
  border-radius: 50%;
  transition: 0.5s linear;
}
.case .caseswpier .casenext:hover {
  background: url(../images/pro-next2.png) no-repeat center;
}
.cap {
  height: 695px;
  background: url(../images/cap.jpg) no-repeat center top;
}
.cap .top {
  height: 125px;
  background: url(../images/t3.png) no-repeat center left;
  padding-left: 319px;
  margin-left: -319px;
}
.cap .top h3 a {
  display: block;
  font-size: 36px;
  color: #4b4b4b;
}
.cap .top p {
  margin: 13px 0 0;
  font-size: 16px;
  color: #8b8b8b;
  line-height: 20px;
  letter-spacing: 5px;
}
.cap .capitalslide {
  position: relative;
  margin: 60px 0 0 0;
}
.cap .capitalslide .bd li {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  width: 1280px !important;
  padding: 0 46px 0 42px;
  box-sizing: border-box;
}
.cap .capitalslide .bd li .list {
  display: flex;
  justify-content: space-between;
  width: 483px;
  height: 82px;
  margin-bottom: 60px;
}
.cap .capitalslide .bd li .list .data {
  position: relative;
  width: 80px;
}
.cap .capitalslide .bd li .list .data::before {
  content: "";
  display: block;
  width: 1px;
  height: 66px;
  position: absolute;
  top: 0;
  right: 0;
  background: #d4cecd;
}
.cap .capitalslide .bd li .list .data b {
  display: block;
  font-size: 50px;
  line-height: 36px;
  color: #222;
  font-family: Arial, Helvetica, sans-serif;
  font-weight: normal;
  transition: 0.5s linear;
}
.cap .capitalslide .bd li .list .data span {
  margin: 15px 0 0;
  display: block;
  font-size: 12px;
  line-height: 10p;
  color: #999;
  opacity: 0.88;
}
.cap .capitalslide .bd li .list .text {
  width: 380px;
  margin-top: -10px;
}
.cap .capitalslide .bd li .list .text .cond {
  display: block;
  font-size: 18px;
  line-height: 20px;
  color: #333;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
  transition: 0.5s linear;
}
.cap .capitalslide .bd li .list .text p {
  margin: 15px 0 0;
  font-size: 14px;
  line-height: 26px;
  color: #999;
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 2;
  overflow: hidden;
  height: 52px;
}
.cap .capitalslide .bd li .list:hover .data b {
  color: #49b3d1;
}
.cap .capitalslide .bd li .list:hover .text .cond {
  color: #49b3d1;
  letter-spacing: 1px;
}
.cap .capitalslide .hd {
  position: absolute;
  top: -130px;
  right: 0;
  z-index: 50;
  width: 420px;
  background: url(../images/line1.png) no-repeat center;
  display: flex;
  justify-content: space-between;
}
.cap .capitalslide .hd li {
  position: relative;
  width: 140px;
}
.cap .capitalslide .hd li::before {
  content: "";
  display: block;
  width: 0;
  height: 3px;
  position: absolute;
  top: 40px;
  left: 50%;
  transform: translateX(-50%);
  background: #49b3d1;
  transition: 0.5s linear;
}
.cap .capitalslide .hd li a {
  display: block;
  font-size: 18px;
  color: #333;
  line-height: 35px;
  text-align: center;
  transition: 0.5s linear;
}
.cap .capitalslide .hd .on::before {
  width: 79px;
}
.cap .capitalslide .hd .on a {
  font-weight: bold;
  color: #333;
}


