﻿*{
    margin: 0;
    padding: 0;
}
ul,ol,li{
    list-style: none;
}
a{
    text-decoration: none;
    color: black;
    cursor: pointer;
}
.f-cb{
    zoom: 1;
}
.f-cb:after{
    display:block;
    height:0;
    clear:both;
    overflow:hidden;
    content:".";
}
.fl{
    float: left
}
.fr{
    float: right
}
.f16{
    font-size: 16px;
}
.f30{
    font-size: 30px;
}
img{
    font-size: 0;
    /* width: 100%; */
}
.w1440{
    max-width: 1200px;
    margin: 0 auto;
    width: 90%;
    box-sizing: border-box;
}
.bgf{
    background-color: #fff;
}


/* 头部样式 */
.header{
    width: 100%;
    height: 100px;
    line-height: 100px;
}
.header .logo{
    height: 100px;
    line-height: 100px;
}
.header .topnav{
    height: 100px;
    line-height: 100px;
}
.header .topnav .nav li{
float: left;
padding-left: 30px;
}
.header .topnav .nav .active a{
    color: #04b5e7
}
.header .topnav .nav li:hover a{
    color: #04b5e7
}
.open1{
    display: none;
    margin-top: 27px;
}
.close{
    margin-top: 3%;
    margin-right: 9%;
}
.headerboxBj {
    display: none;
    left: 20%;
}
.fixednav{
    position: fixed;
    top: 0;
    left: 0;
    background-color: #fff;
    z-index: 666;
}
@media only screen and (max-width: 1310px) and (min-width: 100px){
    .headerboxBj {
        position: fixed;
        top: 0;
        right: 5%;
        bottom: 0;
        background: #fff;
        z-index: 999;
        width: 80%;
    }
    }
    .topnav .headerboxBj .navlist{
        width: 100%;
        height: auto;
        text-align: center;
        font-size: 0;
        margin-top: 10%;
        margin-left: 5%;
    }
    .topnav .headerboxBj .navlist ul li {
        display: inline-block;
        margin: 0 2%;
    }
    .topnav .headerboxBj .navlist ul li .tits {
        font-size: 16px;
        line-height: 16px;
        padding-bottom: 12px;
        color: #fff;
        position: relative;
    }
    @media only screen and (max-width: 1440px) and (min-width: 100px){
    .topnav .headerboxBj .navlist ul li  {
        margin: 0 17px;
     }
    }
    @media only screen and (max-width: 1310px) and (min-width: 100px){
    .topnav .headerboxBj .navlist ul li  {
        display: block;
        margin: 0;
        padding: 0 0;
        line-height: 40px;
        text-align: left;
        border-bottom: 1px solid #e5e5e5;
    }
    .topnav .headerboxBj .navlist ul li .tits {
        color: #333333;
        padding: 0;
        display: block;
        line-height: 40px;
        font-size: 14px;
    }
    }
@media(max-width:1280px){
    .header{
        width: 100%;
        height: 80px;
        line-height: 80px;
    }
    .header .logo{
        height: 80px;
        line-height: 80px;
    }
    .header .logo img{
        width: 80%;
        height: auto;;
    }
    .header .topnav{
        height: 80px;
        line-height: 80px;
    }
    .header .topnav .nav li{
        font-size: 14px;
        padding-left: 20px;
        }
}
@media(max-width:1024px){
    .topnav .nav{
        display: none;
    }
    .open1{
        display: block;
    }
}
@media(max-width:768px){
    .header{
        width: 100%;
        height: 60px;
        line-height: 60px;
    }
    .header .logo{
        height: 60px;
        line-height: 60px;
    }
    .header .logo img{
        width: 60%;
        height: auto;
    }
    .header .topnav {
        height: 60px;
        line-height: 60px;
    }
    .open1{
        margin-top: 18px;
        margin-right: 10px;
    }
}

.banner{
    background-image: url(/imgs/banner.jpg);
    background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}
