.caseWrap {
  /* 精品案例*/
}
.caseWrap .title {
  width: 1200px;
  margin: 0 auto;
  text-align: left;
  padding: 0 0 25px 0;
  font-size: 25px;
  font-weight: bold;
  color: #202B44;
}
.caseWrap .title.dd {
  margin-top: -34px;
}
.caseWrap .index-controller-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.caseWrap .index-controller-list .anli-empty {
  font-size: 18px;
  color: #202B44;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  margin-right: 30px;
}
.caseWrap .index-controller-list .controller-item {
  font-size: 18px;
  color: #202B44;
  text-align: left;
  cursor: pointer;
  font-weight: 400;
  margin-right: 30px;
}
.caseWrap .index-controller-list .controller-item.on {
  color: #DE1B1E;
  font-weight: bold;
}
.caseWrap .anli_right {
  position: relative;
  display: inline-block;
}
.caseWrap .anli_right .btn_aa {
  position: relative;
  display: inline-block;
  width: 90px;
  height: 32px;
  line-height: 32px;
  text-align: center;
  border: 2px solid #D7000F;
  border-radius: 4px;
  margin-top: -5px;
  margin-left: 21px;
  overflow: hidden;
  color: #D7000F;
  font-size: 15px;
  background: #fff;
  transition: color 0.3s;
}
.caseWrap .anli_right .btn_aa span {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #D7000F;
  transform: translate(-50%, -50%);
  transition: width 0.5s, padding-top 0.5s;
}
.caseWrap .anli_right .btn_aa text {
  position: relative;
  z-index: 5;
}
.caseWrap .anli_right .btn_aa:hover {
  color: #FFFFFF;
}
.caseWrap .anli_right .btn_aa:hover span {
  width: calc(225%);
  padding-top: calc(225%);
}
.caseWrap .categories-case-show {
  margin-top: 25px !important;
}
.caseWrap .categories-case-show .outer {
  display: none;
}
.caseWrap .categories-case-show .outer.show {
  display: block;
}
.caseWrap .categories-case-show .outer .lists {
  display: flex;
  justify-content: start;
  align-items: center;
  flex-wrap: wrap;
}
.caseWrap .categories-case-show .outer .items {
  width: 274px;
  height: 367px;
  background: #FFFFFF;
  border: 1px solid #E5E5EA;
  border-radius: 12px;
  overflow: hidden;
  position: relative;
  margin-right: 34px;
  margin-bottom: 34px;
  box-sizing: border-box;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  transition: all 0.3s cubic-bezier(0, 0, 0.5, 1);
}
.caseWrap .categories-case-show .outer .items:hover {
  box-shadow: 2px 4px 16px rgba(103, 174, 255, 0.4);
  transform: scale3d(1.01, 1.01, 1.01);
}
.caseWrap .categories-case-show .outer .items:nth-child(4n) {
  margin-right: 0;
}
.caseWrap .categories-case-show .outer .items .img-box {
  display: inline-block;
  width: 100%;
  height: 272px;
  margin-bottom: 14px;
  cursor: pointer;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box {
  padding: 0 15px;
  box-sizing: border-box;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .big {
  overflow: hidden;
  font-size: 20px;
  color: #202B44;
  font-weight: 500;
  white-space: nowrap;
  text-overflow: ellipsis;
  width: 100%;
  display: block;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .small {
  overflow: hidden;
  width: 100%;
  white-space: nowrap;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .small .item {
  height: 24px;
  border: 1px solid #E5E5EA;
  border-radius: 4px;
  font-size: 15px;
  font-weight: 400;
  line-height: 24px;
  color: #202B44;
  padding: 0 4px;
  display: inline-block;
  margin-right: 10px;
  margin-top: 10px;
  text-align: center;
  opacity: 0.7;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .small .item:hover {
  border: 1px solid #D61518;
  color: #D61518;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .ff {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 10px;
  font-weight: 400;
  font-size: 15px;
  color: #202B44;
  opacity: 0.7;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .ff .left {
  display: flex;
  align-items: center;
}
.caseWrap .categories-case-show .outer .items .bottom-box .name-box .ff .left img {
  width: 21px;
  margin-right: 4px;
}
.caseWrap .categories-case-show .outer .items .jx {
  position: absolute;
  top: 15px;
  right: 15px;
  width: 51px;
  height: 25px;
  line-height: 25px;
  text-align: center;
  color: #fff;
  font-size: 16px;
  font-weight: 400;
  background: linear-gradient(111deg, #ff1e22 0%, #cb0002 100%);
  opacity: 1;
  border-radius: 4px;
}
/* 团队 */
.news-show {
  width: 100%;
  height: 660px;
  position: relative;
  margin-top: 40px;
}
.news-show .swiper-container {
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.16);
}
.news-show .outer {
  visibility: hidden;
  padding-top: 0;
  position: absolute;
  top: 0;
  z-index: 999;
  height: 0;
}
.news-show .outer.show {
  visibility: initial;
}
.news-controller-list {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: wrap;
  position: relative;
  margin-top: 18px;
  display: none;
}
.news-controller-list .index-controller-list {
  width: 80%;
  height: 40px;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  flex-wrap: nowrap;
  float: left;
}
.news-controller-list .index-controller-list .item {
  width: 101px;
  height: 36px;
  line-height: 36px;
  color: #202B44;
  background: transparent;
  text-align: center;
  border-radius: 8px;
  font-size: 18px;
  margin-right: 10px;
  cursor: pointer;
}
.news-controller-list .index-controller-list .item.on {
  border: 1px solid #ED0508;
  color: #ED0508;
  font-weight: bold;
}
.team-part {
  width: 100%;
  background-color: #fff;
}
.team-part .part-title {
  width: 100%;
}
.team-part .part-title .tit {
  font-size: 25px;
  font-weight: bold;
  color: #202B44;
}
.team-part .more {
  margin: 50px auto 0;
  display: block;
  width: 253px;
  height: 56px;
  background-color: #565656;
  border-radius: 10px;
  font-size: 18px;
  line-height: 56px;
  text-align: center;
  color: #fff;
}
.team-part .more:hover {
  background-color: #d61518;
}
.team-swiper-wrap {
  margin-top: 15px;
  box-sizing: border-box;
  width: 100%;
  padding-bottom: 100px;
  position: relative;
}
.team-swiper-wrap .team-swiper {
  width: 100%;
  height: 100%;
  position: initial;
}
.team-swiper-wrap .team-item {
  width: 100%;
  height: 617px;
  box-sizing: border-box;
  padding: 30px 40px;
  background-color: #fff;
}
.team-swiper-wrap .team-item .left-imgs {
  position: relative;
  display: inline-block;
}
.team-swiper-wrap .team-item .left-imgs img {
  display: inline-block;
  width: 418px;
  height: 418px;
}
.team-swiper-wrap .team-item .right-info {
  width: 585px;
  height: 418px;
  box-sizing: border-box;
  position: relative;
  float: right;
  margin-right: 40px;
}
.team-swiper-wrap .team-item .right-info .team-name {
  font-size: 42px;
  color: #070707;
  font-weight: bold;
}
.team-swiper-wrap .team-item .right-info .team-name span {
  font-size: 42px;
  position: relative;
  top: 4px;
}
.team-swiper-wrap .team-item .right-info .team-name::before {
  display: inline-block;
  content: '';
  width: 58px;
  height: 38px;
  background-size: 100% 100%;
  margin-right: 20px;
  position: relative;
  top: 3px;
}
.team-swiper-wrap .team-item .right-info .team-post {
  margin-top: 10px;
  margin-left: 80px;
  color: #070707;
  font-size: 32px;
}
.team-swiper-wrap .team-item .right-info .team-post-eg {
  margin-top: 5px;
  margin-left: 80px;
  font-size: 16px;
  color: #070707;
}
.team-swiper-wrap .team-item .right-info .info {
  width: 502px;
  margin-top: 20px;
  margin-left: 80px;
  font-size: 16px;
  color: #070707;
  line-height: 24px;
}
.team-swiper-wrap .team-item .right-info .find-btn {
  width: 134px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  opacity: 1;
  border-radius: 8px;
  font-size: 18px;
  margin: 22px 60px;
  cursor: pointer;
}
.team-swiper-wrap .team-item .right-info .find-btn .btn_aa {
  position: relative;
  display: inline-block;
  width: 134px;
  height: 41px;
  line-height: 41px;
  text-align: center;
  border: 2px solid #D7000F;
  border-radius: 4px;
  margin-top: -5px;
  margin-left: 21px;
  overflow: hidden;
  color: #D7000F;
  font-size: 15px;
  background: #fff;
  transition: color 0.3s;
}
.team-swiper-wrap .team-item .right-info .find-btn .btn_aa span {
  position: absolute;
  display: block;
  content: "";
  z-index: 0;
  width: 0;
  height: 0;
  border-radius: 100%;
  background: #D7000F;
  transform: translate(-50%, -50%);
  transition: width 0.5s, padding-top 0.5s;
}
.team-swiper-wrap .team-item .right-info .find-btn .btn_aa text {
  position: relative;
  z-index: 5;
}
.team-swiper-wrap .team-item .right-info .find-btn .btn_aa:hover {
  color: #FFFFFF;
}
.team-swiper-wrap .team-item .right-info .find-btn .btn_aa:hover span {
  width: calc(225%);
  padding-top: calc(225%);
}
.team-swiper-wrap .gallery-thumbs {
  width: 1060px;
  position: absolute;
  bottom: 130px;
  left: 0;
  right: 0;
  box-sizing: border-box;
  padding-bottom: 0;
  margin-left: 35px;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide {
  width: 119px !important;
  height: 119px;
  border: 2px solid transparent;
  box-sizing: border-box;
  cursor: pointer;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide img {
  display: block;
  width: 115px;
  height: 115px;
}
.team-swiper-wrap .gallery-thumbs .swiper-slide-thumb-active {
  border: 2px solid #d61518;
  border-radius: 5px;
  box-shadow: 0px 4px 10px 0px rgba(0, 0, 0, 0.38);
}
.fullUnderstand {
  width: 100%;
  margin-bottom: 50px;
}
.fullUnderstand .title1 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 25px;
  font-size: 25px;
  font-weight: bold;
  color: #202B44;
}
.fullUnderstand .title3 {
  width: 1200px;
  margin: 0 auto;
  margin-bottom: 50px;
  font-size: 25px;
  font-weight: bold;
  color: #202B44;
  margin-top: 20px;
}
.fullUnderstand .cont3 {
  width: 100%;
  overflow: hidden;
}
.fullUnderstand .cont3 .scroll-apple {
  width: 100%;
  overflow: hidden;
  position: relative;
}
.fullUnderstand .cont3 .scroll-apple:hover .scroll_r,
.fullUnderstand .cont3 .scroll-apple:hover .scroll_l {
  display: block;
}
.fullUnderstand .cont3 .scroll-apple .swiper-slide {
  width: 320px !important;
  height: 240px;
  border-radius: 12px;
  border: 1px solid #E5E5EA;
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
  display: block;
  overflow: hidden;
  background: #FFFFFF;
  padding: 31px 30px;
  text-align: left;
  box-sizing: border-box;
  transition: box-shadow 0.3s cubic-bezier(0, 0, 0.5, 1);
  cursor: pointer;
}
.fullUnderstand .cont3 .scroll-apple .swiper-slide:hover {
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.4);
}
.fullUnderstand .cont3 .scroll-apple .swiper-slide img {
  width: 65px;
  height: 65px;
  display: block;
  margin-bottom: 30px;
}
.fullUnderstand .cont3 .scroll-apple .swiper-slide .tt {
  font-size: 20px;
  font-weight: 500;
  color: #202B44;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
}
.fullUnderstand .cont3 .scroll_l {
  position: absolute;
  left: 66px;
  top: 80px;
  width: 88px;
  height: 88px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
.fullUnderstand .cont3 .scroll_r {
  position: absolute;
  right: 66px;
  top: 80px;
  width: 88px;
  height: 88px;
  z-index: 99;
  cursor: pointer;
  display: none;
}
.fullUnderstand .cont3 .scroll_services_l,
.fullUnderstand .cont3 .scroll_services_r {
  top: 145px;
}
.fullUnderstand .cont3 .sdisabled {
  opacity: 0;
}
.fullUnderstand #cont1 .swiper-slide {
  width: 315px !important;
  height: 380px;
  border-radius: 12px;
  padding: 0 30px;
  border: none;
  box-shadow: none;
  transition: none;
  position: relative;
}
.fullUnderstand #cont1 .swiper-slide:hover {
  box-shadow: 0px 5px 20px rgba(103, 174, 255, 0.2);
}
.fullUnderstand #cont1 .swiper-slide .top {
  height: 29px;
  padding: 0 10px;
  line-height: 29px;
  border: 1px solid #B2B2B2;
  opacity: 1;
  border-radius: 16px 20px 20px 0px;
  font-size: 16px;
  color: rgba(32, 43, 68, 0.7);
  text-align: center;
  position: absolute;
  top: 67px;
}
.fullUnderstand #cont1 .swiper-slide > p {
  font-size: 34px;
  font-weight: bold;
  color: #202B44;
  position: absolute;
  top: 125px;
}
.fullUnderstand #cont1 .swiper-slide > span {
  font-size: 18px;
  color: #202B44;
  opacity: 0.7;
  position: absolute;
  top: 198px;
}
.fullUnderstand #cont1 .swiper-slide .btn {
  width: 78px;
  height: 26px;
  line-height: 26px;
  text-align: center;
  background: #FFFFFF;
  box-shadow: 0px 3px 6px rgba(103, 174, 255, 0.16);
  opacity: 1;
  border-radius: 60px;
  font-size: 16px;
  color: #DE1B1E;
  position: absolute;
  right: 20px;
  bottom: 20px;
}
