﻿body {
  font-family: "Noto Sans SC";
  font-weight: bold;
}

* {
  padding: 0;
  margin: 0;
}

i {
  font-style: normal;
}

ul,
li {
  list-style: none;
}

.banner {
  height: 502px;
  width: 100%;
  background: url('../image/banner4.png') no-repeat center center;
}

.banner_con {
  height: 502px;
}

.banner_con,
.user,
.market_con,
.market_con,
.CustomerCase,
.company_con,
.service,
.channel,
.orderGoods_con,
.canel,
.canel_pro>div,
.businessCenter>div,
.flow,
.scene_con,
.industry,
.bbc,
.func_con,
.functional,
.supply_point {
  max-width: 1200px;
  margin: 0 auto;
}

.industry-type {
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
}

.industry-type div {
  text-align: center;
  height: 100px;
  width: 100px;
  border: 1px solid #0000FF;
  margin-bottom: 40px;
}

.companys {
  background: url('../image/品牌背景.png') no-repeat center center;
  padding-bottom: 68px;
  max-width: 1200px;
  margin: 0 auto;
}

.companys_con p {
  padding: 56px 0 30px 0;
}

.companys_con ul {
  max-width: 1200px;
  margin: 0 auto;
  overflow: hidden;
  zoom: 1;
  display: flex;
  justify-content: space-evenly;
  flex-wrap: wrap;
}

.companys_con ul li {
  width: 180px;
  height: 70px;
  border-radius: 5px;
  margin-bottom: 35px;
}

.con_left,
.con_right {
  height: 502px;
}

.con_left {
  width: 691px;
  float: left;
}

.con_left h3 {
  font-size: 28px;
  color: #fff;
  padding-top: 130px;
  margin-top: 0;
  line-height: 35px;
  margin-bottom: 25px;
  font-weight: normal;
}

.con_left p {
  color: #c2d9ff;
  font-size: 18px;
  line-height: 25px;
}

.con_left span {
  display: inline-block;
  width: 120px;
  height: 40px;
  border: 1px solid #fff;
  line-height: 40px;
  text-align: center;
  font-size: 14px;
  color: #fff;
  margin-top: 20px;
}

.con_right {
  float: right;
  margin-right: 49px;
}

.con_right img {
  margin-top: 60px;
}

.user {
  margin-bottom: 105px;
}

.justflex {
  display: flex;
}

.justflex>div {
  flex: 1;
}

.manage {
  background: #fafbfc;
  padding: 1px 0 1px 0;
}

.manage .user .user_left {
  margin-left: 95px;
}

.manage .user .user_right {
  margin-left: 55px;
  line-height: 41px;
  margin-right: 0;
}

.user p {
  margin: 89px auto 50px;
}

.user p,
.market_con p,
.company_con p,
.companys_con p,
.service p,
.canel p,
.businessCenter p,
.flow p,
.scene_con p,
.industry p,
.bbc p,
.functional p {
  font-size: 30px;
  color: #28417a;
  text-align: center;
}

.user .user_left {
  margin-left: 118px;
}

.user .user_right {
  margin-top: 35px;
  color: #27385e;
  font-size: 22px;
  margin-right: 40px;
  line-height: 41px;
}

.marketing {
  width: 100%;
  background-color: #fafbfc;
  padding-bottom: 79px;
}

.market_con p:nth-child(1) {
  padding-top: 50px;
}

.market_con p:nth-child(2) {
  padding-bottom: 30px;
}

.company_con p {
  padding: 85px 0 56px 0;
}


.li_img {
  width: 70px;
  height: 70px;
  background-color: #fafbfc;
  border-radius: 70px;
  margin: 0 25px;
  display: flex;
  align-items: center;
  justify-content: center;
}

.market_con .market_li {
  display: flex;
}

.div_li {
  flex: 1;
  margin-right: 36px;
  background-color: #fff;
  height: 118px;

}

.div_li>div {
  display: flex;
  align-items: center;
  width: 100%;
  height: 100%;
}

.div_li:nth-child(3) {
  margin-right: 0;
  margin-bottom: 30px;
}

.market_con .market_li h4,
.market_con .market_li h5 {
  font-weight: normal;
}

.market_con .market_li h4 {
  color: #28417a;
  font-size: 16px;
}

.market_con .market_li h5 {
  color: #7a889a;
  font-size: 14px;
  margin-top: 8px;
}

.market_info {
  width: 100%;
  display: flex;
  justify-content: space-around;
  align-items: center;
  align-content: center;
  flex-wrap: wrap;

}

.market_info div {
  margin: 10px 0px;
  text-align: center;
  height: 120px;
  width: 200px;
  padding: 10px;
  line-height: 60px;
}

.market_info div p {
  font-size: 16px;
  font-weight: 500;
  color: #28417a;
}

.roules .user_right {
  margin-left: 50px;
  line-height: 41px;
}

.CustomerCase {
  display: flex;
  padding: 106px 0 100px 0;
}

.CustomerCase .caseTitle {
  width: 76px;
  display: flex;
  align-items: center;
  margin-right: 65px;
}

.caseTitle>div {
  width: 76px;
  height: 279px;
  background: url('../image/customercase.png') no-repeat center center;
}

.CustomerCase .case_con {
  flex: 1;
}

.case_con .case_info {
  display: flex;
}

.case_info>div {
  flex: 1;
  margin-right: 49px;
}

.case_info>div:last-child {
  margin-right: 0;
}

.case_info h3 {
  margin: 15px 0 19px 20px;
  display: flex;
  align-items: center;
  font-weight: normal;
}

