/*banner横幅 pc*/
.innerBanner {
  position: relative;
  display: flex;
  justify-content: center;
}
.innerBanner img {
  width: 100%;
  height: auto;
}
.innerBanner .innerText {
  box-sizing: border-box;
  color: #fff;
  position: absolute;
  top: 50%;
  width: 100%;
  max-width: 1100px;
  transform: translateY(-50%);
}
.innerBanner .innerText > div {
  margin: 0 auto;
  display: flex;
  flex-direction: column;
  justify-content: center;
}
.innerBanner .innerText > div .title {
  font-size: 36px;
  font-weight: bold;
  color: #333333;
  line-height: 40px;
  margin-bottom: 10px;
}
.innerBanner .innerText > div p {
  font-size: 20px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
.innerBanner .nav_d {
  margin: 0 auto;
  background: #fff;
  display: flex;
  justify-content: space-between;
  align-items: center;
  position: absolute;
  bottom: 0;
  padding: 0 50px;
  box-sizing: border-box;
  height: 60px;
  width: 100%;
  max-width: 1200px;
}
.fxpx .innerText {
  top: 36%;
}
.fxpxbj {
  background: url(/static/images/fxbxbj.png) no-repeat center center;
  background-size: cover;
}
.fxpx .title ,.wlps .title{
  max-width: 600px;
  width: 100%;
  height: 32px;
  font-size: 26px;
  font-weight: bold;
  color: #FFFFFF;
  line-height: 27px;
  float: left;
}
.fxpx2 p ,.wlps2 p {
  line-height: 25px;
  font-size: 16px;
  max-width: 600px;
  width: 100%;
  margin-top: 16px;
  display: inline-block;
}
.innerBanner .nav_d .left {
  display: flex;
  align-items: center;
  width: 30%;
}
.innerBanner .nav_d .left * {
  margin: 0 5px;
}
.innerBanner .nav_d .left .img_d {
  width: 26px;
}
.innerBanner .nav_d .left .active_color a {
  color: #D70C18;
}
.innerBanner .nav_d .right {
  text-align: right;
  width: 70%;
}
.innerBanner .nav_d .right .zlm {}
.innerBanner .nav_d .right .zlm li {
  display: inline-block;
  margin: 0 10px;
}
.innerBanner .nav_d .right .zlm .active_line a {
  color: #D70C18;
}
.innerBanner .nav_d .right .zlm .active_line {
  border-bottom: 1px solid #D70C18;
  height: 60px;
  line-height: 60px;
}
/*banner横幅结束*/





main.main .pd_center {
  max-width: 1100px;
  box-sizing: border-box;
  margin: 0 auto;
}
main.main .pd_center .top {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
  height: 50px;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
  margin: 30px 0;
}
main.main .pd_center .top h3 {
  font-size: 24px;
  font-weight: bold;
  color: #333333;
  line-height: 24px;
}
main.main .pd_center .top ul {
  display: flex;
}
main.main .pd_center .top ul li {
  margin: 0 5px;
  padding: 0 5px;
  position: relative;
}
main.main .pd_center .top ul li a {
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
}
main.main .pd_center .top ul li.active ::after {
  content: '';
  position: absolute;
  width: 100%;
  height: 1px;
  left: 0;
  bottom: -10px;
  background-color: #D70C18;
}
main.main .pd_center .top ul li.active a {
  color: #D70C18;
}
main.main .pd_center .main_content ul li {
  padding: 26px 0;
  border-bottom: 1px solid rgba(51, 51, 51, 0.2);
}
main.main .pd_center .main_content ul li h4 {
  font-size: 24px;
  font-weight: 400;
  color: #333333;
  line-height: 24px;
  margin-bottom: 10px;
}
main.main .pd_center .main_content ul li > img {
  margin-bottom: 30px;
}
main.main .pd_center .main_content ul li p {
  width: 80%;
  font-size: 16px;
  font-weight: 400;
  color: #333333;
  line-height: 30px;
  opacity: 0.6;
}
main.main .pd_center .main_content ul li .img {
  width: 60%;
  height: auto;
  margin: 50px 0 70px;
}
main.main .pd_center .main_content ul li .img img {
  width: 100%;
  height: 100%;
}
main.main .pd_center .main_content ul li:last-of-type {
  border: none;
}



@media screen and (max-width: 768px) {
  main.main .pd_center {
    padding: 0 10px;
  }
  .fxpx , .wlps {
   width: 100%;
    overflow: hidden;
  }
  .fxpx img  , .wlps img{
    width: 100%;
    /*height: 288px;*/
  }
	.wlps  .innerText{ display:block !important;}
  .fxpx .innerText , .wlps .innerText{
    top: 50%;
    width: 80%;
    left: 0;
    right: 0;
    margin: 0 auto;
  }
  .fxpx2 .title , .wlps2 .title {
    font-size: 18px;
  }
  .fxpx2 p ,.wlps2 p{
    font-size: 14px;
  }
  .fxpxbj .main_content ul li p {
    width: 100% !important;
  }
  .innerBanner .innerText {
    display: none;
  }
  .innerBanner .nav_d {
    display: block;

    border-bottom: 1px solid #ccc;
}

	.img_d img{ height: auto;}
	.innerBanner .nav_d .left {
       padding-top: 16px;
    width: 100%;
}
	.innerBanner .nav_d .right {display: none;
}
.innerBanner .nav_d {
    width: 100%;
}
  .innerBanner .nav_d {
    padding: 0 10px;
  }
  .fxpx2.innerText {
    display: block;
  }
  .fxpxbj .top h3 {
    font-size: 18px !important;
    width: 160px;
  }
  .fxgd {
    display: flex;
    overflow: hidden;
    overflow-x: scroll;
    left: 0;
    width: 100%;
    white-space: nowrap;
    align-items: center;
    height: 30px;
  }
  main.main .pd_center .top {
    margin: 6px 0;
  }
  main.main .pd_center .top ul li {
    margin: 0 6px;
    padding: 0 0px;
  }

	.logistics_inner{height:auto;}

}
<!--0.00014615058898926-->