.pb-wrap {
  padding-top: 60px;
  text-align: center;
}
.pb-wrap .pb-tit {
  position: relative;
  font-size: 40px;
  color: #d7151a;
  font-weight: bold;
  text-align: center;
}
.pb-wrap .pb-tit:before {
  content: '';
  position: absolute;
  top: 50%;
  left: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
.pb-wrap .pb-tit:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -50px;
  width: 30px;
  height: 2px;
  margin-top: -1px;
  background: #d7151a;
}
@media screen and (max-width: 1360px) {
  .pb-wrap .pb-tit {
    font-size: 28px;
  }
}

.sub-tit {
  font-size: 40px;
}
@media screen and (max-width: 1360px) {
  .sub-tit {
    font-size: 28px;
  }
}

.inner-banner {
  position: relative;
  width: 100%;
  height: 496px;
  margin-top: 100px;
  transition: all .2s linear;
}
.inner-banner .zhf-banner {
  width: 100%;
  height: 100%;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  overflow: hidden;
}
.inner-banner img {
  object-fit: cover;
  width: 100%;
  height: inherit;
  vertical-align: top;
}
.inner-banner .inner-banner-tit {
  position: absolute;
  top: 50%;
  left: 0;
  right: 0;
  padding: 0 15px;
  width: 1200px;
  margin: 0 auto;
  font-size: 68px;
  color: #fff;
  transform: translateY(-50%);
  box-sizing: border-box;
}
.inner-banner .inner-banner-tit:after {
  content: '';
  position: absolute;
  bottom: -10px;
  left: 15px;
  width: 68px;
  height: 4px;
  background: #d7151a;
}

.header {
  position: fixed;
  top: 0;
  left: 0;
  width: 100%;
  border-bottom: 1px solid #eee;
  background: #fff;
  z-index: 999;
}

.head-wrap {
  position: relative;
  height: 100px;
}

.head-wrap .logo {
  position: absolute;
  top: 50%;
  left: 30px;
  margin-top: -20px;
  width: 185px;
  height: 40px;
}
.head-wrap .logo .lk {
  display: block;
  width: 100%;
  height: 100%;
}
.head-wrap .logo .lk img {
  width: 100%;
}

.head-wrap .nav-wrap {
  position: absolute;
  right: 30px;
  top: 0;
  height: 100%;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav {
  display: inline-block;
  margin-right: 50px;
}

@media screen and (max-width: 1200px) {
    .head-wrap .nav-wrap .nav {
      margin-right: 0;
    }
}

.head-wrap .nav-wrap .nav .list {
  height: 100%;
}
.head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 10px;
  text-align: center;
}

@media screen and (max-width: 1440px) {
    .head-wrap .nav-wrap .nav .list .item {
  position: relative;
  display: inline-block;
  padding: 0 15px;
  height: 100%;
  line-height: 100px;
  margin: 0 8px;
  text-align: center;
}
}





@media screen and (max-width: 1200px) {

    .head-wrap .nav-wrap {
        margin-left: 8px;
    }
    .head-wrap .nav-wrap .nav .list .item{
      padding: 0;
    }
}

