@import "common.css";
#site .swiper-box {
  position: relative;
}
#site .swiper-box .swiper {
  width: 100vw;
  height: 100vh;
  min-width: 1400px;
}
#site .swiper-box .swiper img {
  width: 100%;
  height: 100%;
}
#site .swiper-box .swiper .slideshow-btn {
  color: rgba(255, 255, 255, 0.7);
}
#site .swiper-box .swiper .swiper-button-prev {
  left: 0.625rem;
}
#site .swiper-box .swiper .swiper-button-next {
  right: 0.625rem;
}
#site .swiper-box .icon {
  position: absolute;
  bottom: 0.546875rem;
  left: 50%;
  transform: translateX(-50%);
  width: 0.546875rem;
  height: 0.203125rem;
  z-index: 1;
  cursor: pointer;
}
#site .service {
  padding: 0.5625rem 0 0.59375rem;
}
#site .service .box {
  margin-top: 0.4375rem;
  display: grid;
  grid-template-columns: 5.7109375rem 1fr;
  column-gap: 0.6640625rem;
}
#site .service .box .pic {
  width: 100%;
  height: 3.171875rem;
}
#site .service .box .content {
  width: 100%;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
#site .service .box .content .title {
  font-weight: 500;
  font-size: 0.1875rem;
  color: var(--pc-theme-color);
}
#site .service .box .content .info {
  line-height: 0.234375rem;
  margin-top: 0.140625rem;
  font-size: 0.125rem;
  color: #333333;
}
#site .service .box .content .grid {
  margin-top: 0.234375rem;
  display: flex;
  justify-content: space-between;
}
#site .service .box .content .grid .item {
  max-width: calc(25% - (7rem / 128));
  display: flex;
  flex-direction: column;
  align-items: center;
}
#site .service .box .content .grid .item .icon {
  width: 0.4375rem;
  height: 0.4375rem;
}
#site .service .box .content .grid .item .name {
  font-size: 0.125rem;
  text-align: center;
  margin-top: 0.1328125rem;
  color: #333333;
}
#site .service .box .content .grid .bzjygw-a-ziyuan81 {
  font-size: 0.0546875rem;
  margin: auto 0;
}
#site .about {
  width: 100%;
  padding-top: 0.5390625rem;
  background-color: #f7f7f7;
}
#site .about .box {
  display: grid;
  grid-template-columns: 1fr 5.9140625rem;
  column-gap: 0.515625rem;
}
#site .about .box .content {
  width: 100%;
}
#site .about .box .content .info {
  line-height: 0.234375rem;
  margin-top: 0.390625rem;
  font-size: 0.125rem;
  color: #333333;
}
#site .about .box .content .btn {
  width: 1.21875rem;
  height: 0.421875rem;
  border: 0.0078125rem solid var(--pc-linear-btn-bg);
  color: var(--pc-linear-btn-text);
  margin: 0.5rem 0 0.546875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  cursor: pointer;
  transition: all 0.3s;
}
#site .about .box .content .btn:hover {
  background-color: var(--pc-aspect-btn-bg);
  border-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
#site .about .box .content .btn i {
  font-size: 0.046875rem;
  margin-left: 0.09375rem;
}
#site .about .box .pic {
  width: 100%;
  margin-top: auto;
}
#site .route {
  padding: 0.5625rem 0 0.546875rem;
}
#site .route .list {
  margin-top: 0.875rem;
  display: grid;
  grid-template-columns: 1fr 1fr;
  column-gap: 0.2734375rem;
  row-gap: 0.2734375rem;
}
#site .route .list .item {
  width: 100%;
  padding: 0.3515625rem 0.28125rem 0.34375rem 0.234375rem;
  background-image: url("../assets/images/home-route-bg.png");
  background-repeat: no-repeat;
  background-size: cover;
  display: grid;
  grid-template-columns: 1.828125rem 1fr;
  column-gap: 0.2734375rem;
}
#site .route .list .item .pic {
  width: 100%;
  height: 1.828125rem;
}
#site .route .list .item .content {
  width: 100%;
}
#site .route .list .item .content .name {
  font-weight: 500;
  font-size: 0.21875rem;
  color: var(--pc-theme-color);
}
#site .route .list .item .content .info {
  font-size: 0.125rem;
  color: #333333;
  line-height: 0.21875rem;
  margin-top: 0.09375rem;
  word-break: break-all;
  display: -webkit-box;
  -webkit-line-clamp: 4;
  -webkit-box-orient: vertical;
  overflow: hidden;
}
#site .route .list .item .content .btn {
  width: 1.21875rem;
  height: 0.421875rem;
  border: 0.0078125rem solid var(--pc-linear-btn-bg);
  color: var(--pc-linear-btn-text);
  margin-top: 0.1171875rem;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  cursor: pointer;
  transition: all 0.3s;
}
#site .route .list .item .content .btn:hover {
  background-color: var(--pc-aspect-btn-bg);
  border-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
