

.banner-about{
    width: 100%;
    position: relative;
}

.banner-about .swiper-slide{
    
}

.bannerabtxt{
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    top: 26%;
    width: 100%;
}

.banner-about em{
    font-size: 6rem;
    font-weight: bold;
    color: #333;
    text-align: center;
    display: block;
}

.banner-about i{
    font-size: 2.8rem;
    color: #333;
    text-align: center;
    display: block;
}

.bannerabout em, .bannerabout i{
    color: #fff;

}

.banner-about u{
    font-size: 3rem;
    font-weight: bold;
    color: #fff;
    margin-top: 1rem;
    background: #0b6fbb;
    padding: 1.5rem 5rem;
    border-radius: 50rem;
    text-decoration-line: none;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    margin-top: 3rem;
}

.pagenav{
    width: 100%;
    height: 7.5rem;
    line-height: 7.5rem;
    background: #f5f5f5;
    border-bottom: 1px solid #dde9ee;
    margin-top: -5px;
}

.pagenav ul li.pageli{
    float: left;
    height: 7.5rem;
    position: relative;
    color: #2c3e50;
    background: transparent;
    cursor: pointer;
    padding: 0 3rem;
    border-left: 1px solid #dbdbdb;
}

.pagenav ul li.pageli .imgi{
    display: none;
    float: left;
}

.pagenav ul li.pageli .imgem{
    float: left;
}

