.service {
  width: 100%;
  overflow: hidden;
}
.service .box_hd {
  margin: 0 auto 60px;
  width: 1300px;
  text-align: center;
  color: #222222;
}
.service .box_hd h2 {
  font-weight: 400;
  font-size: 36px;
  line-height: 36px;
}
.service .box_hd h2 .span-red {
  color: #f54627;
}
.service .box_hd h2 .span-yellow {
  color: #fffa7a;
}
.service .box_hd p {
  font-weight: 400;
  font-size: 14px;
  color: #8498a9;
  line-height: 14px;
  margin-top: 28px;
}
.service .box_hd.hd-white {
  color: #ffffff;
}
.service .box_hd.hd-white p {
  color: #ffffff;
}
.service .btnbox {
  margin-top: 60px;
  display: flex;
  justify-content: center;
}
.service .btnbox .a_btn {
  position: relative;
  top: 0;
  font-size: 16px;
  color: #fff;
  background: -moz-linear-gradient(90deg, #f6562a, #ea3726);
  background: linear-gradient(90deg, #f6562a, #ea3726);
  box-shadow: inset 0 2px 10px rgba(255, 255, 255, 0.5);
  border-radius: 30px;
  margin: 0 12px;
  transition: all 0.3s ease;
  -moz-transition: all 0.3s ease;
  -webkit-transition: all 0.3s ease;
  -o-transition: all 0.3s ease;
  padding: 15px 54px 15px 40px;
  line-height: 15px;
  box-sizing: border-box;
}
.service .btnbox .a_btn:hover {
  top: -5px;
  box-shadow: none;
}
.service .btnbox .a_btn2 {
  background: -moz-linear-gradient(90deg, #1776ee, #106ade);
  background: linear-gradient(90deg, #1776ee, #106ade);
}
.service .btnbox .a_btn::after {
  position: absolute;
  right: 26px;
  top: 18px;
  border: solid #ffffff;
  border-width: 0 2px 2px 0;
  display: inline-block;
  padding: 4px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #ffffff;
  opacity: 0.5;
  content: "";
}
.service .box0 {
  height: 100px;
  background-color: #fff;
}
.service .boxNav {
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100px;
  box-sizing: border-box;
  padding-top: 30px;
  z-index: 101;
  background-color: #fff;
}
.service .boxNav .hei {
  display: block;
}
.service .boxNav.cur {
  position: fixed;
  top: 0;
  height: 100px;
  box-shadow: 0 0 20px 0 rgba(0, 0, 0, 0.1);
  background-color: #ffffff;
  padding-top: 30px;
}
.service .boxNav.on {
  background-color: #ffffff;
}
.service .boxNav.cur .bai,
.service .boxNav.on .bai {
  display: none;
}
.service .boxNav.cur .hei,
.service .boxNav.on .hei {
  display: block;
}
.service .boxNav .inner {
  margin: 0 auto;
  display: flex;
  justify-content: space-between;
  width: 1200px;
  height: 40px;
  padding: 0 6px 0 23px;
  box-sizing: border-box;
}
.service .boxNav .logo {
  display: flex;
}
.service .boxNav .logo img {
  width: 136px;
}
.service .boxNav .logo p {
  position: relative;
  font-size: 18px;
  line-height: 40px;
  padding-left: 33px;
}
.service .boxNav .logo p a {
  color: #b3b3b3;
}
.service .boxNav .logo p:before {
  position: absolute;
  left: 17px;
  top: 5px;
  width: 1px;
  height: 30px;
  background-color: rgba(255, 255, 255, 0.3);
  content: "";
}
.service .boxNav.cur .logo p a,
.service .boxNav.on .logo p a {
  color: #b3b3b3;
}
.service .boxNav.cur .logo p:before,
.service .boxNav.on .logo p:before {
  background-color: #d5d5d5;
}
.service .boxNav .nav {
  width: 650px;
  display: flex;
  justify-content: space-between;
  margin-top: 3px;
}
.service .boxNav .nav p {
  position: relative;
  width: 96px;
  height: 34px;
  font-size: 17px;
  color: #b3b3b3;
  text-align: center;
  line-height: 34px;
  cursor: pointer;
  font-weight: 300;
}
.service .boxNav .nav p.cur {
  font-weight: bold;
  color: #333;
}
.service .boxNav .nav p.cur u {
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 30px;
  height: 2px;
  background-color: #ea3826;
  margin-left: -15px;
}
.service .boxNav.cur .nav p,
.service .boxNav.on .nav p {
  color: #999;
}
.service .boxNav.cur .nav p.cur,
.service .boxNav.on .nav p.cur {
  color: #333333;
}
.service .boxNav.cur .nav p.cur u,
.service .boxNav.on .nav p.cur u {
  background-color: #ea3826;
}
.service .banner {
  position: relative;
  padding-top: 100px;
}
.service .banner .slideBox,
.service .banner .slideBox .bd .li_in,
.service .banner .slideBox .bd a {
  height: 500px;
}
.service .banner .slideBox .bd img {
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
}
.service .banner .slideBox .hd {
  width: 1200px;
  display: none;
}
.service .banner .slideBox .bb {
  bottom: 330px;
}
.service .ban .slideban .prev,
.service .ban .slideban .next {
  background-color: rgba(255, 255, 255, 0.1);
}
.service .innerContent,
.service .innerMain {
  width: 1200px;
  margin: 0 auto;
}
.service .flex-space-between-center {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .mt0 {
  margin-top: 0 !important;
}
.service .mb0 {
  margin-bottom: 0 !important;
}
.service .mb10 {
  margin-bottom: 10px !important;
}
.service .mb20 {
  margin-bottom: 20px !important;
}
.service .mb26 {
  margin-bottom: 26px !important;
}
.service .mb30 {
  margin-bottom: 30px !important;
}
.service .mb50 {
  margin-bottom: 50px !important;
}
.service .serviceMoudle {
  padding: 100px 0;
}
.service .serviceMoudle-content {
  margin: 0 auto;
  width: 1200px;
  box-sizing: border-box;
}
.service .serviceMoudle1 {
  background: url("/pc/module/service/images/part1-bg.jpg") no-repeat center center;
  background-size: cover;
}
.service .serviceMoudle1 .part1 {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .serviceMoudle1 .part1 .part1-item {
  width: 200px;
  height: 382px;
  box-sizing: border-box;
  position: relative;
}
.service .serviceMoudle1 .part1 .part1-item::after {
  content: "";
  position: absolute;
  right: -22px;
  top: 50%;
  margin-top: -15px;
  width: 15px;
  height: 30px;
  display: block;
  background: url("/pc/module/service/images/icon.png") no-repeat 0 0;
}
.service .serviceMoudle1 .part1 .part1-item > div {
  height: 382px;
  position: relative;
}
.service .serviceMoudle1 .part1 .part1-item > div > img {
  width: 100%;
}
.service .serviceMoudle1 .part1 .part1-item > div > div {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  box-sizing: border-box;
}
.service .serviceMoudle1 .part1 .part1-item > div > div > h3 {
  font-weight: bold;
  font-size: 22px;
  line-height: 20px;
}
.service .serviceMoudle1 .part1 .part1-item > div:first-child {
  width: 200px;
}
.service .serviceMoudle1 .part1 .part1-item > div:first-child > div {
  padding-left: 43px;
  padding-top: 37px;
}
.service .serviceMoudle1 .part1 .part1-item > div:first-child > div h3 {
  color: #ffffff;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child {
  width: 510px;
  display: none;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child > div {
  padding-left: 34px;
  padding-top: 39px;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child > div h3 {
  color: #203b52;
  margin-bottom: 135px;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child > div h4 {
  font-weight: 400;
  font-size: 18px;
  color: #0e65d8;
  line-height: 18px;
  margin-bottom: 20px;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child > div p {
  font-weight: 400;
  font-size: 14px;
  color: #8498a9;
  line-height: 14px;
  margin-bottom: 13px;
}
.service .serviceMoudle1 .part1 .part1-item > div:last-child > div span {
  margin-top: 28px;
  display: block;
  width: 442px;
  height: 46px;
  background: #f6f9ff;
  border-radius: 12px;
  border: 2px dashed #d0def9;
  font-weight: 400;
  font-size: 14px;
  color: #203b52;
  line-height: 42px;
  text-align: center;
}
.service .serviceMoudle1 .part1 .part1-item:nth-child(2) > div:last-child > div h3 {
  margin-bottom: 120px;
}
.service .serviceMoudle1 .part1 .part1-item:nth-child(2) > div:last-child > div span {
  padding-top: 13px;
  padding-bottom: 13px;
  height: 64px;
  line-height: 18px;
  box-sizing: border-box;
}
.service .serviceMoudle1 .part1 .part1-item:nth-child(3)::after {
  background: url("/pc/module/service/images/icon.png") no-repeat 0 -60px;
}
.service .serviceMoudle1 .part1 .part1-item:last-child::after {
  display: none;
}
.service .serviceMoudle1 .part1 .part1-item:last-child > div:last-child > div h4 {
  color: #f04d2a;
}
.service .serviceMoudle1 .part1 .part1-item:last-child > div:last-child > div span {
  background: #fff8f6;
  border-color: #ffe3db;
}
.service .serviceMoudle1 .part1 .part1-cur {
  width: 510px;
}
.service .serviceMoudle1 .part1 .part1-cur > div:first-child {
  display: none;
}
.service .serviceMoudle1 .part1 .part1-cur > div:last-child {
  display: block;
}
.service .serviceMoudle2 {
  background: url("/pc/module/service/images/part2-bg.jpg") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle2 .part2 {
  margin-top: -30px;
}
.service .serviceMoudle2 .part2 .part2-1 {
  width: 1200px;
  height: 450px;
  background: url("/pc/module/service/images/part2-a.png") no-repeat center;
  background-size: cover;
  box-sizing: border-box;
  padding-top: 52px;
  padding-left: 50px;
  margin-bottom: 45px;
}
.service .serviceMoudle2 .part2 .part2-1-top {
  margin-bottom: 44px;
}
.service .serviceMoudle2 .part2 .part2-1-top h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  line-height: 24px;
  margin-bottom: 15px;
}
.service .serviceMoudle2 .part2 .part2-1-top p {
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
  line-height: 14px;
  opacity: 0.5;
}
.service .serviceMoudle2 .part2 .part2-1-center {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
  width: 370px;
  margin-bottom: 34px;
}
.service .serviceMoudle2 .part2 .part2-1-center > span {
  width: 180px;
  height: 56px;
  margin-bottom: 10px;
  box-sizing: border-box;
  text-align: center;
  line-height: 52px;
  font-weight: bold;
  font-size: 16px;
  color: #87d3ff;
  background: linear-gradient(0deg, #0662c1, #0041bb);
  border: 2px solid #0069d4;
}
.service .serviceMoudle2 .part2 .part2-1-center > span:nth-child(1) {
  border-radius: 12px 12px 0px 12px;
}
.service .serviceMoudle2 .part2 .part2-1-center > span:nth-child(2) {
  border-radius: 12px 12px 12px 0px;
}
.service .serviceMoudle2 .part2 .part2-1-center > span:nth-child(3) {
  border-radius: 12px 0px 12px 12px;
}
.service .serviceMoudle2 .part2 .part2-1-center > span:nth-child(4) {
  border-radius: 0px 12px 12px 12px;
}
.service .serviceMoudle2 .part2 .part2-1-bottom p {
  font-weight: 400;
  font-size: 14px;
  color: #feffff;
  line-height: 14px;
  margin-bottom: 10px;
}
.service .serviceMoudle2 .part2 .part2-1-bottom p:last-child {
  margin-bottom: 0;
}
.service .serviceMoudle2 .part2 .part2-2-top {
  margin-bottom: 20px;
  text-align: center;
}
.service .serviceMoudle2 .part2 .part2-2-top h3 {
  font-weight: bold;
  font-size: 24px;
  color: #203b52;
  line-height: 24px;
}
.service .serviceMoudle2 .part2 .part2-2-center {
  height: 214px;
  background: url("/pc/module/service/images/part2-b.png") no-repeat center;
  background-size: cover;
  display: flex;
  align-items: center;
  justify-content: space-between;
  margin-bottom: 30px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div {
  width: 580px;
  display: flex;
  align-items: center;
  justify-content: space-between;
  box-sizing: border-box;
}
.service .serviceMoudle2 .part2 .part2-2-center > div > div h4 {
  font-weight: bold;
  font-size: 18px;
  color: #126fe3;
  line-height: 22px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child {
  padding-left: 64px;
  padding-right: 30px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child > div:first-child p {
  font-weight: bold;
  font-size: 14px;
  color: #203b52;
  line-height: 14px;
  margin-bottom: 15px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child > div:first-child p:last-child {
  margin-bottom: 0;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child > div:first-child p i {
  margin-right: 6px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child > div:first-child p span {
  color: #1471e8;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:first-child > div:last-child {
  width: 18px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child {
  padding-left: 30px;
  padding-right: 82px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:first-child {
  width: 18px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:last-child span {
  font-weight: bold;
  font-size: 15px;
  color: #203b52;
  line-height: 30px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:last-child span i {
  margin-right: 6px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:last-child span::before {
  content: "";
  display: inline-block;
  margin: 0 10px;
  width: 9px;
  height: 10px;
  background: url("/pc/module/service/images/icon.png") no-repeat 0 -120px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:last-child span:first-child {
  padding-left: 8px;
}
.service .serviceMoudle2 .part2 .part2-2-center > div:last-child > div:last-child span:first-child::before {
  display: none;
}
.service .serviceMoudle2 .part2 .part2-2-center .icon-plus {
  width: 16px;
  font-weight: bold;
  font-size: 30px;
  color: #126fe3;
  line-height: 30px;
}
.service .serviceMoudle2 .part2 .part2-2-bottom {
  text-align: center;
}
.service .serviceMoudle2 .part2 .part2-2-bottom span {
  font-weight: 400;
  font-size: 14px;
  color: #8498a9;
  line-height: 14px;
}
.service .serviceMoudle3 {
  background: url("/pc/module/service/images/part3-bg.jpg") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle3 .part3 .part3-item {
  margin-bottom: 24px;
  cursor: pointer;
}
.service .serviceMoudle3 .part3 .part3-item > div:first-child {
  height: 80px;
  background: #1e5ac0;
  border-radius: 20px;
  opacity: 0.8;
  padding: 0 52px 0 70px;
  display: flex;
  align-items: center;
  position: relative;
}
.service .serviceMoudle3 .part3 .part3-item > div:first-child > h4 {
  font-weight: bold;
  font-size: 20px;
  color: #ffffff;
  margin-right: 24px;
}
.service .serviceMoudle3 .part3 .part3-item > div:first-child > span {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.3;
}
.service .serviceMoudle3 .part3 .part3-item > div:first-child::after {
  content: "";
  position: absolute;
  right: 52px;
  top: 36px;
  display: inline-block;
  padding: 5px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border: solid rgba(255, 255, 255, 0.2);
  border-width: 0 2px 2px 0;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child {
  background: rgba(30, 90, 192, 0.5);
  border-radius: 20px;
  display: none;
  padding: 50px 52px 55px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div:first-child {
  display: flex;
  align-items: end;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div:first-child > h3 {
  font-weight: bold;
  font-size: 24px;
  color: #ffffff;
  margin-right: 12px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div:first-child > span {
  font-weight: 400;
  font-size: 17px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.5;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div:last-child {
  height: 70px;
  background: linear-gradient(0deg, #0662c1, #0041bb);
  border-radius: 12px;
  border: 2px solid #0069d4;
  line-height: 66px;
  text-align: center;
  font-weight: bold;
  font-size: 18px;
  color: #fffa7a;
  box-sizing: border-box;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 {
  padding: 34px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div {
  margin-bottom: 50px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div:last-child {
  margin-bottom: 0;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div h5 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 16px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div p {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 22px;
  opacity: 0.5;
  line-height: 13px;
  margin-bottom: 10px;
  display: flex;
  align-items: center;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div p:last-child {
  margin-bottom: 0;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:first-child > div p::before {
  content: "";
  display: inline-block;
  margin-right: 6px;
  width: 5px;
  height: 5px;
  background: #87aae1;
  border-radius: 50%;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-1 > div:last-child img {
  width: 102%;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 {
  padding: 50px 0 46px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:first-child {
  margin-bottom: 16px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:first-child > img {
  width: 100%;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:last-child {
  display: flex;
  justify-content: space-around;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:last-child > div {
  width: 260px;
  padding: 0 30px;
  box-sizing: border-box;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:last-child > div h5 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  text-align: center;
  margin-bottom: 15px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-2 > div:last-child > div p {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.5;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 {
  padding: 24px 0 38px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:first-child {
  margin-bottom: 30px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:first-child > img {
  width: 100%;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:last-child {
  display: flex;
  justify-content: space-around;
  padding: 0 36px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:last-child > div:first-child {
  width: 373px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:last-child > div:nth-child(2) {
  width: 360px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:last-child > div h5 {
  font-weight: bold;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
  margin-bottom: 17px;
}
.service .serviceMoudle3 .part3 .part3-item > div:last-child > div.item-content-3 > div:last-child > div p {
  font-weight: 400;
  font-size: 13px;
  color: #ffffff;
  line-height: 20px;
  opacity: 0.5;
}
.service .serviceMoudle3 .part3 .part3-cur > div:first-child {
  display: none;
}
.service .serviceMoudle3 .part3 .part3-cur > div:last-child {
  display: block;
}
.service .serviceMoudle4 {
  padding-bottom: 0;
  background: #ffffff;
}
.service .serviceMoudle4 .serviceMoudle4-1 {
  margin-top: -20px;
  margin-bottom: 43px;
}
.service .serviceMoudle4 .serviceMoudle4-1 .part4-tab {
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .serviceMoudle4 .serviceMoudle4-1 .part4-tab .part4-tab-item {
  width: 180px;
  height: 56px;
  background: #f3f7ff;
  border-radius: 12px 12px 6px 6px;
  font-weight: 400;
  font-size: 18px;
  color: #203b52;
  text-align: center;
  line-height: 56px;
}
.service .serviceMoudle4 .serviceMoudle4-1 .part4-tab .part4-tab-item.cur {
  background: #0042ba;
  font-weight: bold;
  color: #ffffff;
  position: relative;
}
.service .serviceMoudle4 .serviceMoudle4-1 .part4-tab .part4-tab-item.cur::after {
  content: "";
  position: absolute;
  bottom: -24px;
  left: 50%;
  transform: translateX(-50%);
  width: 21px;
  height: 12px;
  background: url("/pc/module/service/images/icon.png") no-repeat 0 -160px;
  display: block;
}
.service .serviceMoudle4 .serviceMoudle4-2 {
  padding: 46px 0 60px;
  background: url("/pc/module/service/images/part4-bg.jpg") no-repeat center bottom;
  background-size: cover;
  box-sizing: border-box;
}
.service .serviceMoudle4 .serviceMoudle4-2 .serviceMoudle-content {
  width: 1300px;
  margin: 0 auto;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item {
  display: none;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item-top {
  margin-bottom: 40px;
  text-align: center;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item-top h3 {
  font-weight: bold;
  font-size: 30px;
  color: #ffffff;
  line-height: 30px;
  margin-bottom: 16px;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item-top p {
  font-weight: 400;
  font-size: 16px;
  color: #ffffff;
  line-height: 16px;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item-center {
  margin-bottom: 30px;
  text-align: center;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item-center img {
  width: auto;
}
.service .serviceMoudle4 .serviceMoudle4-2 .part4-item .btnbox {
  margin-top: 0;
}
.service .serviceMoudle4 .serviceMoudle4-2 .cur {
  display: block;
}
.service .serviceMoudle5 {
  background: url("/pc/module/service/images/part5-bg.jpg") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-1 {
  background: linear-gradient(0deg, rgba(255, 255, 255, 0.5), #ffffff);
  border-radius: 20px;
  padding-top: 34px;
  padding-bottom: 10px;
  margin-bottom: 56px;
}
.service .serviceMoudle5 .part5-header {
  padding: 0 60px 0 65px;
  margin-bottom: 20px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.service .serviceMoudle5 .part5-header > div:first-child {
  display: flex;
  align-items: end;
}
.service .serviceMoudle5 .part5-header > div:first-child h5 {
  font-weight: bold;
  font-size: 18px;
  color: #ff2907;
  line-height: 18px;
  margin-right: 6px;
}
.service .serviceMoudle5 .part5-header > div:first-child span {
  font-size: 15px;
  color: #203b52;
  line-height: 16px;
}
.service .serviceMoudle5 .part5-header > div:last-child a {
  display: block;
  width: 131px;
  height: 32px;
  background: linear-gradient(90deg, #fe6e47, #fe5a47);
  border-radius: 16px;
  text-align: center;
  line-height: 32px;
  font-weight: 400;
  font-size: 14px;
  color: #ffffff;
}
.service .serviceMoudle5 .part5-content1 {
  padding: 0 45px;
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service .serviceMoudle5 .part5-content1 > div {
  width: 260px;
  height: 190px;
  border-radius: 12px;
  margin-bottom: 22px;
  box-sizing: border-box;
  padding-top: 30px;
  padding-left: 34px;
}
.service .serviceMoudle5 .part5-content1 > div.javaee {
  background: url("/pc/module/service/images/part5-1.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.hmkf {
  background: url("/pc/module/service/images/part5-2.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.ai {
  background: url("/pc/module/service/images/part5-3.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.python {
  background: url("/pc/module/service/images/part5-4.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.ui {
  background: url("/pc/module/service/images/part5-5.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.test {
  background: url("/pc/module/service/images/part5-6.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.xmt {
  background: url("/pc/module/service/images/part5-7.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div.jcdl {
  background: url("/pc/module/service/images/part5-8.png") no-repeat center;
  background-size: cover;
}
.service .serviceMoudle5 .part5-content1 > div > p {
  color: #ffffff;
  font-weight: 400;
  font-size: 14px;
}
.service .serviceMoudle5 .part5-content1 > div > p:nth-child(1) {
  line-height: 14px;
  opacity: 0.5;
  margin-bottom: 20px;
}
.service .serviceMoudle5 .part5-content1 > div > p:nth-child(2) {
  font-weight: bold;
  font-size: 18px;
  line-height: 18px;
  margin-bottom: 18px;
}
.service .serviceMoudle5 .part5-content1 > div > p:nth-child(3) {
  color: #fffa7a;
  margin-bottom: 18px;
}
.service .serviceMoudle5 .part5-content1 > div > p:nth-child(3) em {
  font-style: normal;
  font-weight: bold;
  font-size: 30px;
  line-height: 30px;
}
.service .serviceMoudle5 .part5-content2 {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}
.service .serviceMoudle5 .part5-content2 > div {
  margin-bottom: 10px;
  width: 290px;
  height: 336px;
  background: linear-gradient(0deg, #ffffff, rgba(255, 255, 255, 0.5));
  border-radius: 12px;
  box-sizing: border-box;
  text-align: center;
  position: relative;
}
.service .serviceMoudle5 .part5-content2 > div > img {
  width: auto;
}
.service .serviceMoudle5 .part5-content2 > div > h4 {
  font-weight: bold;
  font-size: 18px;
  color: #203b52;
  line-height: 18px;
  text-align: center;
  margin-bottom: 23px;
}
.service .serviceMoudle5 .part5-content2 > div > p {
  font-weight: 400;
  font-size: 13px;
  color: #8498a9;
  text-align: left;
  padding: 0 36px 0 33px;
  margin-bottom: 15px;
  line-height: 18px;
}
.service .serviceMoudle5 .part5-content2 > div > a {
  position: absolute;
  bottom: 30px;
  left: 50%;
  transform: translateX(-50%);
  display: inline-block;
  width: 111px;
  height: 30px;
  line-height: 30px;
  background: #fff8c6;
  border-radius: 15px;
  box-sizing: border-box;
  padding: 0 30px 0 23px;
  font-weight: 400;
  font-size: 14px;
  color: #fe6f48;
}
.service .serviceMoudle5 .part5-content2 > div > a::after {
  position: absolute;
  right: 12px;
  top: 12px;
  border: solid #fe6f48;
  border-width: 0 1px 1px 0;
  display: inline-block;
  padding: 3px;
  transform: rotate(-45deg);
  -webkit-transform: rotate(-45deg);
  border-color: #fe6f48;
  opacity: 0.5;
  content: "";
}
.service .serviceMoudle6 {
  background: #ffffff;
}
.service .serviceMoudle6 .picMarquee-left {
  height: 0;
  overflow: hidden;
  margin-top: 50px;
}
.service .serviceMoudle6 .picMarquee-left1.cur {
  height: 328px;
}
.service .serviceMoudle6 .picMarquee-left1 li {
  width: 4226px;
  height: 328px;
}
.service .serviceMoudle6 .picMarquee-left1 li .con .pic {
  float: left;
  width: 4186px;
  height: 328px;
  border-radius: 0;
  overflow: hidden;
}
.service .serviceMoudle6 .information_con li .con img {
  display: block;
  width: 4186px;
  transition: all 0.5s ease;
  -moz-transition: all 0.5s ease;
  -webkit-transition: all 0.5s ease;
  -o-transition: all 0.5s ease;
}
