:root {
  --color: #0377ea;
  --textColor: #0174fe;
  --greyColor: #909090;
  --blackCocolor: #040404;
}
.case-type {
  width: 100%;
  border-top: 1px solid #eee;
}
.case-type.scroll {
  position: fixed;
  top: 0;
  left: 0;
  z-index: 9999;
  background-color: #fff;
  width: 100%;
}
.case-type .list {
  display: flex;
  justify-content: space-around;
}
.case-type .list a {
  line-height: 80px;
}
.case-type .list a:hover {
  color: var(--color);
}
.case-type .list a.active {
  color: var(--color);
}
.case-pad {
  height: 55px;
  display: none;
}
.item .pro-img {
  height: 170px;
}
.item .pro-image {
  height: 245px;
}
@media all and (max-width: 1700px) {
  .item .pro-img {
    height: 160px;
  }
  .item .pro-image {
    height: 200px;
  }
}
@media all and (max-width: 1590px) {
  .item .pro-img {
    height: 150px;
  }
}
.case-wrap {
  position: relative;
}
.case-wrap video {
  vertical-align: middle;
}
.case-wrap .swiper-horizontal > .swiper-pagination-bullets,
.case-wrap .swiper-pagination-bullets.swiper-pagination-horizontal {
  bottom: 100px;
}
.case-wrap .swiper-slide .title {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: 10%;
}
.case-wrap .btn-swiper {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  bottom: 50px;
  z-index: 999;
  width: 100%;
  display: flex;
  justify-content: center;
}
.case-wrap .btn-swiper .case-btn-swiper {
  width: 70%;
}
.btn-swiper .line {
  width: 70%;
  height: 4px;
  border-radius: 100px;
  display: inline-block;
  text-align: center;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  display: none;
  position: relative;
}
.btn-swiper .line-2 {
  width: 0;
  height: 100%;
  position: absolute;
  left: 0;
  top: 0;
  background-image: linear-gradient(to right, #0377ea, #03055f);
}
.btn-swiper .swiper-slide-thumb-active .line {
  display: block;
  background: #f3efeeab;
  /*background-image: linear-gradient(to right, #0377ea, #03055f);*/
}
.btn-swiper .swiper-slide-thumb-active .line .line-2 {
  animation-name: up-long;
  animation-duration: 10s;
  animation-iteration-count: infinite;
}
@keyframes up-long {
  0% {
    width: 0;
  }
  5% {
    width: 5%;
  }
  10% {
    width: 10%;
  }
  15% {
    width: 15%;
  }
  20% {
    width: 20%;
  }
  25% {
    width: 25%;
  }
  30% {
    width: 30%;
  }
  35% {
    width: 35%;
  }
  40% {
    width: 40%;
  }
  45% {
    width: 45%;
  }
  50% {
    width: 50%;
  }
  55% {
    width: 55%;
  }
  60% {
    width: 60%;
  }
  65% {
    width: 65%;
  }
  70% {
    width: 70%;
  }
  75% {
    width: 75%;
  }
  80% {
    width: 80%;
  }
  85% {
    width: 85%;
  }
  90% {
    width: 90%;
  }
  95% {
    width: 95%;
  }
  100% {
    width: 100%;
  }
}
#banner {
  position: relative;
  overflow: hidden;
}
#banner .product-swiper {
  width: 100%;
  z-index: 0;
  --swiper-theme-color: var(--color);
  --swiper-pagination-color: var(--color);
}
#banner .product-swiper .swiper-horizontal > .swiper-pagination-bullets,
#banner .product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal {
  display: flex;
  justify-content: center;
  /*padding-right: 6%;*/
  position: absolute;
  z-index: 99999999999999;
  bottom: 20px;
}
#banner .product-swiper .swiper-horizontal > .swiper-pagination-bullets span,
#banner .product-swiper .swiper-pagination-bullets.swiper-pagination-horizontal span {
  width: 40px;
  height: 3px;
  border-radius: 100px;
}
#banner .product-swiper .swiper-pagination-bullet-active{
    background: #fff;
    opacity: 1;
}
#banner .container {
  position: absolute;
  left: 50%;
  transform: translate(-50%);
  top: 0;
  z-index: 9;
  height: 100%;
}
#banner .container .left {
  width: 17%;
  height: 100%;
}
#banner .container .left .list {
  background-color: #000000c2;
  height: 100%;
}
#banner .container .left .list .inner {
  padding: 30px 0;
}
#banner .container .left .list .tab {
  display: flex;
  padding: 22px 15px;
  justify-content: space-between;
  align-items: center;
}
#banner .container .left .list .tab .more {
  width: 9px;
  height: 12px;
}
#banner .container .left .list .tab .cont {
  position: absolute;
  background-color: #fff;
  right: 0;
  top: 0;
  width: calc(100% - 17%);
  height: 100%;
  display: none;
}
#banner .container .left .list .tab .cont .inner {
  padding: 35px;
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 15px;
}
#banner .container .left .list .tab .cont .inner .item {
  display: flex;
  align-items: center;
}
#banner .container .left .list .tab .cont .inner .item .pro-nav-img {
  height: 90px;
}
#banner .container .left .list .tab .cont .inner .item p {
  color: #040404;
}
#banner .container .left .list .tab:hover {
  background-image: linear-gradient(to right, #02065f, #0376e9);
}
#banner .container .left .list .tab:hover a {
  color: #fff;
}
#banner .container .left .list .tab:hover .cont {
  display: block;
}
@media all and (max-width: 1700px) {
  #banner .container .left .list .tab .cont .inner {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media all and (max-width: 1590px) {
  #banner .container .left .list .tab {
    padding: 15px 10px;
  }
  #banner .container .left .list .tab .cont .inner {
    grid-template-columns: repeat(3, 1fr);
  }
}
@media all and (max-width: 1350px) {
  #banner .container .left .list .tab {
    padding: 10px 10px;
  }
}
.pro-type-nav .inner-container {
  width: 80%;
  margin: 0 auto;
}
.pro-type-nav .inner-container .item {
  width: 80%;
  margin: 0 auto;
  background-color: #fff;
  border-radius: 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 15px 0;
}
.pro-type-nav .inner-container .swiper-button-prev-a,
.pro-type-nav .inner-container .swiper-button-next-a {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  cursor: pointer;
}
.pro-type-nav .inner-container .swiper-button-prev-a {
  left: 0;
}
.pro-type-nav .inner-container .swiper-button-next-a {
  right: 0;
}
.pro-title {
  display: flex;
  justify-content: space-between;
}
.pro-title a {
  display: flex;
  width: 120px;
  align-items: center;
  justify-content: end;
}
.pro-title a img {
  width: 15px;
  height: 15px;
}
.pro-title a:hover {
  text-decoration: underline;
}
.pro-list .list {
  display: flex;
  justify-content: space-between;
}
.pro-list .list .left {
  width: 400px;
  height: 615px;
  margin-right: 15px;
}
.pro-list .list .left-2 {
  width: 695px;
  height: 300px;
  margin-right: 15px;
}
.pro-list .list .right {
  width: calc(100% - 415px);
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 15px;
}
.pro-list .list .right-2 {
  width: calc(100% - 710px);
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 15px;
}
.pro-list .list .item {
  height: 250px;
  padding: 25px 15px;
  display: flex;
  flex-direction: column;
  align-items: center;
  background-color: #fff;
  transition: 0.4s;
}
@media all and (max-width: 1700px) {
  .pro-list .list .left {
    width: 380px;
    height: 580px;
  }
  .pro-list .list .right {
    width: calc(100% - 395px);
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .pro-list .list .left-2 {
    width: 635px;
    height: 280px;
  }
  .pro-list .list .right-2 {
    width: calc(100% - 650px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .pro-list .list .item {
    height: 240px;
    padding: 20px 15px;
  }
}
@media all and (max-width: 1590px) {
  .pro-list .list .left {
    width: 360px;
    height: 590px;
  }
  .pro-list .list .right {
    flex: 1;
    display: grid;
    grid-template-columns: repeat(4, 1fr);
    gap: 15px;
  }
  .pro-list .list .left-2 {
    width: 565px;
    height: 290px;
  }
  .pro-list .list .right-2 {
    width: calc(100% - 580px);
    display: grid;
    grid-template-columns: repeat(3, 1fr);
    gap: 15px;
  }
  .pro-list .list .item {
    height: 250px;
    padding: 20px 15px;
  }
}
.pro-list .list .item:hover {
  box-shadow: 0 7px 20px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.pro-list-type a:hover,
.case-filter a:hover {
  color: var(--color);
}
.pro-list-type a.active,
.case-filter a.active {
  color: var(--textColor);
}
.pro-list-type .row,
.case-filter .row {
  display: flex;
  align-items: center;
}
.pro-list-type .row .left,
.case-filter .row .left {
  width: 120px;
}
.pro-list-type .row .right,
.case-filter .row .right {
  display: grid;
  grid-template-columns: repeat(9, 1fr);
  gap: 15px;
  width: calc(100% - 150px);
}
.pro-list-type .row .right a,
.case-filter .row .right a {
  display: block;
  /*padding: 0 40px;*/
}
@media all and (max-width: 1590px) {
  .pro-list-type .row .right,
  .case-filter .row .right {
    display: grid;
    grid-template-columns: repeat(6, 1fr);
    gap: 15px;
    width: calc(100% - 150px);
  }
}
@media all and (max-width: 1270px) {
  .pro-list-type .row .right,
  .case-filter .row .right {
    display: grid;
    grid-template-columns: repeat(5, auto);
    gap: 15px;
    width: calc(100% - 150px);
  }
}
.list-prolist .list {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr;
  gap: 20px;
}
.list-prolist .item {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  transition: 0.4s;
  height: 305px;
}
.list-prolist .item-pro {
  background-color: #fff;
  display: flex;
  flex-direction: column;
  align-items: center;
  padding: 25px 15px;
  transition: 0.4s;
  height: auto;
}
.list-prolist .item .pro-photo {
  height: 150px;
}
.list-prolist .item .pro-img-wrap {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr;
  gap: 12px;
}
.list-prolist .item .pro-img-wrap img {
  width: 100%;
  height: 45px;
  border: 1px solid #eee;
  border-radius: 2px;
}
.list-prolist .item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.tuijian .title {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.tuijian .title .line {
  width: 42%;
  height: 1px;
  background-color: #d4d4d4;
}
.tuijian .list {
  display: grid;
  grid-template-columns: repeat(5, 1fr);
  gap: 50px;
}
.tuijian .list .item {
  background-color: #fff;
  padding: 20px 10px;
  display: flex;
  flex-direction: column;
  align-items: center;
  transition: 0.4s;
}
.tuijian .list .item img {
  height: 150px;
}
.tuijian .list .item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.pro-detail .detail {
  display: flex;
  justify-content: space-between;
}
.pro-detail .detail .left-cont {
  width: 38%;
  display: flex;
  flex-direction: column;
  align-items: center;
}
.pro-detail .detail .left-cont .pro-detail-swiper {
  width: 100%;
}
.pro-detail .detail .left-cont .pro-detail-swiper .swiper-slide {
  text-align: center;
}
.pro-detail .detail .left-cont .pro-detail-swiper .swiper-slide img {
  height: 520px;
  vertical-align: middle;
  display: inline-block;
}
@media all and (max-width: 1700px) {
  .pro-detail .detail .left-cont .pro-detail-swiper .swiper-slide img {
    height: 480px;
  }
}
@media all and (max-width: 1590px) {
  .pro-detail .detail .left-cont .pro-detail-swiper .swiper-slide img {
    height: 450px;
  }
}
.pro-detail .detail .left-cont .pro-detail-small-swiper .img {
  padding: 10px;
  border: 1px solid #eee;
  text-align: center;
  cursor: pointer;
}
.pro-detail .detail .left-cont .pro-detail-small-swiper .img img {
  width: 100%;
  display: inline-block;
  vertical-align: middle;
}
.pro-detail .detail .left-cont .pro-detail-small-swiper .swiper-slide-thumb-active .img {
  border: 2px solid var(--color);
}
.pro-detail .detail .right-cont {
  width: 50%;
}
.pro-detail .detail .right-cont .baozhang {
  display: flex;
  align-items: center;
}
.pro-detail .detail .right-cont .baozhang .item {
  display: flex;
  align-items: center;
}
.pro-detail .detail .right-cont .zixun .inner {
  display: flex;
}
.pro-detail .detail .right-cont .zixun .inner .left {
  width: 300px;
  line-height: 60px;
  text-align: center;
  border: 1px solid #eee;
  border-radius: 5px;
}
.pro-detail .detail .right-cont .zixun .inner .right {
  width: 250px;
  display: flex;
  align-items: center;
  justify-content: center;
  border-radius: 5px;
  line-height: 60px;
  background-image: linear-gradient(to right, #03055f, #0377ea);
}
.pro-detail .detail .right-cont .zixun .inner .right img {
  width: 30px;
  height: 30px;
}
.pro-detail .detail .right-cont .guige .item {
  display: flex;
  align-items: center;
}
.pro-detail .detail .right-cont .guige .item .tag {
  background-color: #f7f7f7;
  width: 110px;
  text-align: center;
  line-height: 35px;
  border-radius: 5px;
}
.pro-detail-cont .pro-tab {
  display: flex;
  justify-content: center;
}
.pro-detail-cont .pro-tab a:hover {
  color: var(--color);
}
.pro-detail-cont .pro-tab a.active {
  color: var(--color);
}
.pro-detail-cont #pro-cont img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
}
.case-list .item {
  display: flex;
  justify-content: space-between;
  background-color: #fff;
  transition: 0.4s;
}
.case-list .item .img {
  width: 500px;
  overflow: hidden;
  height: 100%;
}
.case-list .item .img img {
  width: 100%;
  height: 100%;
  transition: 0.4s;
}
.case-list .item .info {
  width: calc(100% - 580px);
  padding: 20px 20px 20px 0;
}
.case-list .item:hover {
  box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1);
  transform: translate3d(0, -2px, 0);
}
.case-list .item:hover img {
  transform: scale(1.1);
}
.case-detail .inner {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.case-detail .inner .left {
  display: flex;
  flex-direction: column;
}
.case-detail .inner .btn {
  display: block;
  background-image: url(/static/image/more-btn.png);
  background-position: center;
  background-repeat: no-repeat;
  background-size: cover;
  text-align: center;
  line-height: 60px;
  width: 204px;
  border-radius: 100px;
}
.job-list .inner {
  padding: 20px 0px;
  background-color: #fff;
}
.job-list .top {
  padding: 20px 20px 30px 20px;
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  border-bottom: 1px solid #b3b3b3;
}
.job-list .top > div {
  border-right: 1px solid #d4d4d4;
  font-weight: 100;
}
.job-list .top > div:not(.first) {
  text-align: center;
}
.job-list .top > div:last-child {
  border-right: none;
}
.job-list .list .wrap {
  display: block;
  padding: 0 20px;
}
.job-list .list .item {
  display: grid;
  grid-template-columns: 2fr 1fr 1fr 1fr 1fr;
  padding: 40px 0 30px 0;
}
.job-list .list .item > div:not(.first) {
  text-align: center;
}
.job-detail .title {
  padding: 20px 0 20px 40px;
  background-color: #f7f7f7;
}
.job-detail .subtitle {
  padding: 20px 0 20px 40px;
}
.job-detail .job {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 10px;
}
.job-detail .item {
  display: flex;
  align-items: center;
}
.job-detail .cont img {
  max-width: 100%;
  display: block;
  margin: 0 auto;
  padding: 20px 0;
}
.job-detail .cont video {
  max-width: 100%;
  margin: 0 auto;
  padding: 20px 0;
}
.about-list .item {
  display: flex;
  align-items: center;
  padding-top: 80px;
}
.about-list .item:first-child {
  padding-top: 0;
}
.about-list .item img,
.about-list .item-2 img {
  width: 30px;
  height: 30px;
}
.about-list .item:first {
  padding-top: 0;
}
.about-list .item-2 {
  padding-top: 80px;
  display: grid;
  grid-template-columns: repeat(3, 1fr);
}
.about-list .item-2 .inner-item {
  display: flex;
  align-items: center;
}
.about .shimin .inner {
  display: grid;
  grid-template-columns: repeat(3, 1fr);
  gap: 20px;
}
.about .shimin .inner .item-2 {
  display: flex;
  justify-content: center;
}
.shili .list {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
}

.shili .list .item{
    width:170px;
}

.shili .last{
    
}
.shili .list .item img{
    align-self: center;
    height: 80px;
    object-fit: cover;
}
/*.shili .list:last-child {*/
/*    margin-top: 60px;*/
/*}*/
.shili .list .item .jia {
  position: absolute;
  top: 10px;
}
.rongyu-swiper .swiper-button-next {
  right: -40px;
}
.rongyu-swiper .swiper-button-next::after {
  font-size: 80px;
}
.rongyu-swiper .swiper-button-prev::after {
  font-size: 80px;
}
.rongyu-swiper .swiper-button-prev {
  left: -60px;
}
.rongyu-swiper .swiper-slide {
  display: flex;
  justify-content: center;
}
.rongyu-swiper .inner {
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.lichen .item {
  position: relative;
}
.lichen .item .inner {
  /* padding-top: 75px; */
}
.lichen .item .cont {
  margin-left: 160px;
  padding-left: 50px;
  border-left: 1px solid #d5d5d5;
  position: relative;
}
.lichen .item .cont:not(.last) {
  padding-bottom: 100px;
}
/* .lichen .item .cont:last-child{
    padding-bottom: 100px;
} */
.lichen .item .cont .tag {
  width: 15px;
  height: 15px;
  border-radius: 15px;
  background-color: var(--color);
  position: absolute;
  left: -7px;
  top: 4px;
}
.lichen .item .cont .title {
  width: 240px;
  text-align: right;
  position: absolute;
  left: -265px;
  top: -3px;
}
.lichen .item .img-wrap {
  display: grid;
  grid-template-columns: repeat(4, 1fr);
  gap: 20px;
  display: none;
}
.lichen .item .time {
  width: 240px;
  margin-right: 20px;
  position: absolute;
  top: -55px;
  left: -100px;
  text-align: right;
  cursor: pointer;
}
.lichen .item .time-2 {
  width: 140px;
  margin-right: 20px;
  position: absolute;
  top: 50%;
  left: 0;
  text-align: right;
  cursor: pointer;
}
.lichen .item .time:hover .lichen .item .img-wrap {
  display: none;
}
.lichen .item .time p:first-child {
  padding-left: 15px;
}
.gongyi-swiper {
  width: 46%;
  padding-left: 27%;
}
.gongyi-swiper .mask {
  width: 100%;
  height: 100%;
  background-color: #ffffff85;
  position: absolute;
  left: 0;
  top: 0;
}
.gongyi-swiper .swiper-slide.swiper-slide-active .mask {
  display: none;
}
/* .gongyi-swiper .swiper-slide {
    width: calc(100%- 400);
    height: 450px;
}

.gongyi-swiper .swiper-slide > div {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
}
*/
.gongyi-swiper .swiper-slide > div img {
  width: 100%;
  object-fit: cover;
}
/* 核心技术 */
.jishu-container .jishu .item {
  padding-top: 50px;
}
.jishu-container .jishu .item .title {
  padding-bottom: 25px;
}
.jishu-container .jishu .item .btn-item {
  cursor: pointer;
  padding-bottom: 8px;
}
.jishu-container .jishu .item .btn-item > div:first-child {
  color: #716F70;
  padding: 25px 0 18px;
  font-size: 26px;
  text-align: center;
}
.jishu-container .jishu .item .jishu-swiper {
  overflow: hidden;
}
.jishu-container .jishu .item {
  margin-top: 40px;
}
@media all and (max-width: 1590px) {
  .jishu-container .jishu .item .btn-item {
    cursor: pointer;
    padding-bottom: 8px;
  }
  .jishu-container .jishu .item .btn-item > div:first-child {
    color: #716F70;
    padding: 25px 0 18px;
    font-size: 24px;
    text-align: center;
  }
}
@media all and (max-width: 1400px) {
  .jishu-container .jishu .item .btn-item {
    cursor: pointer;
    padding-bottom: 8px;
  }
  .jishu-container .jishu .item .btn-item > div:first-child {
    color: #716F70;
    padding: 25px 0 18px;
    font-size: 22px;
    text-align: center;
  }
}
@media all and (max-width: 1400px) {
  .jishu-container .jishu .item .btn-item {
    cursor: pointer;
    padding-bottom: 8px;
  }
  .jishu-container .jishu .item .btn-item > div:first-child {
    color: #716F70;
    padding: 25px 0 18px;
    font-size: 18px;
    text-align: center;
  }
}
