.content {
  width: 100%;
  overflow: hidden;
  font-family: Microsoft YaHei;
}
.content a {
  text-decoration: none;
  font-size: 22px;
  color: white;
}
.content .head {
  width: 100%;
  background-color: #2520f0;
}
.content .head .nav {
  position: relative;
  display: flex;
  z-index: 9;
  width: 1200px;
  height: 77px;
  margin: 0 auto;
  border-bottom: 4px solid #6763F5;
  margin-bottom: -85px;
}
.content .head .nav div {
  margin: 24px 116px 14px 57px;
}
.content .head .nav ul {
  display: flex;
  width: 655px;
  height: 21px;
  margin: 30px 0 26px 0;
}
.content .head .nav ul li {
  position: relative;
  margin-left: 30px;
  font-size: 22px;
  padding-bottom: 48px;
}
.content .head .nav ul li :hover {
  color: #E6E6FA;
}
.content .head .nav ul li :before {
  content: "";
  position: absolute;
  left: 50%;
  bottom: -2px;
  width: 0;
  height: 2px;
  background: #FFFFFF;
  transition: all 1s;
}
.content .head .nav ul li :hover:before {
  width: 100%;
  left: 0;
  right: 0;
}
.content .head .nav ul .selected {
  border-bottom: 2px solid #FFF;
}
.content .head .nav form {
  margin: 29px 0 24px 20px;
}
.content .head .nav form img {
  float: left;
}
.content .head .nav form input {
  height: 20px;
  background-color: #2520F0;
  border: none;
}
.content .introduce {
  position: relative;
  opacity: 0;
  top: 150px;
  width: 1200px;
  margin: 0 auto;
}
.content .introduce .title {
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 40px 286px 11px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #2520F0;
}
.content .introduce .title p {
  font-size: 24px;
  font-weight: 300;
  color: #2520F0;
  line-height: 50px;
  opacity: 0.3;
}
.content .introduce .item1 {
  width: 100%;
  margin: 65px 0 99px;
}
.content .introduce .item2 {
  position: relative;
  width: 100%;
  height: 550px;
  margin: 65px 0 99px;
}
.content .introduce .item2 .intro-img {
  position: absolute;
  top: 40px;
  left: 344px;
}
@keyframes introImg {
  from {
    transform: rotate(0);
  }
  to {
    transform: rotate(360deg);
  }
}
.content .introduce .item2 .intro-change {
  animation: introImg 2s 1;
}
.content .introduce .item2 ul {
  width: 100%;
}
.content .introduce .item2 ul li:nth-of-type(odd) {
  margin-right: 374px;
}
.content .introduce .item2 ul li {
  position: relative;
  float: left;
  width: 400px;
  height: 200px;
  box-sizing: border-box;
  margin-bottom: 150px;
  padding: 29px 56px;
  background: #FFFFFF;
  border: 1px solid #EEEEEE;
  box-shadow: 0px 1px 8px 0px rgba(18, 4, 0, 0.2);
  border-radius: 12px;
}
.content .introduce .item2 ul li img {
  position: absolute;
  left: 90px;
}
.content .introduce .item2 ul li h4 {
  height: 24px;
  line-height: 36px;
  font-size: 24px;
  font-weight: bold;
  color: #2520F0;
  text-align: center;
}
.content .introduce .item2 ul li p {
  width: 272px;
  line-height: 30px;
  font-size: 16px;
  color: #666666;
  margin-top: 25px;
}
.content .introduce .item2 ul .fly-in {
  animation: flyin 1.5s 1;
  -webkit-animation: flyin 1.5s 1;
}
@keyframes flyin {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
@-webkit-keyframes flyin {
  0% {
    opacity: 0;
  }
  40% {
    opacity: 0;
  }
  100% {
    opacity: 1;
  }
}
.content .servebg {
  width: 100%;
  min-width: 1200px;
  height: 475px;
  margin-bottom: 99px;
  background: url('../image/servebg.png') no-repeat;
  background-size: 100% 475px;
}
.content .servebg .serve {
  width: 1200px;
  margin: 0 auto;
}
.content .servebg .serve .title {
  text-align: center;
  line-height: 50px;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.content .servebg .serve .title p {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
  opacity: 0.3;
}
.content .servebg .serve ul {
  margin-top: 57px;
  display: flex;
  justify-content: space-around;
}
.content .servebg .serve ul .serve-img {
  transition: all 0.4s;
  opacity: 0.8;
  transform: rotateY(0);
}
.content .swot {
  position: relative;
  width: 1200px;
  height: 700px;
  margin: 0 auto;
  perspective: 800px;
  -webkit-perspective: 800px;
  /* Safari and Chrome */
}
.content .swot .title {
  position: relative;
  left: 1500px;
  text-align: center;
  line-height: 50px;
  opacity: 0;
  color: #2520F0;
}
.content .swot .title h3 {
  font-size: 36px;
  font-weight: bold;
}
.content .swot .title h4 {
  font-size: 24px;
  font-weight: 300;
}
.content .swot .swot-img {
  position: absolute;
  width: 100%;
  opacity: 0.6;
  left: 800px;
  margin-top: 60px;
  transition: all 0.1s;
  transform: rotateY(30deg);
}
.content .experience {
  width: 100%;
  min-width: 1200px;
  height: 1920px;
  padding-top: 300px;
  background: url('../image/experience.png') no-repeat;
  background-size: 100% 2216px;
}
.content .experience .ex-item {
  width: 1200px;
  margin: 0 auto;
  perspective: 800px;
  -webkit-perspective: 800px;
  /* Safari and Chrome */
}
.content .experience .ex-item .title {
  position: relative;
  left: 1500px;
  overflow: hidden;
  opacity: 0;
  text-align: center;
  line-height: 50px;
  color: #FFF;
}
.content .experience .ex-item .title h3 {
  font-size: 36px;
}
.content .experience .ex-item .title h4 {
  font-size: 24px;
  font-weight: 300;
  opacity: 0.3;
}
.content .experience .ex-item .ex-fun ul {
  display: flex;
}
.content .experience .ex-item .ex-fun ul li {
  position: relative;
  height: 450px;
}
.content .experience .ex-item .ex-fun ul li .ex-h3 {
  visibility: hidden;
}
.content .experience .ex-item .ex-fun ul li p {
  position: absolute;
  top: 40px;
  left: 90px;
  font-size: 22px;
  color: #FFFFFF;
  z-index: 2;
}
.content .experience .ex-item .ex-fun ul li .ex-img {
  position: relative;
  top: 0;
  display: none;
  margin-left: 30px;
}
.content .experience .ex-item .ex-imgL {
  position: relative;
  opacity: 0.3;
  transition: all 0.5s 0.5s;
  -webkit-transition: all 0.5s 0.5s;
  transform: rotateX(45deg);
}
.content .manage {
  width: 1200px;
  margin: 0 auto 50px;
}
.content .manage .title {
  position: relative;
  left: 1500px;
  opacity: 0;
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 40px 286px 11px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #2520F0;
}
.content .manage .title p {
  font-size: 24px;
  font-weight: 300;
  color: #2520F0;
  line-height: 50px;
  opacity: 0.3;
}
.content .manage .manage-ul {
  display: flex;
  margin-top: 50px;
  opacity: 0.2;
}
.content .manage .manage-ul li {
  flex: 1;
  display: flex;
  flex-direction: column;
  width: 262px;
  height: 248px;
  background: #FFFFFF;
  border: 1px solid #E6E6E6;
  border-radius: 8px;
  align-items: center;
}
.content .manage .manage-ul li img {
  margin-top: 50px;
  width: 100px;
  height: 97px;
}
.content .manage .manage-ul li p {
  width: 160px;
  height: 51px;
  margin-top: 40px;
  font-size: 20px;
  line-height: 30px;
  text-align: center;
}
.content .demand {
  width: 1200px;
  margin: 0 auto;
}
.content .demand .title {
  position: relative;
  left: 1500px;
  opacity: 0;
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 40px 0px 11px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #2520F0;
}
.content .demand .title p {
  font-size: 24px;
  font-weight: 300;
  color: #2520F0;
  line-height: 50px;
  opacity: 0.3;
}
.content .demand ul {
  display: flex;
  margin-top: 60px;
  margin-bottom: 60px;
}
.content .demand ul li {
  flex: 1;
  margin-right: 40px;
  opacity: 0.1;
  transition: all 0.2s;
  transform: rotateY(180deg);
}
.content .demand ul li .one {
  width: 270px;
  height: 64px;
  background: #2520F0;
  border-radius: 8px 8px 0px 0px;
  font-size: 22px;
  text-align: center;
  line-height: 64px;
}
.content .demand ul li .two {
  display: flex;
  padding: 25px;
}
.content .demand ul li .two img {
  width: 25px;
  height: 25px;
  margin-top: 10px;
  margin-right: 25px;
}
.content .demand ul li .two div p:nth-of-type(1) {
  font-size: 20px;
  color: #333;
}
.content .demand ul li .two div p:nth-of-type(2) {
  margin-top: 9px;
  font-size: 16px;
  color: #999999;
  white-space: nowrap;
}
.content .demand ul li .last {
  padding: 25px;
  font-size: 16px;
  color: #2520F0;
}
.content .one-logo {
  width: 100%;
  min-width: 1200px;
  height: 300px;
}
.content .one-logo img {
  display: block;
  width: 100%;
  height: 300px;
  margin: 0 auto;
}
.content .increment {
  width: 1200px;
  margin: 30px auto 0;
}
.content .increment .title {
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 40px 0 11px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #2520F0;
}
.content .increment .title p {
  font-size: 24px;
  font-weight: 300;
  color: #2520F0;
  line-height: 50px;
  opacity: 0.3;
}
.content .increment ul {
  display: flex;
  width: 100%;
  margin-bottom: 78px;
}
.content .increment ul .main-li {
  flex: 1;
  width: 280px;
  height: 270px;
  margin-right: 20px;
  margin-top: 50px;
  border-radius: 8px;
  background: url('../image/hotbg.png') no-repeat;
}
.content .increment ul .main-li .design-top {
  padding: 25px;
}
.content .increment ul .main-li .design-top h1 {
  font-size: 22px;
}
.content .increment ul .main-li .design-top h4 {
  margin-top: 9px;
  font-size: 14px;
  font-weight: 400;
}
.content .increment ul .main-li .item-o {
  display: flex;
  flex-wrap: wrap;
  width: 280px;
  padding: 10px 55px;
}
.content .increment ul .main-li .item-o .item-l {
  position: relative;
  width: 100px;
  font-size: 16px;
  margin: 20px 0;
  color: #666666;
}
.content .increment ul .main-li .item-o .item-l span {
  color: #2520F0;
  font-size: 16px;
  font-weight: 600;
  margin-right: 10px;
}
.content .increment ul .main-li .last {
  margin-left: 25px;
  padding: 25px;
  font-size: 16px;
  color: #2520F0;
}
.content .increment ul :nth-last-child(1) {
  margin-right: 0;
}
.content .share-main {
  width: 100%;
  height: 360px;
  background-color: #2520F0;
}
.content .share-main .share-case {
  width: 1200px;
  margin: 0 auto;
}
.content .share-main .share-case .title {
  width: 100%;
  height: 85px;
  text-align: center;
  padding: 40px 0px 11px;
  box-sizing: border-box;
  font-size: 36px;
  font-weight: bold;
  color: #FFFFFF;
}
.content .share-main .share-case .title p {
  font-size: 24px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 50px;
  opacity: 0.3;
}
.content .share-main .share-case .share-item ul {
  display: flex;
  margin-top: 70px;
  width: 100%;
  perspective: 800px;
  -webkit-perspective: 800px;
  /* Safari and Chrome */
}
.content .share-main .share-case .share-item ul li {
  display: flex;
  flex-direction: column;
  width: 22%;
  padding: 12px;
  margin-right: 16px;
  align-items: center;
  border-radius: 12px;
  perspective: 800px;
  opacity: 0.4;
  transition: all 0.8s;
  transform: rotateX(30deg);
}
.content .share-main .share-case .share-item ul li h3 {
  margin: 31px 0 24px;
  font-size: 22px;
  font-weight: bold;
  line-height: 24px;
}
.content .share-main .share-case .share-item ul li p {
  width: 241px;
  font-size: 16px;
  color: #999999;
  line-height: 24px;
  margin: 0 23px 36px;
}
.content .share-main .share-case .share-item .share-btn {
  margin: 60px auto;
  width: 144px;
  height: 46px;
  line-height: 46px;
  font-size: 22px;
  text-align: center;
  background-color: #2520F0;
  border-radius: 8px;
}
.content .share-main .share-case .share-item .share-btn:hover {
  background-color: #000066;
}
.content .good-partner {
  width: 1200px;
  margin: 0 auto;
  margin-top: 320px;
}
.content .good-partner .title {
  text-align: center;
  color: #2520F0;
}
.content .good-partner .title h3 {
  font-size: 36px;
  font-weight: bold;
}
.content .good-partner .title p {
  margin-top: 12px;
  font-size: 24px;
  font-weight: 300;
}
.content .good-partner .gp-item {
  display: flex;
  width: 100%;
}
.content .good-partner .gp-item .gp-li {
  display: flex;
  flex: 1;
  flex-direction: column;
  align-items: center;
  padding: 62px 26px;
}
.content .good-partner .gp-item .gp-li .gp-img {
  position: relative;
  left: -2000px;
}
.content .good-partner .gp-item .gp-li h3 {
  font-size: 24px;
  color: #2520F0;
  margin-top: 36px;
}
.content .good-partner .gp-item .gp-li p {
  color: #666666;
  font-size: 20px;
  margin-top: 13px;
}
.content .major {
  width: 100%;
  height: 300px;
  box-sizing: border-box;
  padding: 90px 0 71px;
  background: url('../image/majorbg.png');
}
.content .major .title {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
}
.content .major .title h3 {
  font-size: 32px;
  font-weight: bold;
  color: #2520F0;
  margin-bottom: 60px;
}
.content .major .title .title-btn {
  width: 154px;
  height: 46px;
  margin: 0 auto;
  line-height: 46px;
  background: #2520F0;
  border-radius: 8px;
}
.content .major .title .title-btn:hover {
  background-color: #000066;
}
.content .bottom {
  width: 100%;
  background-color: #002BC1;
  color: #FFFFFF;
}
.content .bottom .bottom-item {
  width: 1200px;
  margin: 0 auto;
  text-align: center;
  padding: 63px 0 28px;
}
.content .bottom .bottom-item h1 {
  height: 59px;
  font-size: 60px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 46px;
}
.content .bottom .bottom-item div {
  display: flex;
  justify-content: space-between;
  width: 901px;
  margin: 0 auto;
}
.content .bottom .bottom-item div button {
  width: 340px;
  height: 71px;
  margin: 78px 0 76px;
  font-size: 32px;
  color: #FFFFFF;
  background: #002BC1;
  border: 1px solid #FFFFFF;
  border-radius: 35px;
  -webkit-transition-duration: 0.4s;
  /* Safari */
  transition-duration: 0.4s;
  cursor: pointer;
}
.content .bottom .bottom-item div button:hover {
  background-color: #000066;
}
.content .bottom .bottom-item p {
  width: 1200px;
  text-align: center;
  margin: 35px auto;
}
.content .bottom .bottom-item p:nth-of-type(1) {
  margin: 0 auto;
  padding: 50px;
  font-size: 20px;
  border-bottom: 4px solid #CFD5E3;
}
