.Computer .header .header-box .header-ul ul li:nth-child(3) a,
.Computer .nav .header-box .header-ul ul li:nth-child(3) a {
  font-weight: 800 !important;
  color: #2241b5 !important;
}
.Computer .headerBanner {
  /*position: relative;*/
  background-color: #2241b5;
  height: 275px;
  margin: auto;
  border-top: 1px solid #eee;
  border-bottom: 1px solid #eee;
  background-image: url(../../image/banner.jpg?v=2);
  background-size: 1920px 275px;
  background-position: center 0;
  background-repeat: no-repeat;
}
.Computer .headerBanner h1 {
  position: absolute;
  left: calc(50% - 383px);
  bottom: 50px;
  font-size: 84px;
  font-family: MyFont2;
  color: #ffffff;
  font-weight: normal;
}
.Computer .team {
  background: url("../../image/teamBg.jpg") repeat top, transparent;
  background-size: cover;
  min-width: 1220px;
}
.Computer .team .introduce {
  position: relative;
  width: 1200px;
  margin: 0 auto;
  height: 400px;
  overflow: hidden;
  padding: 0 10px;
}
@keyframes animation2 {
  from {
    width: 1200px;
    height: 0;
  }
  to {
    width: 1200px;
    height: 188px;
  }
}
@keyframes animation3 {
  from {
    transform: scale(0);
  }
  to {
    transform: scale(1);
  }
}
.Computer .team .introduce .introduceContent .introduceImg {
  z-index: 2;
  position: absolute;
  top: 82px;
  left: 30px;
}
.Computer .team .introduce .introduceContent .introduceImg img {
  width: 236px;
  height: 236px;
  border-radius: 50%;
}
.Computer .team .introduce .introduceContent .introduceBox {
  z-index: 2;
  position: absolute;
  top: 118px;
  left: 300px;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceTitle {
  display: flex;
  align-items: flex-end;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceTitle h5 {
  font-size: 30px;
  color: #333333;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceTitle p {
  color: #b89e7d;
  font-size: 24px;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceTitle p span {
  font-size: 16px;
  color: #999999;
  font-weight: normal;
  margin-left: 15px;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceTitle span {
  font-size: 20px;
  color: #353535;
  font-weight: bold;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceText {
  z-index: 2;
  position: absolute;
  width: 641px;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceText p {
  font-size: 15px;
  color: #666666;
  text-align: justify;
  -webkit-background-clip: text;
  background-image: inherit;
  line-height: 25px;
  padding: 10px 0;
}
.Computer .team .introduce .introduceContent .introduceBox .introduceText span {
  font-size: 15px;
  color: #666666;
}
.Computer .team .introduce .introduceContent .code {
  z-index: 2;
  position: absolute;
  top: 197px;
  left: 1022px;
  width: 160px;
  height: 160px;
}
.Computer .team .introduce .introduceContent .code img {
  width: 100%;
  height: 100%;
}
.Computer .team .introduce .introduceContent .introduceBg {
  position: absolute;
  bottom: 25px;
  z-index: 1;
}
.Computer .team .introduce .introduceContent .introduceBg img {
  height: 188px;
  width: 1200px;
}
.Computer .team .character {
  padding: 30px 0 20px;
  width: 1200px;
  height: 420px;
  margin: 35px auto 0;
  overflow: hidden;
}
.Computer .team .character .characterContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr 1fr 1fr 1fr;
  grid-template-rows: 190px;
}
.Computer .team .character .characterContent .characterBox {
  text-align: center;
  transition: all 0.8s;
  position: relative;
}
.Computer .team .character .characterContent .characterBox img {
  width: 86px;
  height: 86px;
  margin-bottom: 15px;
  border-radius: 50%;
}
.Computer .team .character .characterContent .active {
  transform: scale(1.1);
  transition: all 0.5s;
}
.Computer .team .character .characterContent .active img {
  border: 3px #1e50ae solid;
  border-radius: 50%;
}
.Computer .team .character .characterContent .active p {
  color: #1e50ae;
}
.Computer .banner {
  background: url(../../image/banner.png) repeat top, transparent;
  background-size: cover;
  width: 100%;
}
.Computer .banner .bannerTitle {
  width: 100%;
  margin: 0 auto;
  padding: 30px 0;
  text-align: center;
  color: #ffffff;
}
.Computer .banner .bannerTitle h1 {
  letter-spacing: 11px;
  font-size: 48px;
  padding: 15px 0;
}
.Computer .banner .bannerTitle p {
  font-size: 24px;
  margin-bottom: 15px;
}
.Computer .banner .bannerTitle .bannerLabel {
  font-size: 20px;
  writing-mode: vertical-lr;
  margin: 0 auto;
}
.Computer .workflow {
  min-width: 1220px;
}
.Computer .workflow .workflowBox {
  width: 1200px;
  margin: 0 auto;
  padding: 50px 10px;
}
.Computer .workflow .workflowBox .workflowTitle {
  display: inline-block;
}
.Computer .workflow .workflowBox .workflowTitle h1 {
  margin-bottom: 15px;
  font-size: 30px;
}
.Computer .workflow .workflowBox .workflowTitle h1 span {
  color: #917c62;
}
.Computer .workflow .workflowBox .workflowTitle p {
  color: #666666;
  font-size: 16px;
}
.Computer .workflow .workflowBox .steps {
  padding: 50px 0 30px;
  position: relative;
}
.Computer .workflow .workflowBox .steps .stepsBox {
  display: grid;
  grid-template-columns: 2fr 10fr;
  grid-column-gap: 100px;
  margin-bottom: 35px;
}
@keyframes myfirst {
  from {
    width: 0;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
@-webkit-keyframes myfirst {
  /* Safari 与 Chrome */
  from {
    width: 0;
    height: 100%;
  }
  to {
    width: 100%;
    height: 100%;
  }
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxImage {
  position: relative;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxImage img {
  border-radius: 20px;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxImage h1 {
  font-size: 20px;
  color: #ffffff;
  position: absolute;
  top: 40px;
  left: 70px;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxText {
  display: flex;
  flex-direction: column;
  justify-content: center;
  overflow: hidden;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxText div {
  transition: all 1s;
  opacity: 0;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxText div h5 {
  color: #917c62;
  font-size: 18px;
  margin-bottom: 10px;
}
.Computer .workflow .workflowBox .steps .stepsBox .stepsBoxText div p {
  font-size: 14px;
  color: #4b4b4b;
}
.Computer .workflow .workflowBox .steps .partition,
.Computer .workflow .workflowBox .steps .partition2,
.Computer .workflow .workflowBox .steps .ball,
.Computer .workflow .workflowBox .steps .ball2,
.Computer .workflow .workflowBox .steps .ball3,
.Computer .workflow .workflowBox .steps .ball4,
.Computer .workflow .workflowBox .steps .ball5,
.Computer .workflow .workflowBox .steps .ball6 {
  position: absolute;
  left: 235px;
}
.Computer .workflow .workflowBox .steps .partition {
  top: 45px;
}
.Computer .workflow .workflowBox .steps .partition2 {
  top: 445px;
}
.Computer .workflow .workflowBox .steps .partition2 img {
  width: 25px;
  height: 530px;
}
.Computer .workflow .workflowBox .steps .ball img,
.Computer .workflow .workflowBox .steps .ball2 img,
.Computer .workflow .workflowBox .steps .ball3 img,
.Computer .workflow .workflowBox .steps .ball4 img,
.Computer .workflow .workflowBox .steps .ball5 img,
.Computer .workflow .workflowBox .steps .ball6 img {
  width: 25px;
}
.Computer .workflow .workflowBox .steps .ball {
  top: 80px;
}
.Computer .workflow .workflowBox .steps .ball2 {
  top: 220px;
}
.Computer .workflow .workflowBox .steps .ball3 {
  top: 360px;
}
.Computer .workflow .workflowBox .steps .ball4 {
  top: 500px;
}
.Computer .workflow .workflowBox .steps .ball5 {
  top: 640px;
}
.Computer .workflow .workflowBox .steps .ball6 {
  top: 780px;
}
.Computer .serve {
  background: url(../../image/image.jpg) repeat top, transparent;
  background-size: cover;
  padding: 100px 0;
  min-width: 1220px;
}
.Computer .serve .serveBox {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.Computer .serve .serveBox .serveMode {
  display: inline-block;
  width: 800px;
  background-color: rgba(153, 133, 109, 0.8);
  padding: 60px 120px;
  border-radius: 15px;
}
.Computer .serve .serveBox .serveMode .serveModeTitle {
  width: 800px;
  text-align: center;
  color: #ffffff;
}
.Computer .serve .serveBox .serveMode .serveModeTitle h1 {
  font-size: 30px;
  margin-bottom: 10px;
}
.Computer .serve .serveBox .serveMode .serveModeTitle p {
  font-size: 14px;
}
.Computer .serve .serveBox .serveMode .line {
  width: 800px;
  margin-top: 10px;
  border-bottom: 1px solid #ffffff;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce {
  margin-top: 50px;
  width: 800px;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction {
  display: grid;
  grid-template-columns: 3fr 2fr 3fr;
  grid-column-gap: 30px;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceLeft,
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceRight {
  color: #ffffff;
  text-align: center;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceLeft h1,
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceRight h1 {
  font-size: 24px;
  margin-bottom: 10px;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceLeft h5,
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceRight h5 {
  font-size: 18px;
  color: #ffb74e;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceLeft p,
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceRight p {
  line-height: 30px;
  font-size: 16px;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceText {
  line-height: 125px;
  text-align: center;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .ServiceIntroduction .introduceText h1 {
  color: #ffb74e;
  font-size: 36px;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .item5 {
  margin-top: 50px;
  text-align: center;
}
.Computer .serve .serveBox .serveMode .serveModeIntroduce .item5 a {
  text-decoration: none;
  color: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 15px;
  padding: 5px 10px;
}
.Computer .advantage {
  padding: 100px 0 0;
  min-width: 1220px;
}
.Computer .advantage .advantageBox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
  text-align: center;
}
.Computer .advantage .advantageBox .advantageTitle {
  text-align: center;
  display: inline-block;
}
.Computer .advantage .advantageBox .advantageTitle h1 {
  font-size: 30px;
  color: #212121;
  letter-spacing: 5px;
  margin-bottom: 10px;
}
.Computer .advantage .advantageBox .advantageTitle h1 span {
  color: #917c62;
}
.Computer .advantage .advantageBox .advantageTitle h1 p {
  font-size: 14px;
  color: #666666;
}
.Computer .advantage .advantageBox .advantageContent {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  grid-gap: 50px 30px;
  margin-top: 50px;
}
.Computer .advantage .advantageBox .advantageContent .contentBox {
  padding: 40px 50px 40px;
  background-color: #f6f6f6;
  text-align: center;
  transition: all 0.5s;
  display: inline-block;
}
.Computer .advantage .advantageBox .advantageContent .contentBox h5 {
  display: inline-block;
  font-weight: normal;
  font-size: 18px;
  color: #333333;
  margin-bottom: 30px;
}
.Computer .advantage .advantageBox .advantageContent .contentBox p {
  width: 260px;
  margin: 0 auto;
  line-height: 30px;
  font-size: 14px;
  color: #717171;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:hover {
  transition: all 0.5s;
  transform: translateY(-15px);
}
.Computer .advantage .advantageBox .advantageContent .contentBox:hover h5 {
  color: #ffffff;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:hover p {
  color: #ffffff;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(1) div,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(2) div,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(3) div {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(1) div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(2) div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(3) div .icon {
  font-size: 3.5rem;
  color: #917c62;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(1):hover,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(2):hover,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(3):hover {
  background-color: #917c62;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(1):hover div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(2):hover div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(3):hover div .icon {
  color: #FFF;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(4) div,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(5) div,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(6) div {
  width: 60px;
  height: 60px;
  margin: 20px auto;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(4) div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(5) div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(6) div .icon {
  font-size: 3.5rem;
  color: #002454;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(4):hover,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(5):hover,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(6):hover {
  background-color: #002454;
}
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(4):hover div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(5):hover div .icon,
.Computer .advantage .advantageBox .advantageContent .contentBox:nth-child(6):hover div .icon {
  color: #FFF;
}
.Computer .address {
  padding: 100px 0;
  min-width: 1220px;
}
.Computer .address .addressBox {
  width: 1200px;
  margin: 0 auto;
  padding: 0 10px;
}
.Computer .address .addressBox .addressTitle {
  text-align: center;
}
.Computer .address .addressBox .addressTitle h1 {
  font-size: 30px;
  color: #212121;
}
.Computer .address .addressBox .addressTitle h1 span {
  margin-right: 10px;
  color: #917c62;
}
.Computer .address .addressBox .map {
  margin-top: 70px;
  display: grid;
  grid-template-columns: 1fr 1fr;
  grid-column-gap: 40px;
}
.Computer .address .addressBox .map .mapBox {
  width: 100%;
}
.Computer .address .addressBox .map .mapBox #map,
.Computer .address .addressBox .map .mapBox #map2 {
  width: 100%;
  height: 450px;
}
.Computer .address .addressBox .formBox p {
  font-size: 14px;
  color: #666666;
  margin-bottom: 8px;
  font-weight: 700;
}
.Computer .address .addressBox .formBox .formBoxInput,
.Computer .address .addressBox .formBox .formBoxCode {
  display: flex;
  align-items: center;
  margin-bottom: 25px;
}
.Computer .address .addressBox .formBox .formBoxInput input,
.Computer .address .addressBox .formBox .formBoxCode input {
  height: 36px;
  text-indent: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  margin-right: 10px;
  width: 100%;
}
.Computer .address .addressBox .formBox .formBoxInput span,
.Computer .address .addressBox .formBox .formBoxCode span {
  color: #ff0000;
}
.Computer .address .addressBox .formBox .formBoxInput textarea,
.Computer .address .addressBox .formBox .formBoxCode textarea {
  text-indent: 6px;
  border-radius: 2px;
  box-sizing: border-box;
  border: 1px solid #8f8f8f;
  line-height: 26px;
  height: 100px;
  width: 430px;
  margin-right: 10px;
}
.Computer .address .addressBox .formBox .formBtn {
  display: flex;
  align-items: center;
}
.Computer .address .addressBox .formBox .formBtn input {
  cursor: pointer;
  background-color: #8e8e8e;
  padding: 15px 100px;
  border: none;
  color: #ffffff;
  margin-right: 15px;
}
.Computer .address .addressBox .formBox .formBtn .Tip {
  display: none;
}
.Computer .address .addressBox .formBox .formBtn .Tip p {
  font-size: 15px;
  color: red;
}
