
/*-------S-营销网络--------*/
.mapImg{ padding:0 0 0 0;  text-align:center; margin:0 auto; display:inline-block;}
.mapImg{  width:90%; height:auto; margin-bottom:5vh}
.mapImg img{ width:100%; height:auto}
.tabBox{ margin:5vh 0;}
.tabBox h3{ font-weight:500; line-height:300%; text-align:left; border-bottom: solid 2px #6d6d6d; }
.areaItem{ border-bottom: solid 1px #e8e8e8; line-height:150%; padding:2.5vh 0; }
.areaItem:hover{border-bottom: solid 1px #cf1a20; transition: all .3s;}
.areaItem:hover .areaTxt span{color: #cf1a20; transition: all .3s;}
.areaItem .areaTxt{float:left;width:6vw; text-align:left;padding:1vh 0; }
.areaItem .areaTxt span{font-size:1.1vw;}
.tabBox .tab{float:left; width:calc(100% - 6vw);  }
.tabBox .tab .list{float:left; width:50%;padding:1vh 1vw; text-align:center; color:#717171;}
.tabBox .tab .list li{float:left;  }
.tabBox .tab .list li:nth-child(1){ width:30%; }
.tabBox .tab .list li:nth-child(2){ width:30%;}
.tabBox .tab .list li:nth-child(3){ width:40%;}
/*-------E-营销网络--------*/


@media (max-width: 768px) {
/*-------S-营销网络--------*/
.mapImg{ padding:0 0 0 0;  text-align:center; margin:0 auto; display:none;}
.mapImg{  width:100%; height:auto; margin-bottom:5vh}
.mapImg img{ width:100%; height:auto}

.tabBox{ margin:20px 0;}
.tabBox h3{ font-weight:500; line-height:300%; text-align:left; border-bottom: solid 1px #e8e8e8; }
.areaItem{ padding:20px 0; border-bottom: solid 1px #e8e8e8; line-height:150%;  }
.areaItem:hover{border-bottom: solid 1px #cf1a20; transition: all .3s;}
.areaItem:hover .areaTxt span{color: #cf1a20; transition: all .3s;}
.areaItem .areaTxt{float:none;width:100%; text-align:left;padding:10px 0; }
.areaItem .areaTxt span{font-size:16px;}
.tabBox .tab{float:left; width:100%;  }
.tabBox .tab .list{float:left; width:50%;padding:10px 0;  text-align:center; color:#717171;}
.tabBox .tab .list li{float:left;text-align:left;  }
.tabBox .tab .list li:nth-child(1){ width:30%; }
.tabBox .tab .list li:nth-child(2){ width:30%;}
.tabBox .tab .list li:nth-child(3){ width:40%;}
/*-------E-营销网络--------*/
}