.banner .con{
    padding-top: 12%;
    position: relative;
}
.banner .con .pic{
    width: 440px;
}
.banner .p1{
    font-size: 36px;
    color: #333;
    font-weight: 700;
    /* line-height: 48px; */
    font-family: SourceHanSansCN-Bold;
}
.banner .py{
    color: #fffc00;
}
.banner .p2{
    font-size: 24px;
    color: #fff;
    font-weight: 700;
    text-shadow: 0 3px 6px #666
}
.banner .p2 span{
    color: #fffc00;
}
/*.banner .con img{
    position: absolute;
    left: 16%;
    top: 38%;
    width: 20%;
    height: auto;
}*/
.banner .headcon{
    background-color: rgba(255, 255, 255, .5);
    margin-top: 11%;
}
.banner .headcon ul{
    width: 100%;
}
.banner .headcon ul li{
    width: 33%;
    float: left;
    position: relative;
    margin: 2% 0
}
.banner .headcon ul li:nth-child(2){
    border-left: 1px solid #333;
    border-right: 1px solid #333
}
.banner .headcon ul li img{
    position: absolute;
    width: 15%;
    left: 42.5%;
    height: 60px;
}
.banner .headcon ul li .redc{
    font-size: 18px;
    font-weight: 700;
    color: #e60012;
    margin-top: 17%;
    text-align: center;
}
.banner .headcon ul li .grayc{
    color:#666;
    font-size: 14px;
    text-align: center;
    margin: 1% 12% 0 12%;

}