.case_info h3 span {
  display: inline-block;
  width: 20px;
  height: 4px;
  background-color: #17a9e7;
  margin-right: 22px;
}

.case_info h3 i {
  color: #28417a;
  font-size: 26px;
}

.case_info h3 s {
  text-decoration: none;
  color: #7aaae4;
  font-size: 16px;
  margin-left: 35px;
  margin-top: 10px;
}

.case_info p {
  font-size: 16px;
  color: #27385e;
  margin-left: 20px;
}

.company {
  background-color: #fafbfc;
  padding-bottom: 68px;
}

.company_con ul {
  overflow: hidden;
  zoom: 1;
}

.company_con ul li {
  float: left;
  width: 260px;
  height: 135px;
  margin-right: 52px;
  margin-bottom: 30px;
  background-color: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.company_con ul li:nth-child(4n) {
  margin-right: 0;
}

.service p {
  margin: 89px auto 99px;
}

.service_con,
.service_info {
  display: flex;
  justify-content: center;
}

.service_con>div {
  flex: 1;
  text-align: center;
}

.service_con>div h3 {
  color: #27385e;
  font-size: 16px;
  margin: 25px 0 94px 0;
  font-weight: normal;
}

.micro_mall {
  text-align: center;
  margin: 50px 0px;
}

.micro_mall p {
  font-size: 30px;
  color: #2a3b5f;

}

.micro_mall_info {
  display: flex;
  justify-content: space-evenly;
  align-content: center;
  text-align: center;
  margin-top: 50px;
}

.micro_mall_info div {
  padding: 10px;
  height: max-content;
  width: max-content;
  text-align: center;
}

.micro_mall_info div h2 {
  font-weight: normal;
  font-size: 20px !important;
  color: #28417a;
  padding: 20px 0px;
}

.micro_mall_info div img {
  height: 68px;
  width: 85px;
  text-align: center;
}

.user_roules_info {
  text-align: center;
  width: 100%;
}

/* .user_roules_info div{
	height: max-content;
	text-align: center;
	border: 1px solid #0000FF;
} */
.user_roules_info p {
  font-size: 18px;
  font-weight: normal;
  margin: 30px 0px 0px 0px;
}

@media screen and (max-width:992px) {
  .case_con .case_info{
    flex-direction: column;
    padding: 0 20px;
    box-sizing: border-box;
  }
  .channel_con{
    flex-direction: column;
    
  }
  .service p {
    margin: 40px 0;
  }

  .service_con>div {
    flex: none;
    width: 120px;
  }

  .service_con div a img {
    width: 60%;
  }

  .service_con,
  .service_info {
    justify-content: center;
    flex-wrap: wrap;
  }

  .con_left {
    width: 90%;
    margin-left: 20px;
  }

  .con_left h3 {
    font-size: 20px;
    padding-top: 30px;
    line-height: 40px !important;
    margin-bottom: 5px;
  }

  .con_left p {
    font-size: 15px !important; 
  }

  .user p,
  .market_con p,
  .company_con p,
  .companys_con p,
  .service p,
  .canel p,
  .businessCenter p,
  .flow p,
  .scene_con p,
  .industry p,
  .bbc p,
  .functional p {
    font-size: 20px;
    padding-left: 20px !important;
    padding-right: 20px !important;
    box-sizing: border-box;
  }

  /* .company_con ul li{
    margin-right: 10px;
  } */
  .company_con ul li:nth-child(4n) {
    margin-right: 10px !important;
  }

  .company .company_con ul {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
  }
}

.haa {
	font-size: 36px;
	font-family: PingFangSC-Medium, PingFang SC;
	font-weight: 500;
	color: #FFFFFF;
	line-height: 50px;
	position: relative;
	top: 70px;
	left: 50px;
}

.pa1{
	font-size: 20px;
	font-family: PingFangSC-Regular, PingFang SC;
	font-weight: 400;
	color: #FFFFFF;
	line-height: 20px;
	position: relative;
	top: 100px;
	left: 50px;
}
.pa2{
	margin-top: 15px;
}
.pa3{
	margin-top: 15px;
}
.pa4{
	margin-top: 15px;
}
@media screen and (max-width:768px) {
  .manage{
    padding-left: 20px;
    padding-right: 20px;
    box-sizing: border-box;
  }
  .case_info p{
    line-height: 30px;
  }
	.haa {
		width: 100%;
		font-size: 20px;
		position: relative;
		left: 0;
    top: 0;
    line-height: 20px;
	}
	.pa1{
		
		font-size: 13px;
		position: relative;
		left: 0;
		top:0px;
    margin-top: 0;
	}
  .experience{
    left:0 !important;
    top: -21px !important;
    line-height: 30px !important;
    height: 30px !important;
  }
	
  .CustomerCase .caseTitle {
    margin-right: 0;
   
  }

  .caseTitle>div {
    width: 60px;
    background-size: contain;
  }

  .case_info h3 {
    flex-wrap: wrap;
  }

  .case_info h3 s {
    margin-left: 0;
  }

  .case_info>div {
    margin-right: 0;
  }

  .manage .user .user_right {
    margin-left: 0;
    text-align: center;
    width: 90%;
  }

  .company_con ul li {
    width: 100px;
    height: 70px;
    margin: 10px;
  }

  .user .user_right {
    font-size: 16px;
  }

  .div_li {
    margin-right: 0;
  }

  .market_con .market_li {
    display: block;
  }

  .service_con>div h3 {
    margin: 0 0 25px 0;
  }

  .CustomerCase {
    padding: 0;
  }

  .companys_con ul li {
    width: 120px;
    height: 26px;
  }

  .companys {
    background: url(../image/品牌背景.png);
  }

}