#site .route .list .item .content .btn i {
  font-size: 0.046875rem;
  margin-left: 0.09375rem;
}
#site .process {
  padding: 0.5390625rem 0 0.5234375rem;
  background-repeat: no-repeat;
  background-size: cover;
}
#site .process .step {
  margin-top: 0.546875rem;
  display: flex;
}
#site .process .step .item {
  width: calc(100% / 6);
  display: flex;
  flex-direction: column;
  align-items: center;
}
#site .process .step .item:last-child {
  margin-right: 0;
}
#site .process .step .item:last-child .tag::after {
  display: none;
}
#site .process .step .item .icon {
  width: 0.421875rem;
  height: 0.421875rem;
}
#site .process .step .item .tag {
  position: relative;
  margin-top: 0.1875rem;
  width: 0.2421875rem;
  height: 0.2421875rem;
}
#site .process .step .item .tag::after {
  content: "";
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  width: 1.7109375rem;
  height: 0.0078125rem;
  background: #fff;
  opacity: 0.4;
}
#site .process .step .item .tag img {
  width: 100%;
  height: 100%;
}
#site .process .step .item .name {
  margin-top: 0.2734375rem;
  text-align: center;
  font-weight: bold;
  font-size: 0.15625rem;
  color: #ffffff;
}
#site .evaluate {
  padding: 0.53125rem 0 0.5078125rem;
}
#site .evaluate .list {
  margin-top: 0.5859375rem;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0.359375rem;
  row-gap: 0.4140625rem;
}
#site .evaluate .list .item {
  width: 100%;
  display: grid;
  grid-template-columns: 0.5234375rem 1fr;
  column-gap: 0.1171875rem;
}
#site .evaluate .list .item .avatar {
  width: 100%;
  height: 0.5234375rem;
  border-radius: 50%;
}
#site .evaluate .list .item .content {
  width: 100%;
}
#site .evaluate .list .item .content .name {
  font-weight: 500;
  font-size: 0.15625rem;
  color: #333333;
}
#site .evaluate .list .item .content .box {
  margin-top: 0.1328125rem;
  width: 100%;
  padding: 0.1796875rem 0.171875rem 0.15625rem 0.1484375rem;
  background: #f7f7f7;
  border-radius: 0.0625rem;
  font-weight: 400;
  font-size: 0.125rem;
  color: #333333;
}
#site .evaluate .list .item .content .box .info {
  line-height: 0.2109375rem;
  margin-top: 0.109375rem;
}
#site .evaluate .list .item .content .box .grid {
  margin-top: 0.1796875rem;
  width: 100%;
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  column-gap: 0.109375rem;
  row-gap: 0.109375rem;
}
#site .evaluate .list .item .content .box .grid .pic {
  width: 100%;
  height: 0.734375rem;
}
#site .news {
  padding: 0.578125rem 0 0.453125rem;
  background: #f7f7f7;
}
#site .news .grid {
  margin-top: 0.4375rem;
  width: 100%;
  display: grid;
  grid-template-columns: 4.8125rem 1fr;
  column-gap: 0.2734375rem;
}
#site .news .grid .first {
  width: 100%;
  background-color: #fff;
  cursor: pointer;
  transition: all 0.3s;
}
#site .news .grid .first:hover {
  background-color: var(--pc-aspect-btn-bg);
}
#site .news .grid .first:hover .content .info .name {
  color: var(--pc-aspect-btn-text);
}
#site .news .grid .first:hover .content .info .time {
  color: var(--pc-aspect-btn-text);
}
#site .news .grid .first:hover .content .btn {
  background-color: var(--pc-aspect-btn-text);
  color: var(--pc-aspect-btn-bg);
}
#site .news .grid .first .pic {
  width: 100%;
  height: 2.8515625rem;
}
#site .news .grid .first .content {
  padding: 0.2421875rem 0.21875rem 0.203125rem 0.1875rem;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
