.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>a>p{
  font-size: 2rem;
  color: #000000;
  font-weight: 500;
  margin-top: 15px;
}
.show .show_content>div>a>div>img{
  height: 54px;
}

.value{
  width: 100%;
  background: url(../../img/advantage/产品价值背景.png) no-repeat center;
}

.value .value_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 180px;
}

.value .value_content .value_title{
  text-align: left;
}

.value .value_content .value_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

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

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

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

.value .value_content .value_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.value .value_content .value_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
  margin: 80px 0;
}

.value .value_content .value_list .list_content{
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
}

.value .value_content .value_list .list_content>div{
  text-align: left;
  width: 500px;
  margin-bottom: 75px;
}

.value .value_content .value_list .list_content>div .p1{
  font-size: 1.7rem;
  font-weight: 600;
  color: #333333;
  margin-bottom: 24px;
}

.value .value_content .value_list .list_content>div .p2{
  opacity: 0.66;
  font-size: 1.3rem;
  color: #333333;
  line-height: 26px;
}

.prospect{
  width: 100%;
  margin-bottom: 56px;
}

.prospect .prospect_content{
  width: 1200px;
  margin: 0 auto;
  padding-top: 88px;
}

.prospect .prospect_content .prospect_title{
  text-align: left;
}

.prospect .prospect_content .prospect_title>p:nth-child(1){
  display: flex;
  align-items: flex-end;
}

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

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

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

.prospect .prospect_content .prospect_title>p:nth-child(3){
  width: 100%;
  height: 1px;
  background: #e4e4e4;
}

.prospect .prospect_content .prospect_list .list_title{
  font-size: 3rem;
  font-weight: 600;
  color: #333333;
  margin: 80px 0;
}

.prospect .prospect_content .prospect_list .list_content{
  display: flex;
  flex-wrap: wrap;
  justify-content: space-between;
}

.prospect .prospect_content .prospect_list .list_content>div{
  width: 384px;
  height: 430px;
  background: linear-gradient(180deg,#f5f7f9 0%, #ffffff);
  border: 3px solid #ffffff;
  border-radius: 8px;
  box-shadow: 2px 2px 10px 0px rgba(16,43,93,0.15);
  margin-bottom: 24px;
}

.prospect .prospect_content .prospect_list .list_content>div>p:nth-child(1){
  margin-top: 64px;
}

.prospect .prospect_content .prospect_list .list_content>div>p:nth-child(2){
  margin-top: 30px;
  font-size: 2rem;
  font-weight: 600;
  color: #333333;
}

.prospect .prospect_content .prospect_list .list_content>div>p:nth-child(3){
  margin: 24px 24px 0 24px;
  font-size: 1.5rem;
  color: #666666;
  line-height: 29px;
}

.prospect .prospect_content .prospect_list .list_content>div>p:nth-child(1)>img{
  width: 135px;
}

.summary{
  width: 100%;
  background: url(../../img/advantage/编组\ 2.png) no-repeat center;
}

.summary .summary_content{
  width: 1200px;
  height: 588px;
  margin: 0 auto;
  text-align: left;
  display: inline-block;
  position: relative;
}

.summary .summary_content .p1{
  margin: 80px 0 40px;
  font-size: 3rem;
  font-weight: 600;
  color: #ffffff;
}

.summary .summary_content .p2{
  width: 35px;
  height: 4px;
  background: #ffffff;
}

.summary .summary_content .p3{
  margin-top: 40px;
  font-size: 1.5rem;
  color: #ffffff;
}

.summary .summary_content .p4{
  margin-top: 24px;
  font-size: 1.5rem;
  color: #ffffff;
}

.summary .summary_content .p5{
  width: 408px;
  height: 58px;
  margin-top: 40px;
  font-size: 1.5rem;
  color: #ffffff;
}

.summary .summary_content .p6{
  position: absolute;
  right: 0;
  top: 106px;
}

.summary .summary_content .p6>img{
  width: 374px;
}

#br{
  display: none;
}