/* LESS Document */
#header .service {
  backdrop-filter: blur(5px);
  background: rgba(255, 255, 255, 0.07);
  box-shadow: 0 4px 20px rgba(0, 0, 0, 0.03);
}
#header .service .logo a.logo-b {
  display: block;
}
#header .service .logo a.logo-w {
  display: none;
}
#header .service .nav li a {
  color: #000;
}
#header .service .nav li:not(.lang) a::after {
  background: #000;
}
#service .pc .banner {
  height: 105vh;
  width: 100%;
  background: url("../images/service-banner.jpg") no-repeat;
  background-size: cover;
  display: flex;
  align-items: center;
}
#service .pc .banner h1 {
  font-size: 90px;
  font-weight: bold;
  letter-spacing: 1px;
}
#service .pc .banner p {
  padding-top: 20px;
  font-size: 32px;
}
#service .pc .p1-yybx .title h2,
#service .pc .p2-hzwq .title h2,
#service .pc .p4-sjmt .title h2,
#service .pc .p5-yyfy .title h2 {
  font-size: 66px;
  font-weight: bold;
  background: linear-gradient(to right, #98000C, #000000);
  -webkit-background-clip: text;
  background-clip: text;
  -webkit-text-fill-color: transparent;
  text-fill-color: transparent;
  color: transparent;
  display: inline-block;
  padding-bottom: 10px;
}
#service .pc .p3-cgfx .title h2,
#service .pc .p6-nrzz .title h2 {
  font-size: 66px;
  font-weight: bold;
  color: #fff;
  display: inline-block;
  padding-bottom: 10px;
}
#service .pc .p1-yybx {
  margin-top: -30px;
  border-radius: 30px;
  background: #fff;
}
#service .pc .p1-yybx .bgball {
  overflow-x: clip;
  position: relative;
  top: -130px;
  padding-top: 260px;
  background: url("../images/service-ballbg-25.png") no-repeat left top;
  background-size: 570px;
}
#service .pc .p1-yybx .pw {
  background: url("../images/service-p1-bg.jpg") no-repeat bottom center;
  background-size: 100%;
  padding-bottom: 700px;
}
#service .pc .p1-yybx .t {
  padding: 180px 0;
  text-align: center;
  font-size: 8.6vw;
  color: #d4151d;
  width: 100%;
}
#service .pc .p1-yybx .t b {
  font-weight: normal;
}
#service .pc .p1-yybx .t span {
  font-size: 30px;
  color: #4c4c72;
}
#service .pc .p1-yybx .b {
  width: 62%;
  display: flex;
  align-items: center;
  text-align: center;
}
#service .pc .p1-yybx .b .bi {
  width: 40%;
  padding: 0 5%;
  color: #57567a;
  position: relative;
}
#service .pc .p1-yybx .b .bi img {
  position: absolute;
  top: 15px;
  right: 7%;
  display: inline-block;
  width: 35px;
}
#service .pc .p1-yybx .b .bi p {
  font-size: 7vw;
}
#service .pc .p1-yybx .b .bi p b {
  font-weight: normal;
  font-size: 7.5vw;
}
#service .pc .p1-yybx .b .bi h6 {
  font-size: 28px;
}
#service .pc .p1-yybx .b .bi:nth-child(1) {
  padding: 0 8% 0 2%;
}
#service .pc .p1-yybx .b .bi:nth-child(1) h6 {
  padding-left: 10%;
}
#service .pc .p1-yybx .b .bi:nth-child(2) {
  border-left: 1px solid #3a3a3a;
}
#service .pc .p1-yybx .b .bi:nth-child(2) img {
  right: 19%;
}
#service .pc .p1-yybx .icon {
  position: absolute;
}
#service .pc .p1-yybx .icon1 {
  top: 450px;
  left: 3%;
  width: 100px;
}
#service .pc .p1-yybx .icon2 {
  top: 200px;
  left: 60%;
  width: 150px;
}
#service .pc .p1-yybx .icon3 {
  top: 400px;
  left: 88%;
  width: 150px;
}
#service .pc .p2-hzwq {
  margin-top: -450px;
  position: relative;
  padding-bottom: 120px;
}
#service .pc .p2-hzwq .bgball {
  padding-top: 230px;
  background: url("../images/service-ballbg-18.png") no-repeat right -130px top;
  background-size: 570px;
}
#service .pc .p2-hzwq .title {
  text-align: right;
}
#service .pc .p2-hzwq .t p {
  text-align: center;
  padding-top: 100px;
  font-size: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  color: #68689a;
  font-weight: bold;
  letter-spacing: 1px;
}
#service .pc .p2-hzwq .t p span {
  display: block;
  padding: 2px 20px 7px;
  border-radius: 30px;
  background: #8282b6;
  color: #fff;
  margin: 0 30px 0 5px;
  font-size: 28px;
}
#service .pc .p2-hzwq .t p img {
  width: 180px;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap {
  display: flex;
  align-items: flex-end;
  width: 100%;
  gap: 10px;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li {
  flex: 1;
  min-width: 80px;
  border-radius: 20px;
  color: white;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 26px;
  font-weight: bold;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  cursor: pointer;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:hover {
  transform: scale(1.13);
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(1) {
  height: 320px;
  background: url("../images/service-p2-bg1.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(2) {
  height: 260px;
  background: url("../images/service-p2-bg2.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(3) {
  height: 180px;
  background: url("../images/service-p2-bg3.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(4) {
  height: 220px;
  background: url("../images/service-p2-bg4.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(5) {
  height: 260px;
  background: url("../images/service-p2-bg5.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-pc .list-wrap li:nth-child(6) {
  height: 320px;
  background: url("../images/service-p2-bg6.jpg") no-repeat center center;
  background-size: cover;
}
#service .pc .p2-hzwq .t .img-m {
  display: none;
}
#service .pc .p2-hzwq .b {
  padding-top: 100px;
}
#service .pc .p2-hzwq .b .bl {
  font-size: 56px;
  color: #57567a;
  padding-top: 5px;
}
#service .pc .p2-hzwq .b ul.br {
  width: 66%;
}
#service .pc .p2-hzwq .b ul.br li {
  font-size: 20px;
  float: left;
  color: #57567a;
  text-align: center;
  padding: 40px 0;
  border-right: 1px solid #3a3a3a;
}
#service .pc .p2-hzwq .b ul.br li b {
  font-weight: normal;
  font-size: 42px;
  display: block;
  padding-bottom: 3px;
}
#service .pc .p2-hzwq .b ul.br li span {
  font-size: 46px;
}
#service .pc .p2-hzwq .b ul.br li:nth-child(1) {
  width: 42%;
}
#service .pc .p2-hzwq .b ul.br li:nth-child(2) {
  width: 26%;
}
#service .pc .p2-hzwq .b ul.br li:nth-child(3) {
  width: 31%;
  border: none;
  text-align: right;
}
#service .pc .p2-hzwq .b ul.br li:nth-child(3) u {
  text-decoration: none;
  padding-right: 19%;
}
#service .pc .p3-cgfx {
  background: #111;
}
#service .pc .p3-cgfx .bgball {
  padding-top: 120px;
  background: url(../images/service-ballbg-7.png) no-repeat left top;
  background-size: 550px;
}
#service .pc .p3-cgfx .pw {
  padding-bottom: 250px;
}
#service .pc .p3-cgfx .title {
  padding-bottom: 130px;
}
#service .pc .p3-cgfx .pics-box {
  width: 100%;
  position: relative;
}
#service .pc .p3-cgfx .pics-box .swiper-container {
  width: 100%;
  height: auto;
  overflow-x: clip;
}
#service .pc .p3-cgfx .pics-box .swiper-container .swiper-slide {
  display: flex;
  justify-content: center;
  align-items: center;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  font-size: 0;
}
#service .pc .p3-cgfx .pics-box .swiper-container .swiper-slide img {
  display: block;
  width: 100%;
  object-fit: cover;
  border-radius: 6px;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  box-shadow: 0 6px 20px rgba(0, 0, 0, 0.3);
  border: 1px solid rgba(255, 255, 255, 0.1);
}
#service .pc .p3-cgfx .pics-box .swiper-container .swiper-slide:hover img {
  transform: scale(1.2);
  box-shadow: 0 10px 30px rgba(0, 0, 0, 0.4);
  z-index: 10;
}
#service .pc .p3-cgfx .pics-box .swiper-button-next,
#service .pc .p3-cgfx .pics-box .swiper-button-prev {
  color: #fff;
  background: rgba(15, 23, 42, 0.7);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