.head-wrap .nav-wrap .nav .list .item .lk {
  display: block;
  width: 100%;
  height: 100%;
  font-size: 18px;
  color: #333;
}
@media screen and (max-width: 1600px) {
  .head-wrap .nav-wrap .nav .list .item .lk {
    font-size: 16px;
  }
}
.head-wrap .nav-wrap .nav .list .item .lk.cur {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .lk {
  color: #d7151a;
  border-bottom: 2px solid #d7151a;
}
.head-wrap .nav-wrap .nav .list .item:hover .submenu {
  display: block;
}
.head-wrap .nav-wrap .nav .list .submenu {
  position: absolute;
  display: none;
  left: -20px;
  right: 0;
  height: auto;
  width: 150px;
  margin-top: -1px;
  padding: 10px 5px;
  box-sizing: border-box;
  background: #fff;
  transition: all 1s;
  -webkit-transition: all .3s;
  -moz-transition: all .3s;
  -o-transition: all .3s;
  box-shadow: 0 2px 5px 2px rgba(0, 0, 0, 0.1);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item {
  height: 44px;
  text-align: center;
  font-size: 14px;
  line-height: 44px;
  -webkit-transition: all .3s ease;
  -moz-transition: all .3s ease;
  -o-transition: all .3s ease;
  transition: all .3s ease;
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover {
  transform: translate(0, -2px);
}
.head-wrap .nav-wrap .nav .list .submenu .sub-item:hover .sub-lk {
  color: #d7151a;
}
.head-wrap .nav-wrap .search {
  display: inline-block;
  position: relative;
  border: 1px solid #eee;
  border-radius: 44px;
}
.head-wrap .nav-wrap .search input, .head-wrap .nav-wrap .search button {
  border: none;
  outline: none;
  background: transparent;
}
.head-wrap .nav-wrap .search input {
  width: 75%;
  height: 30px;
  padding-left: 15px;
}
.head-wrap .nav-wrap .search button {
  height: 30px;
  width: 30px;
  position: absolute;
  top: 0;
  right: 5px;
  cursor: pointer;
}
.head-wrap .nav-wrap .search .layui-icon {
  color: #d7151a;
}

.footer {
  width: 100%;
  background: url(https://web.archive.org/web/20240930220824im_/https://www.caschina.cn/static/modules/cms/img/footer-bg.jpg) no-repeat center;
  background-size: cover;
}

@media (max-width: 1200px) {
   .footer {
       width: 1200px;
       margin: 0 auto;
   }
}
.footer .footer-nav {
  padding: 100px 0;
}
.footer .footer-nav .wrapper {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
}
.footer .footer-nav .f-nav {
  display: flex;
  flex-direction: row;
  align-items: center;
  align-items: flex-start;
  width: 75%;
}
.footer .footer-nav .f-nav li {
  width: 25%;
  font-weight: bold;
  font-size: 20px;
  color: #333;
}
.footer .footer-nav .f-nav .f-sub {
  margin-top: 30px;
}
.footer .footer-nav .f-nav .lk {
  display: block;
  line-height: 40px;
  font-size: 16px;
  color: #666;
  font-weight: normal;
}
.footer .footer-nav .f-nav .lk:hover {
  color: #d7151a;
}
.footer .footer-nav .qr-img {
  width: 25%;
}
.footer .footer-nav .qr-img .qr-itme {
  position: relative;
  padding-bottom: 40px;
  text-align: right;
}
.footer .footer-nav .qr-img .qr-tit {
  position: absolute;
  width: 120px;
  right: 0;
  text-align: center;
  font-size: 12px;
  height: 40px;
  line-height: 40px;
}

.filing {
  padding: 20px 0;
  width: 100%;
  background: #d7151a;
}

@media (max-width: 1200px) {
   .filing {
       width: 1200px;
       margin: 0 auto;
   }
}
.filing p {
  color: #fff;
}
.filing p .lk {
  display: inline-block;
  color: #fff;
  margin-left: 15px;
}
.filing .bq {
  margin-top: 8px;
}

.main {
    width: 100%;
}

@media (max-width: 1200px) {
   .main {
       width: 1200px;
       margin: 0 auto;
   }
}


.remove-mar {
  height: 100vh;
  box-sizing: border-box;
  padding-top: 100px;
}

.swiper {
  height: 100% !important;
  overflow: hidden;
}
.swiper .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
}
.swiper .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.swiper .login-wrap {
  position: absolute;
  top: 50%;
  right: 5%;
  width: 100%;
  box-sizing: border-box;
  height: 340px;
  margin-top: -170px;
}
.swiper .login {
  position: absolute;
  top: 50%;
  right: 15px;
  width: 340px;
  padding: 30px 40px;
  background: rgba(0, 0, 0, 0.5);
  transform: translateY(-50%);
  box-sizing: border-box;
  z-index: 99;
}
.swiper .login .log-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  font-size: 24px;
  color: #fff;
}
.swiper .login .log-tit .layui-icon {
  font-size: 22px;
  padding-right: 8px;
}
.swiper .login .log-btn {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 30px 0 30px;
  border-bottom: 2px solid #eee;
}
.swiper .login .log-btn a {
  flex: 1;
  margin-right: 15px;
}
.swiper .login .log-btn a:last-child {
  margin-right: 0;
}
.swiper .login .log-btn .log {
  background-color: #d7151a;
  color: #fff;
}
.swiper .login .log-btn .ask {
  color: #d7151a;
  background-color: #fff;
}
.swiper .login .log-info {
  margin: 20px 0;
}
.swiper .login .log-info > p {
  color: #fff;
  text-align: center;
}
.swiper .login .log-info .tel-tip {
  font-size: 16px;
}
.swiper .login .log-info .tel-num {
  font-size: 30px;
}
.swiper .login .tel-ewm {
  width: 120px;
  height: 120px;
  margin: 0 auto;
}

.about {
  position: relative;
  height: 590px;
}
.about .ab-info {
  display: table;
  float: left;
  width: 50%;
  height: 100%;
  padding-left: 100px;
  vertical-align: middle;
  box-sizing: border-box;
}
.about .ab-info .ab-info-body {
  display: table-cell;
  vertical-align: middle;
}
.about .ab-info .tit {
  font-size: 60px;
  font-weight: bold;
  color: #d7151a;
}
@media screen and (max-width: 1400px) {
  .about .ab-info .tit {
    font-size: 50px;
  }
}
.about .ab-info .commentary {
  padding: 30px 0 60px;
  max-width: 100%;
  font-size: 18px;
  text-align: justify;
  line-height: 35px;
}
@media screen and (max-width: 1400px) {
  .about .ab-info .commentary {
    font-size: 16px;
  }
}
.about .ab-info .layui-btn {
  padding: 10px 50px;
  height: auto;
  line-height: normal;
  background-color: #d7151a;
}
.about .ab-info .layui-btn .lk {
  font-size: 16px;
  color: #fff;
}
.about .ab-img {
  position: relative;
  float: right;
  width: 50%;
  height: 100%;
}
.about .ab-img img {
  position: absolute;
  bottom: 0;
  right: 0;
  height: 515px;
}

.product-number-info {
  position: relative;
  background-color: #f6f6f6;
}
.product-number-info ul {
  display: flex;
  flex-direction: row;
  align-items: center;
  padding: 60px 0;
}
.product-number-info ul li {
  flex: 1;
  color: #d7151a;
  text-align: center;
  border-right: 1px solid #ccc;
}
.product-number-info ul li:last-child {
  border-right: none;
}
.product-number-info ul li i {
  font-style: normal;
  font-weight: bold;
  font-size: 80px;
}
@media screen and (max-width: 1400px) {
  .product-number-info ul li i {
    font-size: 60px;
  }
}
.product-number-info ul li .plus {
  font-weight: bold;
  font-size: 24px;
}
.product-number-info ul li p {
  font-size: 24px;
  font-weight: bold;
  color: #424242;
}
@media screen and (max-width: 1400px) {
  .product-number-info ul li p {
    font-size: 20px;
  }
}

.news {
  border-bottom: 1px solid #eee;
}
.news .hd {
  margin: 50px 0;
}
.news .hd-list {
  text-align: center;
  padding-bottom: 10px;
  border-bottom: 1px solid #ccc;
}
.news .hd-list .hd-item {
  position: relative;
  display: inline-block;
  font-size: 26px;
  font-weight: bold;
  margin: 0 80px;
  padding: 0 30px;
  color: #666;
}
@media screen and (max-width: 1360px) {
  .news .hd-list .hd-item {
    font-size: 20px;
  }
}

.news .hd-list .cur {
  color: #333;
}
.news .hd-list .cur:after {
  content: '';
  position: absolute;
  width: 100%;
  height: 3px;
  bottom: -11.5px;
  left: 0;
  background: #d7151a;
}
.news .bd-item {
    position: relative;
  display: none;
  margin: 40px auto;
}
.news .bd-item.active {
  display: block;
}
.news .bd-item .news-left {
    float: left;
  width: 49%;
  padding-right: 30px;
  position: relative;
  box-sizing: border-box;
}
.news .bd-item .news-left:after {
  content: '';
  position: absolute;
  top: 50%;
  right: -15px;
  width: 1px;
  height: 100%;
  background: #ccc;
  transform: translateY(-50%);
}
.news .bd-item .news-left .top {
  width: 100%;
  position: relative;
  overflow: hidden;
}
.news .bd-item .news-left .top:hover img {
  transform: scale(1.1);
}
.news .bd-item .news-left .top img {
  width: 100%;
  transition: transform .2s ease;
}
.news .bd-item .news-left .top .top-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  color: #fff;
  padding: 10px 30px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.5));
  box-sizing: border-box;
}
.news .bd-item .news-left .sub-item {
  margin-top: 30px;
}
.news .bd-item .news-left .sub-item .sub-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 50px;
  border-bottom: 1px solid #ccc;
}
.news .bd-item .news-left .sub-item .sub-tit span {
  font-size: 20px;
  color: #333;
  font-weight: bold;
}
.news .bd-item .news-left .sub-item .layui-icon {
  font-size: 14px;
  font-weight: bold;
  color: #d7151a;
}
.news .bd-item .news-left .sub-item .list {
  margin-top: 10px;
}
.news .bd-item .news-left .sub-item .list .item {
  height: 40px;
}
.news .bd-item .news-left .sub-item .list .item:hover .lk {
  color: #d7151a;
  border-color: #d7151a;
}
.news .bd-item .news-left .sub-item .list .item:first-child .lk {
  font-weight: bold;
  color: #d7151a;
}
.news .bd-item .news-left .sub-item .list .item .lk {
  display: inline-block;
  width: auto;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid transparent;
  line-height: 40px;
  transition: all .2s ease;
}
@media screen and (max-width: 1360px) {
  .news .bd-item .news-left .sub-item .list .item .lk {
    font-size: 14px;
  }
}
.news .bd-item .news-right {
    float: right;
    padding-left: 30px;
    box-sizing: border-box;
    width: 49%;
}
.news .bd-item .news-right .sub-item {
  margin-top: 30px;
}
@media screen and (max-width: 1600px) {
  .news .bd-item .news-right .sub-item {
    margin-top: 15px;
  }
}
.news .bd-item .news-right .sub-item:first-child {
  margin-top: 0;
}
.news .bd-item .news-right .sub-item .sub-tit {
  display: flex;
  flex-direction: row;
  align-items: center;
  justify-content: space-between;
  width: 100%;
  height: 43px;
  border-bottom: 1px solid #ccc;
}
.news .bd-item .news-right .sub-item .sub-tit span {
  flex: auto;
  font-size: 22px;
  color: #333;
  font-weight: bold;
}
.news .bd-item .news-right .sub-item .layui-icon {
  font-size: 14px;
  font-weight: bold;
  color: #d7151a;
}
.news .bd-item .news-right .sub-item .list {
  margin-top: 10px;
}
.news .bd-item .news-right .sub-item .list .item {
  height: 40px;
}
@media screen and (max-width: 1599px) {
  .news .bd-item .news-right .sub-item .list .item {
    height: 31px;
  }
}

