.show{
  width: 100%;
  position: relative;
}

.show .show_content{
  width: 1200px;
  height: 160px;
  border-radius: 8px;
  background-color: #ffffff;
  box-shadow: 10px 10px 60px 0px rgba(47 131 254 / 10%), -10px 0px 60px 0px rgba(47 131 254 / 10%);
  overflow: hidden;
  position: absolute;
  top: -80px;
  left: 0;
  right: 0;
  margin: auto;
  display: flex;
  align-items: center;
}

.show .show_content>div:nth-child(odd){
  flex: 1;
  display: flex;
  justify-content: center;
}

.show .show_content>div:nth-child(even){
  width: 1px;
  height: 38px;
  background: #e4e4e4;
}

.show .show_content>div:nth-child(1)>a>div>img {
  height: 61px;
}

.show .show_content>div>a>div>img{
  height: 56px;
}

.show .show_content>div>a>p{
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}

.service{
  width: 100%;
  background: #f5f6f7;
}

.service .service_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
}

.service .service_content .service_title{
  text-align: left;
}

.service .service_content .service_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.service .service_content .service_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #000000;
  margin-right: 16px;
}

.service .service_content .service_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: #999999;
}

.service .service_content .service_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #0066ff;
}

.service .service_content .service_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.service .service_content .service_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
  margin-top: 80px;
}

.service .service_content .service_list .list_content{
  padding: 80px 0 100px;
  display: flex;
  justify-content: space-between;
}

.service .service_content .service_list .list_content>div{
  width: 588px;
  background: #ffffff;
  border: 1px solid #ffffff;
  border-radius: 8px;
  text-align: left;
  overflow: hidden;
  padding-bottom: 24px;
}

.service .service_content .service_list .list_content>div>div:nth-child(1){
  width: 100%;
  height: 206px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.service .service_content .service_list .list_content>div:nth-child(1)>div:nth-child(1){
  background: url(../../img/platform/业务模块底版.png) no-repeat center;
  background-size: 100% 100%;
}

.service .service_content .service_list .list_content>div:nth-child(2)>div:nth-child(1){
  background: url(../../img/platform/前沿技术底版.png) no-repeat center;
  background-size: 100% 100%;
}

.service .service_content .service_list .list_content>div>div:nth-child(1)>p:nth-child(1){
  font-size: 44px;
  font-weight: 600;
  color: #ffffff;
  line-height: 44px;
  text-shadow: 2px 2px 3px rgba(0,61,176,0.60);
  letter-spacing: 4px;
}

.service .service_content .service_list .list_content>div>div:nth-child(1)>p:nth-child(2){
  margin-top: 16px;
  font-size: 18px;
  color: #ffffff;
  line-height: 18px;
  letter-spacing: 2.4px;
  text-shadow: 2px 2px 3px rgba(0,61,176,0.60); 
}


.service .service_content .service_list .list_content>div:nth-child(2)>div:nth-child(1)>p:nth-child(2){
  letter-spacing: -1.4px;
}

.service .service_content .service_list .list_content>div>div:nth-child(n+2){
  width: 100%;
  height: 200px;
  padding: 0 32px;
}


.service .service_content .service_list .list_content>div>div:nth-child(n+2)>p:nth-child(1){
  padding-top: 48px;
  font-size: 2.3rem;
  font-weight: 600;
  color: #000000;
}

.service .service_content .service_list .list_content>div>div:nth-child(n+2)>p:nth-child(2){
  font-size: 1.5rem;
  color: #666666;
  margin-top: 24px;
  line-height: 29px;
}

.deploy_pc{
  width: 100%;
  height: 1286px;
  background: url(../../img/platform/位图.png) no-repeat center;
  position: relative;
}

.deploy_pc .mask{
  width: 100%;
  height: 100%;
  position: absolute;
  top: 0;
  right: 0;
  opacity: 0.6;
  background: #00317f;
  z-index: 10;
}

.deploy_pc .deploy_content{
  width: 1200px;
  padding-top: 100px;
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  margin: auto;
  z-index: 20;
}

.deploy_pc .deploy_content .deploy_title{
  text-align: left;
}

.deploy_pc .deploy_content .deploy_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.deploy_pc .deploy_content .deploy_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #ffffff;
  margin-right: 16px;
}

.deploy_pc .deploy_content .deploy_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

.deploy_pc .deploy_content .deploy_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #ffffff;
}

.deploy_pc .deploy_content .deploy_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.deploy_pc .deploy_content .deploy_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  margin-top: 80px;
}

.deploy_pc .deploy_content .deploy_list .list_content{
  margin-top: 78.5px;
}

.deploy_mobile{
  width: 100%;
  background: #f5f6f7;
  display: none;
}

.deploy_mobile .deploy_content{
  width: 1200px;
  margin: 0 auto;
}