#site .news .grid .first .content .info {
  flex: 1;
  padding-right: 0.1171875rem;
}
#site .news .grid .first .content .info .name {
  font-weight: 500;
  font-size: 0.171875rem;
  color: #333333;
}
#site .news .grid .first .content .info .time {
  font-size: 0.140625rem;
  color: #999999;
  margin-top: 0.140625rem;
}
#site .news .grid .first .content .btn {
  width: 0.40625rem;
  height: 0.40625rem;
  background-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
  border-radius: 50%;
  display: flex;
  align-items: center;
  justify-content: center;
  transition: all 0.3s;
}
#site .news .grid .first .content .btn i {
  font-size: 0.09375rem;
}
#site .news .grid .list {
  width: 100%;
}
#site .news .grid .list .item {
  width: 100%;
  display: grid;
  grid-template-columns: 1.328125rem 1fr;
  column-gap: 0.234375rem;
  margin-bottom: 0.1875rem;
  cursor: pointer;
}
#site .news .grid .list .item:last-child {
  margin-bottom: 0;
}
#site .news .grid .list .item:hover .content .box .name {
  color: var(--pc-theme-color);
}
#site .news .grid .list .item:hover .content .box .time {
  color: var(--pc-theme-color);
}
#site .news .grid .list .item:hover .content .info {
  color: var(--pc-theme-color);
}
#site .news .grid .list .item .pic {
  width: 100%;
  height: 0.7890625rem;
}
#site .news .grid .list .item .content {
  width: 100%;
}
#site .news .grid .list .item .content .box {
  width: 100%;
  display: flex;
  align-items: flex-end;
}
#site .news .grid .list .item .content .box .name {
  flex: 1;
  font-weight: 500;
  font-size: 0.15625rem;
  color: #333333;
  transition: all 0.3s;
}
#site .news .grid .list .item .content .box .time {
  margin-left: auto;
  font-size: 0.109375rem;
  color: #999999;
  transition: all 0.3s;
}
#site .news .grid .list .item .content .info {
  margin-top: 0.1875rem;
  font-size: 0.125rem;
  color: #999999;
  line-height: 0.21875rem;
  transition: all 0.3s;
}
#site .news .more-btn {
  width: 1.21875rem;
  height: 0.421875rem;
  border: 0.0078125rem solid var(--pc-linear-btn-bg);
  color: var(--pc-linear-btn-text);
  margin: 0.4921875rem auto 0;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 0.125rem;
  cursor: pointer;
  transition: all 0.3s;
}
#site .news .more-btn:hover {
  background-color: var(--pc-aspect-btn-bg);
  border-color: var(--pc-aspect-btn-bg);
  color: var(--pc-aspect-btn-text);
}
#site .news .more-btn i {
  font-size: 0.046875rem;
  margin-left: 0.09375rem;
}
@media screen and (max-width: 768px) {
  #site .swiper-box {
    position: relative;
  }
  #site .swiper-box .swiper {
    min-width: auto;
  }
  #site .swiper-box .swiper .slideshow-btn {
    color: #ffffff;
  }
  #site .swiper-box .swiper .swiper-button-prev {
    left: 0.56rem;
  }
  #site .swiper-box .swiper .swiper-button-next {
    right: 0.56rem;
  }
  #site .swiper-box .icon {
    position: absolute;
    bottom: 1.16rem;
    left: 50%;
    transform: translateX(-50%);
    width: 1.4rem;
    height: 0.62rem;
    z-index: 1;
    cursor: pointer;
  }
  #site .service {
    padding: 1.44rem 0.56rem 1.4rem;
  }
  #site .service .box {
    margin-top: 1.06rem;
    display: block;
  }
  #site .service .box .pic {
    height: 7.68rem;
    margin-top: 1.22rem;
  }
  #site .service .box .content .title {
    font-size: 0.58rem;
  }
  #site .service .box .content .info {
    line-height: 0.84rem;
    margin-top: 0.66rem;
    font-size: 0.48rem;
  }
  #site .service .box .content .grid {
    margin-top: 0.6rem;
    display: flex;
    justify-content: space-between;
  }
  #site .service .box .content .grid .item {
    max-width: calc(25% - (7rem / 50));
  }
  #site .service .box .content .grid .item .icon {
    width: 1.6rem;
    height: 1.6rem;
  }
  #site .service .box .content .grid .item .name {
    font-size: 0.48rem;
    margin-top: 0.16rem;
  }
  #site .service .box .content .grid .bzjygw-a-ziyuan81 {
    font-size: 0.22rem;
  }
  #site .about {
    width: 100%;
    padding-top: 1.44rem;
    background-color: #f7f7f7;
  }
  #site .about .box {
    display: block;
  }
  #site .about .box .content {
    padding: 0 0.56rem;
  }
  #site .about .box .content .info {
    line-height: 0.84rem;
    margin-top: 0.94rem;
    font-size: 0.48rem;
  }
  #site .about .box .content .btn {
    width: 8.46rem;
    height: 1.48rem;
    border: 0.02rem solid var(--pc-aspect-btn-bg);
    margin: 0.86rem 0 0;
    font-size: 0.48rem;
    background-color: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
  }
  #site .about .box .content .btn i {
    font-size: 0.16rem;
    margin-left: 0.24rem;
  }
  #site .about .box .pic {
    width: calc(100% - (23rem / 50));
    margin-top: 1.24rem;
    margin-left: 0.46rem;
  }
  #site .route {
    padding: 1.42rem 0.56rem 1.4rem;
  }
  #site .route .list {
    margin-top: 1.1rem;
    grid-template-columns: 1fr;
    column-gap: 0.6rem;
    row-gap: 0.6rem;
  }
  #site .route .list .item {
    width: 100%;
    padding: 0.7rem 0.64rem 0.68rem 0.54rem;
    grid-template-columns: 4.7rem 1fr;
    column-gap: 0.7rem;
    background-size: 100% 100%;
  }
  #site .route .list .item .pic {
    height: 6.68rem;
  }
  #site .route .list .item .content .name {
    font-size: 0.8rem;
  }
  #site .route .list .item .content .info {
    font-size: 0.44rem;
    line-height: 0.74rem;
    margin-top: 0.46rem;
  }
  #site .route .list .item .content .btn {
    width: 4.18rem;
    height: 1.2rem;
    border: 0.02rem solid var(--pc-aspect-btn-bg);
    background-color: var(--pc-aspect-btn-bg);
    border-color: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
    margin-top: 0.6rem;
    font-size: 0.44rem;
  }
  #site .route .list .item .content .btn i {
    font-size: 0.16rem;
    margin-left: 0.24rem;
  }
  #site .process {
    padding: 1.34rem 0 1.38rem;
    background-image: url("../assets/images/home-process-bg.png");
  }
  #site .process .option-title {
    padding: 0 0.56rem;
  }
  #site .process .step {
    margin-top: 1.4rem;
    flex-wrap: wrap;
  }
  #site .process .step .item {
    width: calc(100% / 3);
  }
  #site .process .step .item:nth-child(3n) .tag::after {
    display: none;
  }
  #site .process .step .item .icon {
    width: 1.28rem;
    height: 1.28rem;
  }
  #site .process .step .item .tag {
    margin-top: 0.54rem;
    width: 0.92rem;
    height: 0.92rem;
  }
  #site .process .step .item .tag::after {
    width: 4.38rem;
    height: 0.04rem;
  }
  #site .process .step .item .name {
    margin-top: 0.54rem;
    font-weight: 400;
    font-size: 0.56rem;
  }
  #site .evaluate {
    padding: 1.4rem 0.56rem;
  }
  #site .evaluate .list {
    margin-top: 1.34rem;
    grid-template-columns: 1fr;
    column-gap: 0.92rem;
    row-gap: 0.92rem;
  }
  #site .evaluate .list .item {
    width: 100%;
    display: grid;
    grid-template-columns: 1.84rem 1fr;
    column-gap: 0.42rem;
  }
  #site .evaluate .list .item .avatar {
    height: 1.84rem;
  }
  #site .evaluate .list .item .content .name {
    font-size: 0.56rem;
  }
  #site .evaluate .list .item .content .box {
    margin-top: 0.58rem;
    padding: 0.64rem 0.56rem 0.68rem;
    border-radius: 0.16rem;
    font-size: 0.48rem;
  }
  #site .evaluate .list .item .content .box .info {
    line-height: 0.74rem;
    margin-top: 0.42rem;
  }
  #site .evaluate .list .item .content .box .grid {
    margin-top: 0.56rem;
    column-gap: 0.44rem;
    row-gap: 0.44rem;
  }
  #site .evaluate .list .item .content .box .grid .pic {
    height: 3.16rem;
  }
  #site .news {
    padding: 1.4rem 0.56rem;
  }
  #site .news .grid {
    margin-top: 1.12rem;
    grid-template-columns: 1fr;
    column-gap: 0.7rem;
    row-gap: 0.7rem;
  }
  #site .news .grid .first {
    position: relative;
    background-color: transparent;
  }
  #site .news .grid .first .pic {
    width: 100%;
    height: 8.22rem;
  }
  #site .news .grid .first .content {
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    padding: 0.62rem 0.62rem 0.72rem 0.56rem;
    background: rgba(0, 0, 0, 0.6);
  }
  #site .news .grid .first .content .info {
    padding-right: 0.3rem;
  }
  #site .news .grid .first .content .info .name {
    font-size: 0.56rem;
    color: #fff;
  }
  #site .news .grid .first .content .info .time {
    font-size: 0.44rem;
    color: rgba(255, 255, 255, 0.6);
    margin-top: 0.36rem;
  }
  #site .news .grid .first .content .btn {
    width: 1.18rem;
    height: 1.18rem;
    background-color: #fff;
    color: #333333;
  }
  #site .news .grid .first .content .btn i {
    font-size: 0.22rem;
  }
  #site .news .grid .list .item {
    grid-template-columns: 5.18rem 1fr;
    column-gap: 0.48rem;
    margin-bottom: 0.7rem;
  }
  #site .news .grid .list .item .pic {
    width: 100%;
    height: 3.1rem;
  }
  #site .news .grid .list .item .content .box {
    display: grid;
  }
  #site .news .grid .list .item .content .box .name {
    width: 100%;
    font-size: 0.56rem;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
  }
  #site .news .grid .list .item .content .info {
    color: 999;
    width: 100%;
    margin-top: 0.18rem;
    font-size: 0.44rem;
    line-height: 0.68rem;
    word-break: break-all;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
    overflow: hidden;
  }
  #site .news .grid .list .item .content .time {
    margin-top: 0.2rem;
    font-size: 0.44rem;
    color: #999999;
  }
  #site .news .grid .list .item .content .time i {
    font-size: 0.4rem;
    margin-right: 0.14rem;
  }
  #site .news .more-btn {
    width: 8.46rem;
    height: 1.48rem;
    border: 0.0078125rem solid var(--pc-aspect-btn-bg);
    background-color: var(--pc-aspect-btn-bg);
    color: var(--pc-aspect-btn-text);
    margin: 1.08rem auto 0;
    font-size: 0.48rem;
  }
  #site .news .more-btn i {
    font-size: 0.16rem;
    margin-left: 0.24rem;
  }
}
/*# sourceMappingURL=index.css.map */