/* 伸展的容器 */
* {
  padding: 0;
  margin: 0;
  box-sizing: border-box;
}

ul,ol{
  list-style: none;
}

a{
  text-decoration: none;
}

.SPCAN {
  padding: .22rem;
}

.WhitePannel {
  background: rgba(255, 255, 255, 1);
  box-shadow: 0px 4px 40px 0px rgba(47, 65, 110, 0.08);
  border-radius: 4px;
  margin-bottom: .20rem;
  position: relative;
}

.WhitePannel.fat {
  padding: .20rem .24rem;
}

.flex {
  display: flex;
}

.header_nav{
  height: .79rem;
  line-height: .79rem;
  justify-content: space-between;
  background-color: #fff;
}

.header_nav .nav_column{
  margin-left: 3.53rem;
}

.header_nav .nav_column .logo{
  margin-right: .8rem;
}

.header_nav .nav_column .logo img{
  width: 1.36rem;
}

.header_nav .nav_column a:hover{
  text-decoration: none;
}

.nav .navItem{
  margin: 0 .35rem;
  line-height: .79rem;
  font-size: .18rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #191919;
  position: relative;
  cursor: pointer;
}

.phone{
  font-size: .26rem;
  font-family: FZLanTingHeiS-B-GB;
  font-weight: 400;
  color: #3D86F2;
  margin-right: 3.72rem;
}
.phone img{
  width: .4rem;
}

.nav .active{
  color: #3D86F2;
}

.sz_com{
  position: absolute;
  width: 1.48rem;
  background: #FFFFFF;
  left: -.39rem;
  display: none;
}

.sz_com .comItem{
  height: .5rem;
  text-align: center;
  line-height: .5rem;
  font-size: .16rem;
  font-family: Source Han Sans CN;
  font-weight: 600;
  color: #191919;
}

.sz_com .comItem:hover{
  background: #DBE9FF;
}

.sz_com .select{
  background: #DBE9FF;
}

.conItem .con_T{
  margin: 0 auto;
  width: 2.02rem;
  height: .64rem;
  background-image: url(../../images/Baijia/logistic/组\ 23.png);
  background-size: contain;
  font-size: .22rem;
  font-family: Source Han Sans CN;
  font-weight: bold;
  color: #191919;
  line-height: .64rem;
  text-align: center;
  margin-bottom: .36rem;
}

.conItem .con_W{
  padding: .25rem .3rem .35rem .27rem;
  background: #F7FAFF;
  font-size: .18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #191919;
  line-height: .3rem;
  margin-bottom: .14rem;
}

.conItem .con_W p{
  text-indent: 2em;
}

.conItem .con_k{
  width: 10rem;
}

.conItem .con_k img{
  width: 100%;
}




.bottom{
  height: 6.07rem;
  background-image: url(../../images/Baijia/baijia_index/bottom_bg.png);
  background-size: contain;
}

.contact{
  height: 3.66rem;
  flex-direction: column;
  justify-content: center;
  text-align: center;
}

.contact .lxwm{
  margin-bottom: .42rem;
  font-size: .66rem;
  font-family: Microsoft YaHei;
  font-weight: 300;
  color: #FFFFFF;
}

.contact .sjh{
  font-size: .66rem;
  font-family: Microsoft YaHei;
  font-weight: bold;
  color: #FFFFFF;
}
.bottom_info{
  height: 2.41rem;
  background: #071456;
  opacity: 0.8;
  padding: .4rem 3.8rem;
}

.bottom_info .con_info{
  flex-wrap: wrap;
  align-items: center;
  width: 3.18rem;
  border-right: 1px solid #fff;
}

.bottom_info .con_info .conItem{
  margin: .25rem 0;
  width: 1.45rem;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}

.bottom_info .position{
  justify-content: space-between;
  flex-grow: 1;
}

.bottom_info .position .wzxx{
  justify-content: space-between;
  flex-direction: column;
  flex-grow: 1;
  font-size: .16rem;
  font-family: Microsoft YaHei;
  font-weight: 400;
  color: #FFFFFF;
  margin-left: 1.16rem;
}

.bottom_info .logo{
  height: 100%;
  align-items: center;
  display: flex;
}

.bottom_info .logo img{
  width: 1.52rem;
}

.Copyright{
  height: .69rem;
  background: #0F101D;
  line-height: .69rem;
  text-align: center;
  font-size: .18rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #7D879B;
}

.Copyright span{
  padding: 0 .2rem;
}


.tiS{
  width: 100%;
  height: 768px;
  line-height: 768px;
  text-align: center;
  font-size: .56rem;
  font-family: Source Han Sans CN;
  font-weight: 400;
  color: #7D879B;
}

.tiS span{
  padding: 0 .2rem;
}