#service .pc .p3-cgfx .pics-box .swiper-button-next::after,
#service .pc .p3-cgfx .pics-box .swiper-button-prev::after {
  font-size: 20px;
}
#service .pc .p3-cgfx .pics-box .swiper-button-next {
  right: -4%;
}
#service .pc .p3-cgfx .pics-box .swiper-button-prev {
  left: -4%;
}
#service .pc .p3-cgfx .pics-box .swiper-button-next:hover,
#service .pc .p3-cgfx .pics-box .swiper-button-prev:hover {
  background: rgba(30, 41, 59, 0.9);
  transform: scale(1.1);
}
#service .pc .p4-sjmt {
  margin-top: -150px;
  padding-bottom: 110px;
}
#service .pc .p4-sjmt .bgball {
  padding-top: 230px;
  background: url("../images/service-ballbg-25.png") no-repeat right -130px top;
  background-size: 570px;
}
#service .pc .p4-sjmt .title {
  text-align: right;
}
#service .pc .p4-sjmt .t p {
  font-size: 24px;
  padding: 50px 0;
}
#service .pc .p4-sjmt .t ul li {
  width: 19.6%;
  float: left;
  padding-left: 0.5%;
}
#service .pc .p4-sjmt .t ul li:first-child {
  padding-left: 0;
}
#service .pc .p4-sjmt .b {
  padding-top: 70px;
}
#service .pc .p4-sjmt .b .l {
  width: 34%;
  font-size: 0;
}
#service .pc .p4-sjmt .b .l .vm {
  position: relative;
  cursor: move;
}
#service .pc .p4-sjmt .b .l .vm .p5Swiper {
  height: 700px;
  width: 100%;
  border-radius: 20px;
  overflow: hidden;
}
#service .pc .p4-sjmt .b .l .vm .p5Swiper .swiper-slide {
  z-index: 11;
  display: flex;
  align-items: center;
  justify-content: center;
  width: 100%;
  height: 100%;
  background: #000 url("../images/load-bg.gif") no-repeat center / 60%;
}
#service .pc .p4-sjmt .b .l .vm .p5Swiper .swiper-slide video {
  width: 100%;
  height: 100%;
  object-fit: cover;
  object-position: center;
}
#service .pc .p4-sjmt .b .l .vm .p5Swiper .swiper-slide img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
#service .pc .p4-sjmt .b .l .vm .vm-l,
#service .pc .p4-sjmt .b .l .vm .vm-r {
  height: 100%;
  position: absolute;
  top: 0;
}
#service .pc .p4-sjmt .b .l .vm .vm-l {
  left: -20%;
  width: 20%;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 {
  top: 7%;
  left: 20%;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 .like-button {
  width: 20px;
  height: 20px;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 .like-bubble {
  width: 15px;
  height: 15px;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 {
  top: 43%;
  left: 30%;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 .like-button {
  width: 30px;
  height: 30px;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 .like-bubble {
  width: 25px;
  height: 25px;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 {
  top: 75%;
  left: 7%;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 .like-button {
  width: 50px;
  height: 50px;
}
#service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 .like-bubble {
  width: 30px;
  height: 30px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r {
  right: -20%;
  width: 20%;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 {
  top: 7%;
  left: 20%;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 .like-button {
  width: 40px;
  height: 40px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 .like-bubble {
  width: 20px;
  height: 20px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 {
  top: 49%;
  left: 10%;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 .like-button {
  width: 40px;
  height: 40px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 .like-bubble {
  width: 30px;
  height: 30px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 {
  top: 81%;
  left: 17%;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 .like-button {
  width: 50px;
  height: 50px;
}
#service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 .like-bubble {
  width: 30px;
  height: 30px;
}
#service .pc .p4-sjmt .b .l .vb {
  width: 100%;
  height: 67px;
  background-image: url("../images/service-p3-videobg1.png"), url("../images/service-p3-videobg2.png");
  background-position: left center,  
							right center;
  background-repeat: no-repeat, no-repeat;
  background-size: contain,contain;
  border-bottom: 1px solid #a0a0a0;
}
#service .pc .p4-sjmt .b .l .vb .slide-title {
  position: relative;
  left: 31%;
  top: 16px;
  width: 52%;
  text-align: center;
  height: 36px;
  color: #fff;
  background: linear-gradient(to right, #8282b6, #546cb1);
  line-height: 36px;
  border-radius: 50px;
  font-size: 16px;
  white-space: nowrap;
  overflow: hidden;
  text-overflow: ellipsis;
  padding: 0 3%;
  cursor: pointer;
}
#service .pc .p4-sjmt .b .r {
  width: 52%;
}
#service .pc .p4-sjmt .b .r .rb {
  width: 100%;
  min-height: 300px;
}
#service .pc .p4-sjmt .b .r .rb ul {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
#service .pc .p4-sjmt .b .r .rb ul li {
  width: 100%;
  padding: 26px 0;
}
#service .pc .p4-sjmt .b .r .rb ul li h5 {
  font-size: 26px;
  color: #57567a;
}
#service .pc .p4-sjmt .b .r .rb ul li p {
  font-size: 70px;
  color: #922b34;
}
#service .pc .p5-yyfy {
  background: #f7f7ff;
}
#service .pc .p5-yyfy .bgball {
  padding-top: 200px;
  background: url(../images/service-ballbg-25.png) no-repeat left top;
  background-size: 550px;
  position: relative;
  top: -110px;
}
#service .pc .p5-yyfy .title {
  padding-bottom: 85px;
}
#service .pc .p5-yyfy .box {
  background: url("../images/service-p5-bg.png") no-repeat top center;
  background-size: 100%;
}
#service .pc .p5-yyfy .box ul.t {
  padding: 40px 0 200px;
}
#service .pc .p5-yyfy .box ul.t li {
  float: left;
  border-left: 1px solid #3a3a3a;
  color: #57567a;
  font-size: 22px;
  padding: 20px 0;
}
#service .pc .p5-yyfy .box ul.t li h6 {
  font-size: 22px;
}
#service .pc .p5-yyfy .box ul.t li h6 span {
  position: relative;
  top: -8px;
  padding-right: 10px;
}
#service .pc .p5-yyfy .box ul.t li h6 b {
  font-size: 50px;
  font-weight: normal;
  color: #922b34;
}
#service .pc .p5-yyfy .box ul.t li p {
  padding-top: 6px;
}
#service .pc .p5-yyfy .box ul.t li:nth-child(1) {
  width: 14%;
  border: none;
}
#service .pc .p5-yyfy .box ul.t li:nth-child(2) {
  width: 28%;
  text-align: center;
}
#service .pc .p5-yyfy .box ul.t li:nth-child(3) {
  width: 30%;
  text-align: center;
}
#service .pc .p5-yyfy .box ul.t li:nth-child(4) {
  width: 27.8%;
  text-align: right;
}
#service .pc .p5-yyfy .box ul.t li:nth-child(4) p {
  text-align: center;
  padding-left: 30%;
}
#service .pc .p5-yyfy .box .b {
  padding-bottom: 330px;
  position: relative;
}
#service .pc .p5-yyfy .box .b .scroll-container {
  overflow: hidden;
}
#service .pc .p5-yyfy .box .b .scroll-track {
  display: flex;
  animation: scroll var(--duration) linear infinite;
  width: max-content;
}
#service .pc .p5-yyfy .box .b .scroll-item {
  flex-shrink: 0;
  margin-right: 15px;
  /* 间距 */
  display: flex;
  align-items: center;
  gap: 10px;
  /* 图片和文字间距 */
  padding: 10px 20px;
}
#service .pc .p5-yyfy .box .b .scroll-item img {
  height: 40px;
  /* 修改图片高度 */
  width: auto;
  object-fit: cover;
}
#service .pc .p5-yyfy .box .b .scroll-item span {
  font-size: 24px;
  font-weight: bold;
  color: #57567a;
  white-space: nowrap;
}
@keyframes scroll {
  0% {
    transform: translateX(0);
  }
  100% {
    transform: translateX(var(--scroll-width));
  }
}
#service .pc .p5-yyfy .box .b .mask {
  width: 100%;
  height: 60px;
  position: absolute;
  top: 0;
  left: 0;
  background: linear-gradient(to right, #f9fafd 0%, transparent 10%, transparent 96%, #f9fafd 100%);
}
#service .pc .p6-nrzz {
  background: #000;
  color: #fff;
}
#service .pc .p6-nrzz .bgball {
  padding-top: 190px;
  background: url("../images/service-ballbg-10.png") no-repeat right -130px top;
  background-size: 570px;
  position: relative;
  top: -108px;
}
#service .pc .p6-nrzz .title {
  text-align: right;
}
#service .pc .p6-nrzz .tab {
  padding: 40px 0 60px;
}
#service .pc .p6-nrzz .tab ul {
  display: flex;
  align-items: center;
  justify-content: center;
  column-gap: 5%;
}
#service .pc .p6-nrzz .tab ul li {
  opacity: 0.5;
  font-weight: bold;
  width: 15%;
  display: inline-block;
  text-align: center;
  color: #fff;
  background: #3b3e55;
  line-height: 55px;
  height: 55px;
  border-radius: 55px;
  font-size: 22px;
  cursor: pointer;
}
#service .pc .p6-nrzz .tab ul li:hover {
  opacity: 0.6;
}
#service .pc .p6-nrzz .tab ul li.active {
  background: linear-gradient(to right, #8282b6, #546cb1);
  opacity: 1;
}
#service .pc .p6-nrzz .boxs {
  position: relative;
}
#service .pc .p6-nrzz .boxs .p6-swiper {
  overflow-x: clip;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide {
  background: linear-gradient(to right, rgba(130, 130, 182, 0.2), rgba(84, 108, 177, 0.2));
  border-radius: 15px;
  overflow: hidden;
  cursor: pointer;
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide .img {
  border-radius: 15px;
  overflow: hidden;
  object-fit: cover;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide .img img {
  transform: scale(1.02);
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide ul.txt {
  padding: 30px 0 25px;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide ul.txt li {
  width: 92%;
  margin: 0 auto;
  padding-bottom: 10px;
  display: flex;
  align-items: center;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide ul.txt li h6 {
  display: inline-block;
  background: #010100;
  font-size: 13px;
  width: 20%;
  text-align: center;
  line-height: 23px;
  border-radius: 5px;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide ul.txt li p {
  padding-left: 3%;
  font-size: 14px;
  display: inline-block;
  width: 77%;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide ul.txt li p img {
  width: 19px;
  margin-right: 10px;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-slide:hover {
  transform: scale(1.05);
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-next,
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-prev {
  color: #fff;
  background: rgba(15, 23, 42, 0.7);
  width: 35px;
  height: 35px;
  border-radius: 50%;
  backdrop-filter: blur(5px);
  border: 1px solid #fff;
  transition: all 0.3s ease;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-next::after,
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-prev::after {
  font-size: 20px;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-prev {
  left: -3.5%;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-next {
  right: -3.5%;
}
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-next:hover,
#service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-prev:hover {
  background: rgba(30, 41, 59, 0.9);
  transform: scale(1.1);
}
#service .pc .p6-nrzz .boxs .box-3 .swiper-slide,
#service .pc .p6-nrzz .boxs .box-4 .swiper-slide {
  border-radius: 10px;
}
#service .pc .p6-nrzz .boxs .box-3 .swiper-slide .img,
#service .pc .p6-nrzz .boxs .box-4 .swiper-slide .img {
  border-radius: 10px;
}
#service .pc .p6-nrzz .boxs .box-3 .swiper-slide ul.txt,
#service .pc .p6-nrzz .boxs .box-4 .swiper-slide ul.txt {
  padding: 20px 0 10px;
}
#service .pc .p6-nrzz .boxs .box-3 .swiper-slide ul.txt li p,
#service .pc .p6-nrzz .boxs .box-4 .swiper-slide ul.txt li p {
  padding-left: 2%;
}
#service .pc .contact-link {
  height: 250px;
  width: 100%;
  overflow: hidden;
}
#service .pc .contact-link a {
  transition: transform 1s cubic-bezier(0.175, 0.885, 0.32, 1.275);
  display: block;
  width: 100%;
  height: 100%;
  background: url(../images/service-contact.jpg) no-repeat center center;
  background-size: cover;
}
#service .pc .contact-link a:hover {
  transform: scale(1.1);
}
/********************************************************手机端********************************************************/
@media (max-width: 768px) {
  #service {
    padding-top: 55px;
  }
  #service .pc .banner {
    height: 50vh;
    background: url(../images/service-banner.jpg) no-repeat center;
    background-size: cover;
  }
  #service .pc .banner h1 {
    font-size: 28px;
    letter-spacing: 0px;
    text-align: center;
  }
  #service .pc .p1-yybx .title h2,
  #service .pc .p2-hzwq .title h2,
  #service .pc .p4-sjmt .title h2,
  #service .pc .p5-yyfy .title h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }
  #service .pc .p3-cgfx .title h2,
  #service .pc .p6-nrzz .title h2 {
    font-size: 26px;
    padding-bottom: 5px;
  }
  #service .pc .p1-yybx .bgball {
    top: -57px;
    padding-top: 130px;
    background: url(../images/service-ballbg-10.png) no-repeat left top;
    background-size: 250px;
  }
  #service .pc .p1-yybx .pw {
    padding-bottom: 220px;
  }
  #service .pc .p1-yybx .t {
    padding: 80px 0 50px;
    font-size: 40px;
  }
  #service .pc .p1-yybx .t span {
    font-size: 16px;
    display: block;
  }
  #service .pc .p1-yybx .b {
    width: 100%;
  }
  #service .pc .p1-yybx .b .bi p {
    font-size: 38px;
  }
  #service .pc .p1-yybx .b .bi p b {
    font-size: 45px;
  }
  #service .pc .p1-yybx .b .bi h6 {
    font-size: 14px;
  }
  #service .pc .p1-yybx .b .bi img {
    top: 2px;
    right: 11%;
    width: 20px;
  }
  #service .pc .p1-yybx .bi:nth-child(1) {
    padding: 0 5%;
  }
  #service .pc .p1-yybx .bi:nth-child(1) h6 {
    padding-left: 0;
  }
  #service .pc .p1-yybx .icon1 {
    top: 212px;
    left: 0%;
    width: 50px;
  }
  #service .pc .p1-yybx .icon2 {
    top: 150px;
    left: 65%;
    width: 60px;
  }
  #service .pc .p1-yybx .icon3 {
    top: 213px;
    left: 87%;
    width: 50px;
  }
  #service .pc .p2-hzwq {
    margin-top: -150px;
    padding-bottom: 80px;
  }
  #service .pc .p2-hzwq .bgball {
    padding-top: 100px;
    background: url(../images/service-ballbg-10.png) no-repeat right -60px top;
    background-size: 250px;
  }
  #service .pc .p2-hzwq .title {
    text-align: right;
  }
  #service .pc .p2-hzwq .t p {
    padding-top: 50px;
    padding-bottom: 30px;
    font-size: 20px;
  }
  #service .pc .p2-hzwq .t p span {
    font-size: 18px;
    margin: 0 10px 0 4px;
  }
  #service .pc .p2-hzwq .t p img {
    width: 120px;
  }
  #service .pc .p2-hzwq .t .img-pc {
    display: none;
  }
  #service .pc .p2-hzwq .t .img-m {
    display: block;
  }
  #service .pc .p2-hzwq .b {
    padding-top: 50px;
  }
  #service .pc .p2-hzwq .b .bl {
    font-size: 38px;
    text-align: center;
    width: 100%;
    padding-bottom: 40px;
  }
  #service .pc .p2-hzwq .b ul.br {
    width: 100%;
  }
  #service .pc .p2-hzwq .b ul.br li:nth-child(1) {
    width: 36%;
  }
  #service .pc .p2-hzwq .b ul.br li {
    font-size: 13px;
    padding: 20px 0;
  }
  #service .pc .p2-hzwq .b ul.br li b {
    font-size: 20px;
    padding-bottom: 2px;
  }
  #service .pc .p2-hzwq .b ul.br li span {
    font-size: 22px;
  }
  #service .pc .p2-hzwq .b ul.br li:nth-child(2) {
    width: 27%;
  }
  #service .pc .p2-hzwq .b ul.br li:nth-child(3) {
    width: 36%;
    border: none;
    text-align: center;
  }
  #service .pc .p2-hzwq .b ul.br li:nth-child(3) u {
    text-decoration: none;
    padding-right: 0;
  }
  #service .pc .p3-cgfx .bgball {
    padding-top: 50px;
    background: url(../images/service-ballbg-7.png) no-repeat left top;
    background-size: 250px;
  }
  #service .pc .p3-cgfx .pw {
    padding-bottom: 90px;
  }
  #service .pc .p3-cgfx .title {
    padding-bottom: 50px;
  }
  #service .pc .p3-cgfx .pics-box .swiper-button-next {
    right: 2%;
  }
  #service .pc .p3-cgfx .pics-box .swiper-button-prev {
    left: 2%;
  }
  #service .pc .p4-sjmt {
    margin-top: -65px;
    padding-bottom: 60px;
  }
  #service .pc .p4-sjmt .bgball {
    padding-top: 111px;
    background: url(../images/service-ballbg-25.png) no-repeat right -55px top;
    background-size: 250px;
  }
  #service .pc .p4-sjmt .t p {
    font-size: 16px;
    padding: 40px 0;
  }
  #service .pc .p4-sjmt .t ul li {
    width: 32%;
    padding-left: 2%;
  }
  #service .pc .p4-sjmt .t ul li:nth-child(4) {
    padding-left: 0;
  }
  #service .pc .p4-sjmt .b {
    padding-top: 50px;
  }
  #service .pc .p4-sjmt .b .l {
    width: 74%;
    margin-left: 13%;
  }
  #service .pc .p4-sjmt .b .l .vm .p5Swiper {
    height: 400px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 {
    top: 7%;
    left: 20%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 .like-button {
    width: 20px;
    height: 20px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon1 .like-bubble {
    width: 15px;
    height: 15px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 {
    top: 43%;
    left: -10%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 .like-button {
    width: 30px;
    height: 30px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon2 .like-bubble {
    width: 25px;
    height: 25px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 {
    top: 75%;
    left: 7%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 .like-button {
    width: 30px;
    height: 30px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-l .l-icon3 .like-bubble {
    width: 25px;
    height: 25px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 {
    top: 7%;
    left: 30%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 .like-button {
    width: 30px;
    height: 30px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon1 .like-bubble {
    width: 20px;
    height: 20px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 {
    top: 49%;
    left: 40%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 .like-button {
    width: 30px;
    height: 30px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon2 .like-bubble {
    width: 20px;
    height: 20px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 {
    top: 71%;
    left: 27%;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 .like-button {
    width: 30px;
    height: 30px;
  }
  #service .pc .p4-sjmt .b .l .vm .vm-r .r-icon3 .like-bubble {
    width: 20px;
    height: 20px;
  }
  #service .pc .p4-sjmt .b .l .vb {
    height: 44px;
  }
  #service .pc .p4-sjmt .b .l .vb .slide-title {
    left: 31%;
    top: 9px;
    width: 52%;
    height: 27px;
    line-height: 26px;
    font-size: 12px;
  }
  #service .pc .p4-sjmt .b .r {
    width: 100%;
  }
  #service .pc .p4-sjmt .b .r .rb ul {
    padding-top: 10px;
  }
  #service .pc .p4-sjmt .b .r .rb ul li {
    padding: 17px 0 0px;
  }
  #service .pc .p4-sjmt .b .r .rb ul li h5 {
    font-size: 20px;
  }
  #service .pc .p4-sjmt .b .r .rb ul li p {
    font-size: 34px;
  }
  #service .pc .p5-yyfy .bgball {
    padding-top: 72px;
    background: url(../images/service-ballbg-18.png) no-repeat left top;
    background-size: 250px;
    top: -30px;
  }
  #service .pc .p5-yyfy .title {
    padding-bottom: 40px;
  }
  #service .pc .p5-yyfy .box {
    background: url(../images/service-p5-bg.png) no-repeat bottom center;
    background-size: 100%;
  }
  #service .pc .p5-yyfy .box ul.t {
    padding: 0px 0 130px;
  }
  #service .pc .p5-yyfy .box ul.t li {
    font-size: 14px;
    padding: 5px 0;
  }
  #service .pc .p5-yyfy .box ul.t li h6 {
    font-size: 14px;
  }
  #service .pc .p5-yyfy .box ul.t li h6 span {
    padding-right: 5px;
    top: -4px;
  }
  #service .pc .p5-yyfy .box ul.t li h6 b {
    font-size: 28px;
  }
  #service .pc .p5-yyfy .box ul.t li p {
    padding-top: 0px;
  }
  #service .pc .p5-yyfy .box ul.t li:nth-child(1) {
    width: 50%;
    border: none;
    text-align: center;
    margin-bottom: 10px;
  }
  #service .pc .p5-yyfy .box ul.t li:nth-child(2) {
    width: 49.5%;
    text-align: center;
    margin-bottom: 10px;
  }
  #service .pc .p5-yyfy .box ul.t li:nth-child(3) {
    border: none;
    width: 50%;
    text-align: center;
  }
  #service .pc .p5-yyfy .box ul.t li:nth-child(4) {
    width: 49.5%;
    text-align: right;
  }
  #service .pc .p5-yyfy .box ul.t li:nth-child(4) p {
    text-align: center;
    padding-left: 0;
  }
  #service .pc .p5-yyfy .box .b {
    padding-bottom: 80px;
  }
  #service .pc .p5-yyfy .box .b .scroll-item {
    padding: 10px 5px;
  }
  #service .pc .p5-yyfy .box .b .scroll-item span {
    font-size: 16px;
  }
  #service .pc .p5-yyfy .box .b .scroll-item img {
    height: 20px;
  }
  #service .pc .p6-nrzz {
    padding-bottom: 20px;
  }
  #service .pc .p6-nrzz .bgball {
    padding-top: 70px;
    background: url(../images/service-ballbg-10.png) no-repeat right -57px top;
    background-size: 250px;
    top: -25px;
  }
  #service .pc .p6-nrzz .tab {
    padding: 30px 0 30px;
  }
  #service .pc .p6-nrzz .tab ul {
    column-gap: 2%;
  }
  #service .pc .p6-nrzz .tab ul li {
    width: 22%;
    line-height: 40px;
    height: 40px;
    border-radius: 50px;
    font-size: 13px;
  }
  #service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-prev {
    left: 2%;
  }
  #service .pc .p6-nrzz .boxs .p6-swiper .swiper-button-next {
    right: 2%;
  }
  #service .pc .contact-link {
    height: 100px;
  }
}