@media screen and (max-width: 16px) {
  .news .bd-item .news-right .sub-item .list .item {
    height: 31px;
  }
}

@media screen and (min-width:1600px) and (max-width:1680px){ 
  .news .bd-item .news-right .sub-item .list .item {
    height: 42px;
  }
} 
.news .bd-item .news-right .sub-item .list .item:hover .lk {
  color: #d7151a;
  border-color: #d7151a;
}
.news .bd-item .news-right .sub-item .list .item:first-child .lk {
  font-weight: bold;
  color: #d7151a;
}
.news .bd-item .news-right .sub-item .list .item .lk {
  font-size: 16px;
  display: inline-block;
  width: auto;
  max-width: 100%;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  border-bottom: 1px solid transparent;
  line-height: 40px;
  transition: all .2s ease;
}
@media screen and (max-width: 1360px) {
  .news .bd-item .news-right .sub-item .list .item .lk {
    font-size: 14px;
  }
}
.news .news-item.lv .sub-item {
  margin-top: 12px;
}

.charact {
  width: 100%;
}
.charact .chat-list {
  margin-top: 60px;
  width: 100%;
  overflow: hidden;
}
.charact .chat-list .chat-item {
  float: left;
  width: 32.65%;
  margin: 0 1% 1% 0;
  position: relative;
  overflow: hidden;
}
.charact .chat-list .chat-item:nth-child(3n) {
  margin-right: 0;
}
.charact .chat-list .chat-item .chat-img {
  width: 100%;
}
.charact .chat-list .chat-item .chat-img img {
  width: 100%;
}
.charact .chat-list .chat-item:hover .chat-tit {
  opacity: 0;
}
.charact .chat-list .chat-item:hover .chat-mark {
  top: 0;
}
.charact .chat-list .chat-item .chat-tit {
  position: absolute;
  bottom: 0;
  left: 0;
  font-size: 22px;
  color: #fff;
  width: 100%;
  padding: 10px 30px;
  opacity: 1;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
  box-sizing: border-box;
  transition: opacity .2s linear;
}
.charact .chat-list .chat-item .chat-mark {
  position: absolute;
  top: 100%;
  left: 0;
  width: 100%;
  height: 100%;
  padding: 30px;
  box-sizing: border-box;
  background: rgba(0, 0, 0, 0.6);
  transition: top .2s linear;
}
.charact .chat-list .chat-item .chat-mark:after {
  content: '';
  position: absolute;
  width: 30px;
  height: 3px;
  background: #fff;
  bottom: 35px;
  left: 30px;
}
.charact .chat-list .chat-item .chat-mark .mk-tit {
  font-size: 30px;
  color: #fff;
  font-weight: bold;
}
.charact .chat-list .chat-item .chat-mark .mk-tip {
  margin-top: 25px;
  font-size: 18px;
  line-height: 30px;
  color: #fff;
}
.charact .chat-list .chat-item .chat-mark .mk-tip .ems {
  margin-bottom: px;
}