.pagenav ul li.pageli::before {
    /* 动态背景层 */
    content: '';
    position: absolute;
    top: 0;
    left: 50%;         /* 初始居中 */
    right: 50%;        /* 初始居中 */
    height: 100%;
    background-image: linear-gradient(to right, #0080c7, #01427f);
    z-index: 1;
    transition: 
      left 0.4s ease,
      right 0.4s ease; /* 双边展开动画 */
  }

  .pagenav ul li.pageli:hover a{
    color: white;      /* 文字颜色变化 */
    z-index: 9;
    position: relative;
  }
  
  .pagenav ul li.pageli:hover::before {
    /* 展开背景 */
    left: 0;           /* 向左展开 */
    right: 0;          /* 向右展开 */
  }

.pagenav ul li a{
    color: #00a0e3;
    height: 7.5rem;
    display: block;
}


.pagenav ul li:nth-last-child(1){
    border-right: 1px solid #dbdbdb;
}

.pagenav ul li a img{
    vertical-align: middle; /* 行内块元素的垂直对齐方式为居中 */
  max-width: 100%;       /* 保持图片宽高比 */
  max-height: 100%;
  margin-right: 0.5rem;
}

.pageposition{
    float: right;
}

.pageposition li{
    float: left;
}

.pageposition img{
    width: 2.6rem;
    display: block;
    vertical-align: middle; /* 行内块元素的垂直对齐方式为居中 */
    margin-right: 0.5rem;
    margin-top: 2.5rem;
    float: left;
}


/*关于我们页面内容*/
.aboutcon{
    width: 100%;
    background: #fff;
    min-height: 10rem;
}
.aboutpos{
    position: relative;
}

.aboutcon .about-left{
    width: calc(60% - 5rem);
    display: block;
    float: left;
}

.aboutcon .about-left .aboutbg{
    margin-top: 8rem;
    position: relative;
}

.aboutcon .about-left .aboutbg span{
    font-size: 16rem;
    font-weight: bold;
    color: #00a0e3;
    opacity: 0.1;
}


.aboutcon .about-left em{
    font-size: 3rem;
    color: #999;
    position: absolute;
    left: 8rem;
    top: 6rem;
}

.aboutcon .about-left i{
    font-size: 4.5rem;
    color: #01417e;
    font-weight: bold;
    position: absolute;
    left: 8rem;
    top: 10rem;
    /* color: #00a0e3; */
}

.aboutcon .about-left u{
    
    color: #00a0e3;

}

.about-left .abad{
    font-size: 2.4rem;
    color: #000;
    font-weight: bold;
}

.about-left .abad span{
    color: #01417e;
}

.aboutcon .about-left .aboutcontent{
    font-size: 1.6rem;
    color: #333;
    line-height: 180%;
    margin-top: 4.5rem;
}

.aboutcon .about-right{
    width: 40%;
    display: block;
    float: right;
    overflow: hidden;
    position: absolute;
    right: 0;
    bottom: 0;
}

.abshujubg{
    width: 100%;
    min-height: 10rem;
    margin-top: 12rem;
    background: #fff url(../images/abshujubg.jpg) no-repeat center top;
}

.abshujubg .shujuleft{
    padding-top:8rem;
    float: left;
    width: 52rem;
    padding-bottom: 9rem;
}

.abshujubg .shujuleft u{
    font-size: 3.6rem;
    font-weight: bold;
    color: #fff;
}

.abshujubg .shujuleft em{
    font-size: 2.5rem;
    color: #fff;
    margin-top: 0.8rem;
    line-height: 180%;
}

.abshujubg .shujuleft .more{
    padding: 1.5rem 4rem;
    margin-top: 2rem;
    font-size: 2.5rem;
}

.shujuleft a{
    color: #fff;
}

.abshujubg .shujuright{
    width: calc(100% - 52rem);
    display: block;
    float: right;
}

.abshujubg .shujuright dl{
    text-align: center;
    display: block;
    float: right;
    margin-top: 8rem;
    margin-right: 5rem;
}

.abshujubg .shujuright dl:nth-child(1){
    margin-right: 0rem;
}

.abshujubg .shujuright dl dt{ 
    width: 8rem;
    height: 8rem;
    margin: 0 auto;
}

.abshujubg .shujuright dl dt img{ 
    width: 5.3rem;
    height: 5.3rem;
    margin-top: 2rem;
}

.abshujubg .shujuright dl dd{ 
    font-size: 6rem;
    color: #fff;
    font-weight: bold;
    margin-top: 0.5rem;
}

.abshujubg .shujuright dl dd span{ 
    font-size: 1.6rem;
    color: #fff;
    font-weight: normal;
}

.abshujubg .shujuright dl dd.sjtxt{ 
    font-size: 1.8rem;
    color: #fff;
    font-weight: normal;
    margin-top: 0.2rem;
}



/* 经营理念 */
.conwenhuas{
    overflow: hidden;
    height: 0;
    padding-bottom: 20%;
    background: #E6ECEA;
    margin-top: 5rem;
}

.conwenhuas:nth-last-child(1){
    margin-bottom: 3rem;
}

.conwenhuas:nth-last-child(1) .conwehuas_left{
     float: right;
}

.conwehuas_left{
    width: 50%;
    display: block;
    float: left;
}

.conwehuas_left img{
    width: 100%;
    height: 100%;
}
.conwehuas_right{
    width: 41.4%;
    height: 100%;
    float: left;
    display: block;
    background: #E6ECEA;
    padding: 2% 4.3% 0;
}
.conwehuas_right span{
    font-size: 2rem;
    color: #333;
    display: block;
    font-weight: bold;
}

.conwehuas_right em{
    color: #666;
    line-height: 180%;
    font-style: normal;
    margin-top: 2rem;
}

/*货运资质*/
.abhuotitle{
    font-weight: bold;
    font-size: 3.2rem;
    color: #333;
    text-align: center;
}

.abhuodes{
    font-size: 1.8rem;
    color: #333;
    text-align: center;
    margin-bottom: 5rem;
}

.abhuoyun{
    margin-bottom: 5rem;
}

.abhuoyuner {
    line-height: 180%;
}

.abhuoyun dl{
    display: block;
    float: left;
    width: 23.5%;
    margin-left: 2%;
    text-align: center;
    font-size: 1.8rem;
}

.abhuoyun dl:nth-child(1){
    margin-left: 0%;
}

.abhuoyun dl dt{
    box-shadow: 5px 5px 8px rgba(0, 0, 0, 0.3),
              -5px -5px 8px rgba(255, 255, 255, 0.3);
              
}
.abhuoyun dl dd{
    display: block;
    margin: 2rem 0 5rem 0;
    font-size: 1.8rem;
}



/*企业文化*/
.conzhizao{
    width: 100%;
    height: auto;
    overflow: hidden;
    padding-bottom: 10rem;
}

.conzhizaoer{
    padding-top: 5rem;
    height: auto;
}

.comzztitle{
    font-weight: bold;
    font-size: 3.2rem;
    color: #333;
    text-align: center;
}

.comzzdes{
    font-size: 1.8rem;
    color: #333;
    text-align: center;
}

.zhizaocon{
    width: 45%;
    display: block;
    float: right;
    background: #fff;
    padding: 3rem;
    line-height: 180%;
}

/*新闻*/
.newscon{
    width: 100%;
    min-height: 10rem;
}
.newscon .nectitle{
    background-image: linear-gradient(to right, #0080c7, #01427f);
    text-align: center;
    color: #fff;
    font-size: 1.8rem;
    font-weight: bold;
    margin: 5rem auto;
    display: block;
    width: 15rem;
    height: 5rem;
    line-height: 5rem;
    border-radius: 1rem;
}

.newsul{
    width: 100%;
}

.newsul li{
    width: 100%;
    display: block;
    float: left;
    margin-top: 3rem;
    background: #f5f5f5;
}

.newsul li:nth-last-child(1){
    margin-bottom: 5rem;
}

.newsul li:hover{
    box-shadow: 0 1rem 1.5rem rgba(0, 0, 0, 0.1);
}

.newsul li .newsleft{
    width: 50%;
    display: block;
    float: left;
    overflow: hidden;
}

.newsul li .newsright{
    width: calc(50% - 3rem);
    display: block;
    float: right;
}

.newsul li .newsright i{
    font-size: 2.4rem;
    font-weight: bold;
    color: #01427f;
}

.newsul li .newsright i a{
    color: #01427f;
}

.newsul li .newsright em{
    font-size: 1.8rem;
    color: #666;
    line-height: 180%;
}

.newsul li .newsright i, .newsul li .newsright em{
    display: block;
}

/*联系我们*/
.contactpage{
    margin-bottom: 5rem;
}

.conpageul{
    display: block;
    margin-top: 5rem;
}

.conpageul li {

    text-align: center;

    float: left;

    width: calc(33.33% - 3rem);

    margin-bottom: 3rem;

    position: relative;
    padding: 0 1.5rem;

}

.conpageul li span {

    display: inline-block;

    height: 7.2rem;

    width: 7.2rem;

    position: relative;

}

.conpageul li span img {

    position: absolute;

    left: 50%;

    top: 50%;

    border: none;

    max-width: 100%;

    height: auto;

    transform: translate(-50%,-50%);

}

.conpageul li p {
    margin-top: 1rem;
    height: 5rem;
}

.conpageul li::after {

    content: "";

    background: #E6E6E6;

    height: 12rem;

    width: 1px;

    position: absolute;

    right: 0px;

    top: 0px;

}

.conpageul li:nth-child(1)::before {

    content: "";

    background: #E6E6E6;

    height: 12rem;

    width: 1px;

    position: absolute;

    left: 0px;

    top: 0px;

}



/*业务范围*/
.progage{
   
}

.propagedl dl{
    width: calc(32% - 2px);
    display: block;
    float: left;
    margin-left: 2%;
    background: #f5f5f5;
    border: 1px #ddd solid;
    color: #333;
    margin-top: 5rem;
}


.propagedl dl:nth-child(3n+1){
    margin-left: 0%;
}

.propagedl dl:hover{
    background: #eee;
    border: 1px #333 solid;
    color: #000;
}

.propagedl dl:hover dd i{
    color: #999;
}


.propagedl dl DT{
    width: 100%;
    overflow: hidden;
    padding-bottom: 69%;
    height: 0;
}

.propagedl dl dd{
    width: 100%;
    height: 8rem;
    line-height: 8rem;
}

.propagedl dl dd em{
    font-size: 1.8rem;
    font-weight: bold;
    float: left;
    padding-left: 2rem;
}

.propagedl dl dd i{
    width: 3rem;
    height: 3rem;
    line-height: 3rem;
    color: #ccc;
    font-size: 2.4rem;
    border: 1px solid #ccc;
    font-weight: 100;
    float: right;
    text-align: center;
    margin-top: 2rem;
    margin-right: 2rem;
}

.pageconstxt{
    font-size: 2rem;
    line-height: 180%;
    color: #333;
}