@media(max-width:1366px){
    .banner .p1 {
        font-size: 34px
    }
}
@media(max-width:1280px){
    .banner .p2{
        font-size: 22px
    }
    .banner .headcon ul li img{
        height: 50px;
    }
    .banner .p1 {
        font-size: 30px
    }
}
@media(max-width:1160px){
    .banner .p1 {
        font-size: 28px;
    }
}
@media(max-width:1024px){
    .banner .p2 {
        font-size: 20px
    }
    .banner .p1 {
        font-size: 26px;
    }
    .banner .headcon ul li img{
        height: 45px;
    }
    .banner .headcon ul li .redc {
        font-size: 16px;
    }
}
@media(max-width:768px){
    .banner .p1 {
        font-size: 22px;
    }
    .banner .headcon ul li img{
        height: 35px;
    }
    /*.banner .con img {
        position: absolute;
        left: 17%;
        top: 35%;
    }*/
    .banner .con .pic{
        width: 240px;
    }
}
@media(max-width:414px){
    .banner .p2 {
        font-size: 16px;
    }
    .banner .p1{
        font-size: 18px;
    }
    .banner .headcon ul li img{
        width: 24%;
        left: 38%;
        height: 30px;
    }
    .banner .headcon ul li .redc{
        margin-top: 30%;
    }
    .banner .headcon ul li .grayc {
        margin: 1% 8% 0 8%;
    }
    /*.banner .con img {
        position: absolute;
        left: 26%;
        top: 26%;
    }
    .banner .con img{
        width: 30%;
    }*/
}
@media(max-width:375px){
    .banner .headcon ul li img{
        height: 26.7px;
    }
    .banner .con img {
        width: 33%;
    }
    .banner .con img {
        position: absolute;
        left: 29%;
        top: 25%;
    }
}
@media(max-width:320px){
    .banner .headcon ul li img {
        height: 22.8px;
    }
    .banner .con img {
        left: 34%;
        top: 23%;
    }
}
/* 案例介绍 */
.casetit{
    text-align: center;
    margin-top: 5%
}
.casetit .s1,.s3{
    display: inline-block;
    width: 50px;
    border: 1px solid #999;
}
.casetit .s2{
    font-size: 36px;
    font-weight: 700;
    margin: 0 30px;
    vertical-align: middle
}
.casetitE{
    font-size: 16px;
    color: #666;
    letter-spacing: 3px;
    text-align: center;
    margin-top: 1%;
}
.casetitC{
    margin-top: 3%;
    line-height: 36px;
    text-align: center;
    letter-spacing: 2px;
    color: #999;
}
.casetitC1{
    text-align: center;
    font-size: 18px;
	letter-spacing: 2px;
	color: #00a0e9;
}
.plite{
    margin-top: 7%;
}
.plite li{
    width: 32%;
    position: relative;
    border: solid 4px #00a0e9;
    border-radius: 12px;
    box-sizing: border-box;
    font-size: 0;
}
.plite .itemimg{
    width: 100%;
    height: auto;
}
.plite li:nth-child(2){
    margin-left: 2%;
}
.plite li .cir{
    width: 24%;
    position: absolute;
    left: 38%;
    height: 90px;
    box-sizing: border-box;
    background-color: #ffffff;
    border-radius: 50%;
    border: solid 4px #00a0e9;
    margin: 0 auto;
    top:-16.5%;
    z-index: 10;
}
.plite li .cir img{
    position: absolute;
    width: 52%;
    top: 0;
    right: 0;
    left: 0;
    bottom: 0;
    margin: auto;
}
.plite li .itemcon{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: #00a0e9;
    display: none;
    overflow: hidden;
}
.plite li:hover .itemcon{
    display: block
}
.plite li .itemcon p{
    font-size: 16px;
    color: #fff;
    margin: 25% 10%;
    font-family: MicrosoftYaHei;
}
.solve{
    font-size: 16px;
    margin-top: 5%;
    letter-spacing: 2px;
    text-align: center;
    font-family: MicrosoftYaHei;
    line-height: 36px;
}
.solve1{
    margin-bottom: 7%;
    font-size: 16px;
    text-align: center;
    font-family: MicrosoftYaHei;
} 
@media(max-width:1366px){
    .casetit .s2{
        font-size: 34px
    }
}
@media(max-width:1280px){
    .casetit .s2{
        font-size: 32px;
    }
    .plite li .cir {
        height: 85px;
        top: -17.5%
    }
}
@media(max-width:1160px){
    .casetit .s2{
        font-size: 30px;
    }
    .plite li .cir {
        height: 77.4px;
    }
}
@media(max-width:1024px){
    .casetit .s2{
        font-size: 28px;
    }
    .casetitC,.casetitC1{
        font-size: 16px;
        letter-spacing: 0
    }
    .casetit1{
        margin-top: 0;
    }
    .plite li {
        border: solid 3px #00a0e9;
    }
    .plite li .cir {
        height: 67.6px;
        border: solid 3px #00a0e9;
    }
    .plite li .itemcon p {
        font-size: 14px;
    }
    .solve2{
        margin-bottom: 40px;
    }
    .plight ul li{
        height: 200px;
    }
    .plight ul li .item{
        top: 30px;
        height: 150px;
        color: #666!important
    }
}
@media(max-width:768px){
    .casetit .s2 {
        font-size: 24px;
    }
    .casetitC, .casetitC1 {
        font-size: 14px;
        line-height: 20px
    }
    .plite {
        margin-top: 5%;
    }
    .plite li .cir {
        height: 50.4px;
    }
    .plite li .itemcon p {
        margin: 15% 10%;
    }
    .plight ul>:nth-child(2){
        margin-left: 20px;
        margin-right: 20px;
    }
    .solve, .solve1{
        font-size: 16px;
        line-height: 20px;
        letter-spacing: 0;
    }
    .plite li .itemcon{
        display: block;
        background-color: rgba(0,160,233,.5);
    }
}
@media(max-width:414px){
    .plite li{
        width: 100%;
        margin-top: 15%;
    }
    .plight ul li .item {
        height: 277px;
    }
    .item .itemCon {
        font-size: 18px;
    }
    .plite li .cir {
        height: 90px;
        top: -16.5%
    }
    .plite li:nth-child(2){
        margin-left: 0;
    }
    .plite li .itemcon p {
        margin: 30% 10%;
    }
    .solve, .solve1{
        line-height: 20px;
        letter-spacing: 0;
        text-align: start;
        font-size: 14px
    }
    .casetit .s2{
        margin: 0 20px;
    }
}
@media(max-width:375px){
    .plite li .cir {
        height: 79.55px;
    }
}
/* 手提运输业务介绍 */
.introduce{
    overflow: hidden;
    background-image: url(../imgs/img04.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}

.introduce .intcon{
    background-color: #fff;
	border-radius: 10px;
    border: solid 4px #00a0e9;
    box-sizing: border-box;
    margin-top: 5%;
    margin-bottom: 8%;
}
.introduce .intcon .leftimg{
    font-size: 0;
    width: 40%;
}
.introduce .intcon .leftimg img{
    width: 100%;
    height: auto;
}
.intright{
    width:60%;
    overflow: hidden
}
.intright .intrcon{
    margin: 10% 10% 0 10%;
    overflow: hidden;
}
.bluetit{
    letter-spacing: 3px;
    color: #00a0e9;
    font-size: 30px;
    font-weight: bold
}
.blueC{
    letter-spacing: 2px;
    color: #00a0e9;
    font-size: 24px;
}
.intrcon .detail{
    letter-spacing: 1px;
    color: #333333;
    font-size: 16px;
}
.intrcon .detail1{
    margin-top: 3%
}
.intrcon .detail2{
    margin-top: 3%
}
@media(max-width:1366px){
    .bluetit{
        font-size: 28px;
    }
    .blueC {
        font-size: 22px;
    }
}
@media(max-width:1280px){
    .intright .intrcon {
        margin: 8% 10% 0 10%;
    }
    .bluetit {
        font-size: 26px;
    }
}
@media(max-width:1160px){
    .intright .intrcon {
        margin: 3% 10% 0 10%;
    }
    .intrcon .detail2,.intrcon .detail1 {
        margin-top: 2%;
    }
}
@media(max-width:1024px){
    .intrcon .detail {
        font-size: 14px;
    }
    .intright .intrcon{
        overflow: scroll;
        height: 233px;
        overflow: auto
        
    }
}
@media(max-width:768px){

    .bluetit {
        font-size: 20px;
    }
    .blueC {
        letter-spacing: 1px;
        font-size: 20px;
    }
    .introduce .intcon .leftimg{
        width: 100%;
    }
    .introduce .intcon .intright{
        width: 100%;
    }
    .detail {
        letter-spacing: 1px;
        color: #333333;
        font-size: 12px;
    }
    .detail2 {
        margin-top: 5px;
    }
}
@media(max-width:414px){
    .bluetit {
        font-size: 16px;
        font-weight: 200;
    }
    .blueC {
        letter-spacing: 0;
        font-size: 16px;
    }
    .detail2 {
        margin-top: 0;
        /* display: none */
    }
    .intright .intrcon {
        margin: 3% 5% 5% 5%;
        
    }
}
@media(max-width:320px){
    .plite li .cir {
        height: 67.55px;
    }
}
/* 狮威手提运输业务专家 */
.expert{
    width: 100%;
    font-size: 0;
    overflow: hidden;
    background-image: url(../imgs/img05.jpg);
    background-size: cover;
    background-repeat: no-repeat;
}
.expert .expertCon{
    margin-top: 3%;
    background-color: #ffffff;
    border-radius: 10px;
}
.expert .expertCon .Ct{
    padding: 60px 50px 30px 50px;
    margin-bottom: 80px;
}
.expertCon .Ct .list1{
    display: flex;
    justify-content: space-between;
    background-color: #f8f8f8 ;
    padding: 20px 0;
    margin-bottom: 30px;
    border-radius: 5px;
}
.expertCon .Ct .list1 .item{
    width: 100%;
    padding: 0 20px;
    position: relative;
}
.expertCon .Ct .list1 .item .left{
    width: 100%;
    height: 60px;
    position: absolute;
    top: -65px;
    left: 0;
}
.expertCon .Ct .list1 .item .left img{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    max-width: 100%;
    max-height: 100%;
    margin: auto;
}
.expertCon .Ct .list1 .item .right{
    width:100%;
    text-align: center;
}
.expertCon .Ct .list1>:nth-child(2){
    border-left: 1px solid #ccc;
    border-right: 1px solid #ccc
}
.expertCon .Ct .item .year{
    font-size: 30px;
    color: #00a0e9;
}
.expertCon .Ct .item .his{
    font-size: 16px;
    color: #666
}
.expertCon .Ct .item .year span{
    font-size: 18px;
}

.expertCon .list2{
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.expertCon .list2 .item1{
    padding: 20px 0;
}
.expertCon .list2>:nth-child(2){
    margin: 0 30px;
}
.expertCon .list2 .item1{
    background-color: #f8f8f8;
    border-radius: 5px;
    text-align: center;
    width: 100%;
}
.expertCon .list2 .item1 img {
    height: 34px;
}
.list2 .item1 .team{
    text-align: center;
    font-size: 16px;
    font-weight: bold;
    color: #13a3ea;
    margin: 25px 10px 0 10px;
}.list2 .item1 .supply{
    font-size: 14px;
    color: #666;
    margin: 20px 39px 25px 36px
}
.expertCon .tell{
    font-size:14px;
    letter-spacing: 1px;
    color: #c8161d;
}
.expertCon .cleraance{
    font-size: 16px;
    color: #303030;
    font-weight: bold;
    margin-top: 50px;
}
.expertCon .list3{
    margin-top: 2%;
}
.list3 .bread{
    position: relative;
    width:30%;
}

.list3 .icon13{
    position: absolute;
    width: 20%;
    height: auto;
    top: 25%;
    left: 5%;
}
.list3 .allday{
    position: absolute;
    left: 30%;
    top: 25%;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #fff
}
.list3 .circuit{
    width:60%;
    margin-left: 10%;
}
.list3  .sline1{
margin-top: 9%;
}
.list3  .sline .lineone{
    width: 18%;
    font-weight: bold;
    font-size: 16px;
    color: #fff;
    background-color: #00a0e9;
    border-radius: 5px;
    text-align: center;
    margin: 0 auto;
    padding: 8px 3px
}
.list3  .sline p{
    float: left
}
.list3  .sline .sone{
    width: 75%;
    margin-left: 3%;
    background-color: #d8d8d8;
    border-radius: 5px;
    padding: 8px;
    color: #333;
    font-size: 16px;
    font-weight: bold;
}
.list3  .sline .sone span{
    color: #c8161d;
    margin-left: 2%
}
@media(max-width:1280px){
    .list3 .sline .sone{
        font-size: 14px
    }
    .list3 .sline .lineone{
        font-size: 14px
    }
}
@media(max-width:1160px){
    .list3 .allday{
        font-size: 16px;
    }
    .list3 .circuit{
        width: 100%;
        margin-left: 0;
    }
    .list3 .sline{
        margin-top: 5%;
    }
    .list3 .sline1{
        margin-top: 13%;
    }
    .list3 .sline .sone{
        font-size: 16px
    }
    .list3 .sline .lineone{
        font-size: 16px
    }
}
@media(max-width:1024px){
    .list3 .bread {
        width: 38%;
    }
    .list2 .item1 .supply {
        margin:10px
    }
    .list2 .item1 .team {
        margin: 10px;
        font-weight: 200;
        /* text-align: start */
        height: 42px;
    }
    .expertCon .list2 .item1 {
        padding-bottom: 0;
    }
    .expertCon .cleraance {
        margin-top: 20px;
    }
    .expertCon .Ct .list1 .item .left{
        height: 45px;
        top: -50px;
    }
    .expert .expertCon .Ct{
        padding-top: 50px;
    }
}
@media(max-width:768px){
    .list3 .bread {
        width: 50%;
    }
    .expertCon .Ct .list1 .item .right{
        margin-left: 0
    }
    .list3 .sline .sone{
        font-size: 14px;
        margin-left: 0;
        width: 100%;
        margin-top: 5%;
    }
    .list3 .sline .lineone{
        font-size: 14px;
        margin-top: 3%;
    }
    .list2 .item1 .team {
        font-size: 14px
    }
    .expertCon .Ct .list1 .item .left{
        height: 30px;
        top: -30px;
    }
    .expertCon .Ct .list1 .item .right{
        width: 100%;
    }
    .expertCon .Ct .list1 .item .right p{
        text-align: center
    }
    .expertCon .Ct .item .his {
        font-size: 14px
    }

    .list2 .item1 .supply {
        margin: 5px;
    }
    .expertCon .Ct .item .year{
        font-size: 20px;
    }
    .expertCon .Ct .item .year span{
        font-size: 14px;
    }
    .expertCon .cleraance{
        font-size: 15px;
    }
}
@media(max-width:414px){
    .list3 .sline .lineone {
        width: 25%;
    }
    .list3 .bread {
        width: 93%;
    }
    .casetit .s2{
        font-size: 20px;
    }
    .expertCon .Ct .list1 .item .left img {
        height: 31px;
    }
    .expertCon .Ct .list1 {
        margin-bottom: 20px;
    }
    .expertCon .list2 {
        margin-bottom: 20px;
    }
    .expertCon .Ct .list1 .item {
        padding: 0 10px;
    }
    .expert .expertCon .Ct {
        padding: 20px;
        margin-bottom: 80px;
    }
    .expertCon .list2>:nth-child(2) {
        margin: 0 10px;
    }
    .list2 .item1 .team {
        font-size: 12px;
        margin: 15px 10px 0 10px;
    }
    .list2 .item1 .supply {
        display: none
    }
    .expertCon .list2 .item1 {
        padding: 15px 0;
    }
}
/* 出入境手提业务通关服务 */

.serves{
    background-color: #f2f2f2;
    width: 100%;
    font-size: 0;
    position: relative;
    overflow: hidden;
}
.serves .casetitC{
    color: #010101
}
.serves .w1440{
    margin-top: 30px;
}

.serves .w1440 ul li{
    float: left;
    width: 32%;
    margin: 20px 0;
    background-color: #000000;
    border-radius: 10px;
    overflow: hidden;
    position: relative;
}
.serves .w1440 ul li:nth-child(2){
    margin-left: 2%;
    margin-right: 2%;
}
.serves .w1440 ul li:nth-child(5){
    margin-left: 2%;
    margin-right: 2%;
}
.serves .w1440 ul li img{
    width: 100%;
    height: auto;
}
.serves .w1440 ul li .serveTit{
    width: 100%;
    bottom: 0;
    position: absolute;
    background-color: rgba(0,176,236,.9);
	border-radius: 0px 0px 10px 10px;
    
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    line-height: 46px;
    text-align: center;
}
.serves .w1440 ul li:hover .serveTit{
    display: none;
}
.serves .w1440 ul li img{
    width: 100%;
    height: auto;;
}
.servesDet{
    top: 0;
    position: absolute;
    display: none;
    width: 100%;
    height: 100%;
    background-color: #00b0ec;
	border-radius: 10px;
    /* opacity: 0.9; */
}
.list1a{
    font-size: 18px;
    font-weight: bold;
    color: #fff;
    line-height: 30px;
    text-align: center;
    margin-top: 5%;
    transition: all .5s;
}
.list1b{
    border: 1px solid #fff;
    width: 40px;
    margin: 20px auto;
}
.list1c{
    font-size: 16px;
    line-height: 24px;
    color: #fafcfd;
    margin: 0 3% 6% 3%;
}
.serves .w1440 ul li:hover .servesDet{
    display: block;
}
.serves .w1440 ul li:hover .servesDet .list1a{
    /* transition: all .5s;
    margin-top: 30px; */
}
@media(max-width:1024px){
    .serves .w1440 ul li:nth-child(2){
        margin-left: 0;
        margin-right: 0;
    }
    .serves .w1440 ul li:nth-child(5){
        margin-left: 0;
        margin-right: 0;
    }
    .serves .w1440 ul li .servesDet{
        display: block;
        background-color: rgba(0,176,236,.5);
    }
    .serves .w1440 ul li .serveTit{
        display: block;
    }
    .serves .w1440 ul li:hover .serveTit {
        display: block;
    }
    .serves .w1440 ul li{
        width: 49%;
    }
    .serves .w1440 ul li:nth-child(2n){
        margin-left: 2%;
    }
    
}
@media(max-width:768px){
    
    .serves .w1440 ul .item2,.serves .w1440 ul .item5{
        margin-left: 0;
        margin-right: 0;
    }
    .serves .w1440 ul>:nth-child(2n){
        margin-left: 30px;
    }
    .serves .w1440 ul li .serveTit{
        font-size: 16px;
        line-height: 30px;
    }
    .serves .w1440 ul li:hover .servesDet{
        display: block
    }
    .serves .w1440 ul li:hover .serveTit{
        display: block;
    }
    .expert .expertCon .Ct {
        padding: 30;
        margin-bottom: 30px;
    }
}
@media(max-width:414px){
    .serves .w1440 {
        margin-top: 10px;
    }
    .serves .w1440 ul li{
        width: calc(90% - -30px);
        margin: 10px 0;
    }
    .serves .w1440 ul li:hover .servesDet {
        display: block;
        background-color: rgba(0,176,236,.5);
    }
    .serves .w1440 ul .item2,.serves .w1440 ul .item5{
        margin-left: 0;
        margin-right: 0;
    }
    .serves .w1440 ul>:nth-child(2n){
        margin-left: 0;
    }
    .serves .w1440 ul li .serveTit{
        font-size: 12px;
    }
    .expert .casetit .s2{
        font-size: 20px;
    }
    .serves .w1440 ul li:nth-child(2n) {
        margin-left: 0;
    }
}
/* 手提服务流程 */
.process{
    width: 100%;
    font-size: 0;
    /* overflow: hidden; */
    background-image: url(../imgs/img12.jpg);
    background-size: 100% auto;
    background-repeat: no-repeat;
    background-color: #f8f8f8;
}
.process .casetit{
    color: #fff;
    margin-top: 0;
    padding-top: 5%;
}
.process .s1,.process .s3 {
    border: 1px solid #fff;
}
.process  .casetitE{
    color: #fff;
}
.process .content{
    margin: 0 auto;
    width: 1440px;
    max-width: 90%;
    height: 590px;
}
.content ul li{
    width: 12%;
    height: 338px;
    float: left;
    margin-top: 65px;
    background-color: #ffffff;
	box-shadow: 0px 6px 15px 0px 
		rgba(0, 0, 0, 0.35);
    border: solid 2px #00c9ff;
    box-sizing: border-box;
    margin-right: 1%;
    transition: all .5s
}
.content ul li:last-child{
    margin-right: 0;
}
.content ul .default{
  width: 21%; 
  height: 500px;
  margin-top: 0;
}

.content ul li .linet{
    width: 1px;
	height: 44px;
	background-color: #00c9ff;
    border: solid 1px #00c9ff;
    margin: 0 auto;
    transition: all .5s
}
.content ul .default .linet{
    height: 72px;
    transition: all .5s
}
.content ul li .border1{
    width: 50px;
	height: 50px;
    border: solid 2px #00c9ff;
    margin: 0 auto;
    font-size: 18px;
    font-weight: bold;
    line-height: 50px;
    color: #00a0e9;
    text-align: center;
    transition: all .5s
    
}
.content ul .default .border1{
    font-size: 36px;
    width: 85px;
    height: 85px;
    line-height: 85px;
    transition: all .5s
}
.content ul li .linem{
    width: 33px;
	height: 1px;
    background-color: #00c9ff;
    margin: 20px auto;
    transition: all .5s
}
.content ul .default .linem{
    width: 59px;
    transition: all .5s
}
.content ul li .fp{
    font-size: 18px;
    color: #333;
    font-weight: bold;
    text-align: center;
    overflow: hidden
}

.content ul li .sp{
    font-size: 16px;
    margin-top: 4%;
    color: #303030;
    text-align: start;
    margin-bottom: 4%;
    margin-left: 3%;

}

.content ul li .detail{
    font-size: 16px;
    margin: 5px;
    display: none;
}
.content ul .default .detail{
display: block;
}
.content ul li .detail .c1{
    font-size: 16px;
    color: #303030;
    margin:0 5%
}
.content ul li .detail .c2{
    margin-top: 3%
}
/* .content ul li:hover{
    width: 21%;
    height: 500px;
    transition:all .5s;
} */
/* .content ul .default:hover{
    transform: translateY(65px);
} */
.bott1 {
    /* margin-top: 6%; */
}
.bott1 .one{
    font-size: 24px;
    color: #0a0a0a;
    line-height: 28px;
}
.bott1 .one span{
    color: #bd0310;
}
.bott1 .two{
    font-size: 24px;
    line-height: 28px;
    color: #0a0a0a
}
.bott1 .three{
    margin-top: 66px;
    font-size: 16px;
    color: #0a0a0a;
}
.bott1 .three span{
    display: inline-block;
    border-radius: 50%;
    margin-left: 0 20px;
    background-color: #0a0a0a;
    width: 8px;
    height: 8px;
}
@media(max-width:1366px){
    
    .process .content {
        height: 500px;
    }
    .content ul .default:hover {
        transform: translateY(95px);
    }
    
}
@media(max-width:1280px){
    .content ul li .fp{
        height: 48px;
    }
    .content ul .default {
        /* transform: translateY(140px); */
    }
    .content ul .default:hover {
        transform: translateY(0);
    }
    .continueTit {
        font-size: 28px;
    }
}
@media(max-width:1024px){
    .bott1{
        margin-top: 0;
    }
    .process .content {
        height: 400px;
    }
    .continueTit {
        font-size: 26px;
    }
    .bott1 .one {
        font-size: 20px;
    }
    .bott1 .two{
        font-size: 20px
    }
    .content ul li {
        width: 12.5%;
        height: 240px;
        margin-top: 0
    }
    .content ul .default {
        width: 12.5%;
        height: 240px;
        transform: translateY(0px);
    }
    .content ul li:hover{
        transform: translateY(0);
        width:12.5%;
        height: 240px;
    }
    .content ul .default:hover{
        transform: translateY(0);
        width: 12.5%;
        height: 240px;
    } 
    .content ul li .sp {
        font-size: 16px;
        margin-top: 5px;
        color: #303030;
        text-align: center;
        margin-bottom: 0px;
    }.process .content {
        margin: 1% auto 0;
    
    }
    .process .content {
        height: 300px;
    }
    .content ul .default .linet{
        height: 44px;
    }
    .content ul .default .border1{
        font-size: 18px;
        width: 50px;
        height: 50px;
        line-height: 50px;
        transition: 0s
    }
    .content ul .default .linem{
        width: 33px;
        transition: 0s
    }
    .content ul .default .fp{
        display: block
    }
    .content ul .default .sp{
        display: block
    }
    .content ul .default .detail{
        display: none;
    }
}
@media(max-width:768px){
    .continueTit {
        font-size: 24px;
    }
    .content ul li .fp {
        font-size: 16px;
        font-weight: 200
    }
    .content ul li .sp {
        font-size: 14px;
        margin-top: 0;
        display: none;
    }
    .content ul .default .sp{
        display: none;
    }
    .bott1{
        margin-top: 0
    }
    .continueTit {
        font-size: 22px;
    }
    .content ul li.default{
        width: 12.5%;
        height: 240px;
        transform: translateY(0)
      }
      .content ul li {
        width: 12.5%;
        height: 240px;
        border: none;
        margin-top: 0
    }
}
@media(max-width:414px){
    .continueTit {
        font-size: 20px;
    }
    .process .content {
        margin-top: 10px;
        width: 414px;
        max-width: 90%;
        height: 170px;
    }
    .content ul li {
        width: 12.5%;
        height: 150px;
        border: none;
        margin-top: 0
    }
    .content ul li.default{
        width: 12.5%;
        height: 150px;
        transform: translateY(0)
      }
    .content ul li:hover {
        transform: translateY(0);
        width: 12.5%;
        height: 150px;
    }
    .content ul .default:hover {
        transform: translateY(0);
        width: 12.5%;
        height: 150px;
    }
    
    .content ul li .fp {
        height: 54px;
        font-size: 14px;
    }
    .content ul li .linet {
        height: 24px;
    }
    .content ul li .border1 {
        width: 30px;
        height: 30px;
        border: solid 1px #00c9ff;
        font-size: 14px;
        font-weight: 200;
        line-height: 30px;
    }
    .content ul li .linem {
        margin: 10px auto;
    }
    .content ul li .sp {
        display: none;
    }
    .bott1 .one {
        font-size: 16px;
    }
    .bott1 .two {
        font-size: 16px;
    }
    .bott1 .three {
        margin-top: 15px;
    }
    .content ul .default {
        height: 150px;
    }
    .content ul .default .linet {
        height: 24px;
    }
    .content ul .default .border1 {
        width: 30px;
        height: 30px;
        border: solid 1px #00c9ff;
        font-size: 14px;
        font-weight: 200;
        line-height: 30px;
    }
    .content ul .default .sp {
        display: none;
    }
}

@media(max-width:375px){
    .casetit .s1,.casetit .s3{
        display: none
    }
    .casetitC{
        font-size: 14px;
    }
    
}
/* 承接全部货物 */
.continue{
    width: 100%;
    overflow: hidden;
}
.continue .continueCon{
    margin-top: 10%;
    margin-bottom: 8%;
}
.continueTit{
    font-size: 30px;
    font-weight: bold;
    color: #333;
    text-align: center
}
.continueTit span{
    color: #00b0ec;
}
.line{
    margin-top: 28px;
    width: 100%;
    height: 1px;
    background-color: #00a0e9;
}
.phone{
    margin-top: 30px;
}
.phone ul{
    width: 100%;
    height: auto;
}
.phonec{
    margin-left: 30px;
}
.phone ul>:nth-child(2){
    margin: 5px 0
}
.phone span{
    display:inline-block;
}
.phonel{
    position: relative;
}
.phonel .icon13{
    position: absolute;
    width: 71px;
    height: auto;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
}
.phonel .allday{
    position: absolute;
    right: 10%;
    top: 20%;
    font-size: 18px;
    font-weight: bold;
    line-height: 26px;
    color: #fff
}
.blue{
    width: 113px;
	height: 27px;
	background-color: #00a0e9;
    border-radius: 5px;
    font-size: 14px;
    line-height: 27px;
    text-align: center;
    color:#fff;
}
.num{
    height: 13px;
    font-size: 18px;
    line-height: 30px;
    color: #333;
    margin-left: 10px;
    font-weight: bold
}
.phoner{
    margin-left: 30px;
}
.red{
    margin-top: 2%;
    width: 100%;
    height: 50px;
    line-height: 50px;
	border-radius: 5px;
    border: solid 1px #e60012;
    font-size: 14px;
    color: #c8161d;
    opacity: 0.8;
    text-align: center;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap
}
@media(max-width:1280px){
    .phoner{
        margin-left: 30px;
    }
    .phone{
        margin: 30px auto;
    }
}
@media(max-width:1024px){
    .continueTit {
        font-size: 24px;
}
.phonec {
    margin-left: 0;
}
.phoner {
    margin-left: 0;
}
}
@media(max-width:414px){
    .continue .continueCon {
        margin-top: 20px;
        margin-bottom: 50px;
    }
    .continueTit {
        font-size: 15px;
    }
    .line {
        margin-top: 15px;
    }
    .phone {
        margin: 15px auto;
    }
    .num{
        width:100%;
        font-size: 16px;
    }
}
/* 底部样式 */
.footer{
    width: 100%;
	background-color: #00b0ec;
}
.footer .footnav{
    padding: 2% 20%;
    border-bottom: 1px solid #fff;
}
.footnav ul{
    margin: 0 auto;
    margin-left: 10%;
}
.footnav ul li{
    float: left;
    padding: 0 2%;
    border-right: 1px solid #fff;
}
.footnav ul li:last-child{
    padding-right: 0;
    border: none;
}
.footnav ul li a{
    color: #fff;
    font-size: 16px;
}
.copyRight{
    font-size: 14px;
    color: #fff;
    text-align: center;
    overflow: hidden;
    padding: 1% 0
}

@media(max-width:1280px){
    .footnav ul {
        margin-left: 0
    }
}
@media(max-width:1160px){
    .footnav ul li {
        float: left;
        padding: 0 1%;
    }
}

@media(max-width:1024px){
    .footer .footnav{
        display: none;
    }
}
@media(max-width:768px){
    
   
}
@media(max-width:414px) and (min-width:375px){
    .phonel {
        left: 0;
    }
   
}
.returnTop {
    position: fixed;
    width: 61px;
    right: 20px;
    bottom: 50px;
    height: auto;
    cursor: pointer;
}
@media(max-width:414px){
    .returnTop {
        width: 40px;
        bottom: 20px;
    }
}
@media(max-width:320px){
    .bread .i57{
        width: 100%;
    }
}