.serve {
  width: 100%;
}
.serve .serve-list {
    display: flex;
  margin-top: 60px;
}
.serve .serve-list:after {
  content: '';
  display: table;
  clear: both;
}
.serve .serve-list .ser-item {
  position: relative;
  flex: 1;
}
.serve .serve-list .ser-item .ser-img {
  width: 100%;
  overflow: hidden;
}
.serve .serve-list .ser-item .ser-img:hover img {
  transform: scale(1.1);
}
.serve .serve-list .ser-item .ser-img img {
  display: block;
  width: 100% !important;
  transition: transform .2s linear;
}
.serve .serve-list .ser-item .ser-info {
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  text-align: center;
  color: #fff;
  padding-bottom: 40px;
  background: linear-gradient(to bottom, transparent, rgba(0, 0, 0, 0.7));
}
.serve .serve-list .ser-item .ser-item-tit {
  font-size: 30px;
  font-weight: bold;
}
.serve .serve-list .ser-item .ser-item-tip {
  min-height: 75px;
  margin: 20px 0;
  font-size: 20px;
}
.serve .serve-list .ser-item .more {
  font-size: 16px;
  padding-bottom: 5px;
  border-bottom: 1px solid #fff;
}

.solve-plan .plan-list {
  margin-top: 60px;
}
.solve-plan .important-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.solve-plan .important-wrap .layui-card {
  flex: 1;
  margin-bottom: 30px;
  margin-right: 30px;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.solve-plan .important-wrap .layui-card:last-child {
  margin-right: 0;
}
.solve-plan .important-wrap .layui-card .layui-card-header {
  font-size: 24px;
  padding: 5px 30px;
  color: #fff;
}
.solve-plan .important-wrap .layui-card .layui-card-header.red {
  background: #d7151a;
}
.solve-plan .important-wrap .layui-card .layui-card-header.gary {
  background: #666;
}
.solve-plan .important-wrap .layui-card .layui-card-body {
  padding: 30px;
}
.solve-plan .important-wrap .layui-card .layui-card-body.admin {
  background: url(https://web.archive.org/web/20240930220824im_/https://www.caschina.cn/static/modules/cms/img/jj1.jpg) no-repeat center;
  background-size: cover;
}
.solve-plan .important-wrap .layui-card .layui-card-body.app {
  background: url(https://web.archive.org/web/20240930220824im_/https://www.caschina.cn/static/modules/cms/img/jj2.jpg) no-repeat center;
  background-size: cover;
}
.solve-plan .important-wrap .layui-card .layui-card-body .tips {
  display: flex;
  gap: 0 30px;
}
.solve-plan .important-wrap .layui-card .layui-card-body .tip-group li {
  height: 30px;
  font-size: 16px;
  line-height: 30px;
}
.solve-plan .important-wrap .layui-card .layui-card-body .more {
  margin-top: 30px;
  text-align: right;
}
.solve-plan .important-wrap .layui-card .layui-card-body .layui-btn {
  background-color: #d7151a;
}
.solve-plan .important-wrap .tip-group {
  display: inline-block;
}
.solve-plan .default-wrap {
  display: flex;
  flex-direction: row;
  align-items: center;
}
.solve-plan .default-wrap .layui-panel {
  position: relative;
  flex: 1;
  border: none;
  padding: 30px;
  height: 324px;
  margin-right: 30px;
  box-sizing: border-box;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.solve-plan .default-wrap .layui-panel:last-child {
  margin-right: 0;
}
.solve-plan .default-wrap .tit {
  font-weight: bold;
  color: #333;
}
.solve-plan .default-wrap .t-list {
  margin-top: 30px;
  min-height: 145px;
}
.solve-plan .default-wrap .t-list .t-item {
  font-size: 16px;
  line-height: 25px;
  margin-bottom: 5px;
}
.solve-plan .default-wrap .more {
  display: inline-block;
  margin-top: 30px;
  color: #d7151a;
  border-bottom: 1px solid #d7151a;
}
.solve-plan .default-wrap .pl-img {
  position: absolute;
  bottom: 30px;
  right: 30px;
  width: 145px;
}
.solve-plan .default-wrap .pl-img img {
  width: 100%;
}

.server-customer {
  margin-top: 60px;
  background: url(https://web.archive.org/web/20240930220824im_/https://www.caschina.cn/static/modules/cms/img/customer.jpg) no-repeat center;
  background-size: cover;
  overflow: hidden;
}
.server-customer .kh-next {
  right: 20px;
  color: #d7151a;
}
.server-customer .kh-prev {
  left: 20px;
  color: #d7151a;
}
.server-customer .swiper-wraps {
  padding: 0 80px;
}
.server-customer .swiper {
  padding: 15px 0;
}
.server-customer .swiper-slide {
  margin-top: 60px;
  text-align: initial;
  box-shadow: 0 0 5px 2px rgba(0, 0, 0, 0.1);
}
.server-customer .swiper-slide .cus-info {
  position: relative;
  padding: 30px;
  height: 290px;
  border-top: 3px solid #d7151a;
  box-sizing: border-box;
}
.server-customer .swiper-slide .cus-info .tit {
  font-size: 24px;
  font-weight: bold;
}
.server-customer .swiper-slide .cus-info .info {
  font-size: 16px;
  color: #666;
  margin-top: 10px;
  line-height: 30px;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  text-align: justify;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
}
.server-customer .swiper-slide .cus-info .lk {
  position: absolute;
  display: inline-block;
  bottom: 30px;
  left: 30px;
  font-size: 14px;
  color: #d7151a;
}
.server-customer .layui-tab {
  margin-top: 60px;
}
.server-customer .layui-tab-title {
  text-align: center;
  padding-bottom: 10px;
  border-color: #ccc;
}
.server-customer .layui-tab-title .layui-this {
  color: #333;
}
.server-customer .layui-tab-title .layui-this:after {
  height: 51px;
  border-color: #d7151a;
}
.server-customer .layui-tab-title li {
  margin: 0 80px;
  color: #666;
  font-size: 26px;
  font-weight: bold;
}
@media screen and (max-width: 1360px) {
  .server-customer .layui-tab-title li {
    font-size: 20px;
  }
}
.server-customer .picMarquee-left {
  position: relative;
  height: 120px;
  width: 100%;
  margin: 45px 0;
  overflow: hidden;
}
.server-customer .picMarquee-left .bd {
  height: 100%;
}
.server-customer .picMarquee-left .roll__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
}
.server-customer .picMarquee-left .roll__list .clone {
  float: left;
  width: 225px;
  height: 100%;
  margin: 0 15px 0 0;
  position: relative;
}
.server-customer .picMarquee-left .roll__list .clone img {
  position: relative;
  height: 100%;
  box-shadow: 0 0 5px #ccc;
}

.hf-style {
  overflow: hidden;
}
.hf-style .module {
  width: 100%;
  margin: 60px 0 15px;
}
.hf-style .picMarquee-left, .hf-style .picMarquee-right {
  position: relative;
  height: 200px;
  width: 100%;
}
.hf-style .picMarquee-left .tempWrap, .hf-style .picMarquee-right .tempWrap {
  overflow: inherit !important;
}
.hf-style .picMarquee-left .bd, .hf-style .picMarquee-right .bd {
  height: 100%;
}
.hf-style .picMarquee-left .roll__list, .hf-style .picMarquee-right .roll__list {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  overflow: inherit !important;
}
.hf-style .picMarquee-left .roll__list .clone, .hf-style .picMarquee-right .roll__list .clone {
  float: left;
  width: 278px;
  position: relative;
  overflow: inherit !important;
}
.hf-style .picMarquee-left .roll__list .clone img, .hf-style .picMarquee-right .roll__list .clone img {
  position: relative;
  width: 100%;
  transition: all .2s linear;
}
.hf-style .picMarquee-left .roll__list .clone img:hover, .hf-style .picMarquee-right .roll__list .clone img:hover {
  transform: scale(1.2);
  z-index: 99;
}

.form-wrap {
  width: 100%;
  background: url(https://web.archive.org/web/20240930220824im_/https://www.caschina.cn/static/modules/cms/img/form-bg.jpg) no-repeat center;
  background-size: cover;
}
.form-wrap .form-info {
  display: flex;
  flex-direction: row;
  align-items: center;
  width: 100%;
  padding: 50px 0;
}
.form-wrap .form-left {
  float: left;
  width: 50%;
}
.form-wrap .form-left .tit {
  font-size: 30px;
  color: #333;
}
.form-wrap .form-left .tip {
  margin-top: 15px;
  font-size: 16px;
  line-height: 30px;
  color: #999;
}
.form-wrap .form-left .phone {
  margin-top: 15%;
  line-height: 30px;
  font-size: 16px;
  color: #666;
}
.form-wrap .form-left .phone span {
  padding-left: 2px;
  font-weight: bold;
  color: #d7151a;
}
.form-wrap .form-right {
  float: right;
  width: 50%;
}
.form-wrap .wrapper {
  background: #fff;
  padding: 50px 30px;
  box-sizing: border-box;
  border-radius: 5px;
}
.form-wrap .form-body {
  display: flex;
  flex-direction: row;
  align-items: center;
  gap: 0 20px;
}
.form-wrap .form-body .input {
  width: 50%;
}
.form-wrap .form-body .text {
  flex: auto;
  height: 144px;
}
.form-wrap .form-body .text textarea {
  height: 100%;
}
.form-wrap .form-body .form-item {
  margin-bottom: 15px;
}
.form-wrap .form-body .form-item:last-child {
  margin-bottom: 0;
}
.form-wrap .submit {
  margin-top: 15px;
}
.form-wrap .submit .layui-btn {
  width: 100px;
  background: #d7151a;
}
.form-wrap .form-tps {
  margin-top: 15px;
}
.form-wrap .form-tps span {
  display: inline-block;
  margin-right: 71px;
  font-size: 12px;
  color: #666;
}
@media screen and (max-width: 1600px) {
  .form-wrap .form-tps span {
    margin-right: 31px;
  }
}
.form-wrap .form-tps span:last-child {
  margin-right: 0;
}

.fixed-bar {
  position: fixed;
  top: 50%;
  right: 5px;
  width: 50px;
  height: auto;
  z-index: 999;
}
.fixed-bar .bar-list .item {
  position: relative;
  width: 100%;
  height: 50px;
  margin-top: 5px;
  background: #fff;
  text-align: center;
  box-shadow: 0 0 5px #ccc;
  cursor: pointer;
  transition: all .2s ease;
  overflow: hidden;
}
.fixed-bar .bar-list .item:last-child {
  display: none;
  transform: rotate(90deg);
}
.fixed-bar .bar-list .item:hover {
  background: #d7151a;
  box-shadow: 0 0 5px #d7151a;
}
.fixed-bar .bar-list .item:hover .layui-icon {
  color: #fff;
}
.fixed-bar .bar-list .item .layui-icon {
  font-size: 24px;
  line-height: 50px;
}
.fixed-bar .bar-list .item span {
  font-size: 14px;
  color: #fff;
}

/*# sourceMappingURL=index.css.map */

/*
     FILE ARCHIVED ON 22:08:24 Sep 30, 2024 AND RETRIEVED FROM THE
     INTERNET ARCHIVE ON 02:17:30 Jun 27, 2025.
     JAVASCRIPT APPENDED BY WAYBACK MACHINE, COPYRIGHT INTERNET ARCHIVE.

     ALL OTHER CONTENT MAY ALSO BE PROTECTED BY COPYRIGHT (17 U.S.C.
     SECTION 108(a)(3)).
*/
/*
playback timings (ms):
  captures_list: 0.501
  exclusion.robots: 0.017
  exclusion.robots.policy: 0.008
  esindex: 0.009
  cdx.remote: 101.12
  LoadShardBlock: 762.27 (3)
  PetaboxLoader3.datanode: 687.291 (5)
  PetaboxLoader3.resolve: 388.37 (2)
  load_resource: 393.015
  loaddict: 64.123
*/