.deploy_mobile .deploy_content .deploy_title{
  font-size: 3rem;
  font-weight: 600;
  color: #000000;
}

.deploy_mobile .deploy_content .deploy_list{
  margin-top: 20px;
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.deploy_mobile .deploy_content .deploy_list>div{
  width: 48%;
  background-color: #ffffff;
  border-radius: 8px;
  text-align: left;
  padding: 40px 30px;
  margin-bottom: 20px;
}

.deploy_mobile .deploy_content .deploy_list>div .list_title{
  display: flex;
  align-items: center;
}

.deploy_mobile .deploy_content .deploy_list>div .list_title>p:nth-child(1){
  width: 52px;
  height: 52px;
  background: url(../../img/platform/数字底版.png) no-repeat center;
  background-size: 100% 100%;
  font-size: 4.2rem;
  font-weight: 600;
  color: #0066ff;
  text-shadow: 1px 1px 2px rgba(0,84,209,0.30);
  line-height: 52px;
  text-align: center;
}

.deploy_mobile .deploy_content .deploy_list>div .list_title>p:nth-child(2){
  font-size: 3.75rem;
  font-weight: 600;
  color: #000000;
  margin-left: 20px;
}

.deploy_mobile .deploy_content .deploy_list>div div:nth-child(n+2)>div:nth-child(1){
  font-size: 2rem;
  color: #000000;
  margin-top: 60px;
}

.deploy_mobile .deploy_content .deploy_list>div div:nth-child(n+2)>div:nth-child(2){
  display: flex;
  align-items: center;
  flex-wrap: wrap;
  margin-top: 30px;
  color: #666666;
}

.deploy_mobile .deploy_content .deploy_list>div div:nth-child(n+2)>div:nth-child(2)>p{
  display: flex;
  align-items: center;
  margin-right: 20px;
}

.deploy_mobile .deploy_content .deploy_list>div div:nth-child(n+2)>div:nth-child(2) span{
  display: block;
  width: 4px;
  height: 4px;
  background: #999999;
  border-radius: 50%;
  margin-right: 10px;
}

.deploy_mobile .deploy_content .deploy_list>div div:nth-child(n+2)>div:nth-child(2)>p:nth-child(1)>span{
  margin-left: 0;
}

.deploy_mobile .deploy_content .deploy_list>div .list{
  margin-top: 60px;
}

.deploy_mobile .deploy_content .deploy_list>div .list>span{
  font-size: 2rem;
  color: #000000;
  margin-right: 30px;
}

.technology{
  width: 100%;
  height: 1369px;
  background: url(../../img/platform/平台技术优势背景.png) no-repeat center;
}

.technology .technology_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 100px;
}

.technology .technology_content .technology_title{
  text-align: left;
}

.technology .technology_content .technology_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

.technology .technology_content .technology_title>p:nth-child(1)>span:nth-child(1){
  font-size: 3.7rem;
  font-weight: 600;
  color: #ffffff;
  margin-right: 16px;
}

.technology .technology_content .technology_title>p:nth-child(1)>span:nth-child(2){
  font-size: 3rem;
  font-weight: 600;
  color: rgba(255,255,255,0.80);
}

.technology .technology_content .technology_title>p:nth-child(2){
  width: 80px;
  height: 8px;
  margin-top: 24px;
  background: #ffffff;
}

.technology .technology_content .technology_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.technology .technology_content .technology_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
  margin: 80px 0;
}

.technology .technology_content .technology_list .list_content{
  text-align: left;;
}

.technology .technology_content .technology_list .list_content .small_title{
  font-size: 2.5rem;
  font-weight: 600;
  color: #ffffff;
  margin-bottom: 68px;
}

.technology .technology_content .technology_list .list_content>div>div{
  display: flex;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(1)>div:nth-child(1){
  width: 614px;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(1)>div:nth-child(2){
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology .technology_content .technology_list .list_content>div>div>div>p:nth-child(3n+1){
  font-size: 1.8rem;
  font-weight: 600;
  color: #ffffff;
}

.technology .technology_content .technology_list .list_content>div>div>div>p:nth-child(3n-1){
  width: 25px;
  height: 4px;
  background: #ffffff;
  margin-top: 24px;
}

.technology .technology_content .technology_list .list_content>div>div>div>p:nth-child(3n){
  font-size: 1.5rem;
  color: #ffffff;
  margin-top: 24px;
}

.technology .technology_content .technology_list .list_content>div>div>div>p:nth-child(4){
  margin-top: 56px;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(2){
  margin-top: 92px;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(2)>div:nth-child(1){
  flex: 1;
  display: flex;
  justify-content: center;
  align-items: center;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(2)>div:nth-child(2){
  width: 614px;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(1)>div:nth-child(2)>img{
  width: 360px;
}

.technology .technology_content .technology_list .list_content>div>div:nth-child(2)>div:nth-child(1)>img{
  width: 370px;
}