/* ------标题------- */
h1 {
  width: 731px;
  height: 100px;
  font-size: 72px;
  font-family: STYuanti-SC-Regular, STYuanti-SC;
  font-weight: 400;
  color: #333333;
  line-height: 100px;
  letter-spacing: 1px;
  background-color: transparent;
  /* float: left; */
}
h2 {
  width: 676px;
  height: 56px;
  font-size: 47px;
  font-family: NexaBold;
  color: #0B328C;
  line-height: 56px;
  text-shadow: 0px 0px 20px #FFFFFF;
  margin-top: 30px;
  /* float: left; */
}
h3 {
  /* width: 323px;
  height: 90px; */
  font-size: 36px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0B328C;
  line-height: 50px;
  letter-spacing: 1px;
  margin-top: 100px;
}
h4 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 400;
  color: #0B328C;
  line-height: 50px;
  letter-spacing: 1px;
}
h5 {
  font-size: 28px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #0B328C;
  line-height: 40px;
  letter-spacing: 1px;
  margin: 100px 0 40px;
}
p {
  width: 1200px;
  font-size: 24px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #0B328C;
  line-height: 33px;
  letter-spacing: 1px;
  margin-top: 40px;
}

/* --------分站-------- */
.branch {
  width: 100%;
  display: flex;
}
.branchOne, .branchTwo {
  margin-right: 8px;
}
.branchOne, .branchTwo, .branchThree {
  display: inline-block;
}
.branchOne img{
  width: 414px;
  height: 550px;
}
.branchTwo {
  width: 384px;
}
.branchTwo img:nth-child(1){
  width: 384px;
  height: 288px;
  margin-bottom: 10px;
}
.branchTwo img:nth-child(2){
  width: 384px;
  height: 253px;
}
.branchThree {
  width: 384px;
}
.branchThree img:nth-child(1){
  width: 384px;
  height: 253px;
  margin-bottom: 10px;
}
.branchThree img:nth-child(2){
  width: 384px;
  height: 288px;
}

/* --------列表-------- */
.list div {
  display: inline-block;
}

.list .left {
  width: 180rpx;
}

.list .right {
  width: 672rpx;
}

.list span {
  display: block;
}

.list .left span{
  font-size: 18px;
  font-family: PingFangSC-Semibold, PingFang SC;
  font-weight: 600;
  color: #333333;
  line-height: 40px;
}

.list .right span{
  font-size: 18px;
  font-family: PingFangSC-Regular, PingFang SC;
  font-weight: 400;
  color: #666666;
  line-height: 40px;
}
/* ------地图-------- */
.map {
  width: 1202px;
  height: 544px;
  margin: 132px 0;
}
/* -------小站------- */
.content {
  width: 1200px;
  background: #F3F4F5;
  padding: 0 0 192px;
  overflow: hidden;
  margin: 0 auto;
}
.cont {
  width: 1200px;
  margin: 0 auto;
}
.small {
  display: flex;
  margin-top: 132px;
}
.small .smallOne{
  width: 380px;
  height: 280px;
  margin-right: 10px;
}
.small .smallTwo{
  width: 380px;
  height: 280px;
  margin-right: 10px;
}
.small .smallThree{
  width: 380px;
  height: 280px;
}
/* -------上、下、主要内容------- */
main {
  margin-top: 130px;
  width: 1200px;
  /* height: 647px; */
  /* background-image: url(../img/weismap_pc@2x.png); */
  /* background-size: cover; */
  background-color: transparent;
}
.top {
  position: absolute;
  left: 0;
  top: 0;
  z-index: -1;
  width: 100%;
  height: 560px;
  background: linear-gradient(360deg, rgba(243, 244, 245, 0) 0%, #E4E4E4 61%, #C7C7C7 100%);
}
.bottom {
  width: 100%;
  height: 296px;
  /* position: relative; */
  background-image: url(../img/smartfood_bg2@2x.png);
  background-size: cover;
  background-color: #F3F4F5;
  text-align: center;
  line-height: 296px;
  font-size: 22px;
}