
.bgcnav{
    width: 100%;
    height: 300px;
    background: url(../images/fuwubgc.png) center no-repeat;
    position: relative;
    display: block;
  }
  .bgcnav>div .bgcnavt1{
    font-size: 24px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #fff;
    line-height: 26px;
    padding-top: 87px;
  }
  .bgcnav>div .bgcnavt2{
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #fff;
    line-height: 28px;
    margin-top: 12px;
  }
  .bgcnav>div .bgcnavt3{
    width: 32px;
    height: 2px;
    background: #fff;
    margin-top: 27px;
  }
  .bgcnav>div .bgcnavt4{
    width: 105px;
    height: 26px;
    margin-top: 24px;
  }
  .bgcnav>div .bgcnavt4 img{
    width: 100%;
    height: 100%;
    display: block;
  }

.mapcon{
    width: 100%;
    display: flex;
    justify-content: space-between;
    margin-bottom: 30px;
}
.mapcon .leftnav{
    width: 15.6%;
    border-top: 1px solid #ededed;
    padding: 30px 0 0 0;
}
.mapcon .leftnav .imgicon{
    display: flex;
    align-items: center;
    font-size: 18px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #0061AE;
    line-height: 45px;
}
.mapcon .leftnav .imgicon img{
    width: 46px;
    height: 46px;
    margin-right: 16px;
}
.mapcon .leftnav ul li{
    padding: 15px 0 15px 30px;
    display: flex;
    align-items: center;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #666666;
    cursor: pointer;
}
.mapcon .leftnav ul li>div:nth-child(1){
    width: 16px;
    height: 2px;
    background: transparent;
    margin-right: 17px;
}
.mapcon .leftnav ul .liactive{
    color: #0061AE;
}
.mapcon .leftnav ul .liactive>div:nth-child(1){
    background: #0061AE;
}
.mapcon .rightcon{
    width: 81%;
}
.mapcon .rightcon>div{
    display: none;
}
.mapcon .rightcon>.blockdiv{
    display: block;
}
.mapcon .rightcon>div{
    padding: 0px;
}
.yangbencon{
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.yangbencon .yangbenli{
    width: 49%;
    background: #F2F9FF;
    border: 1px solid #0061AE;
    margin-bottom: 24px;
    font-size: 18px;
    font-family: MicrosoftYaHeiSemibold;
    font-weight: 400;
    color: #0061AE;
    line-height: 26px;
    display: flex;
    justify-content: space-between;
    padding: 32px 40px;
    align-items: center;
    border-right: 6px solid #0061AE;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    transition: all .6s;
}
.yangbencon .yangbenli>div{
    display: flex;
    align-items: center;
}
.yangbencon .yangbenli>div:nth-child(1) .benimg{
    margin-right: 18px;
    width: 22px;
    height: 23px;
    background: url(../images/benicon.png) center no-repeat;
    background-size: cover;
}
.yangbencon .yangbenli>i{
    width: 10px;
    height: 19px;
    display: inline-block;
    background: url(../images/bluejian.png) center no-repeat;
    background-size: 100% 100%;
}
.yangbencon .yangbenli .dowlist{
    position: absolute;
    top: 90px;
    left: -1px;
    z-index: 6;
    width:  calc(100% + 7px);
    padding: 20px 40px;
    box-sizing: border-box;
    background: #F0F8FF;
    border: 1px solid #0061AE;
    display: none;
}
.yangbencon .yangbenli .dowlist .dowlistli{
    display: flex;
    justify-content: space-between;
    width: 100%;
    margin: 14px 0;
}
.yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
}
.yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
    font-size: 12px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 30px;
    width: 90px;
    height: 30px;
    background: #5FA6E7;
    text-align: center;
}
.yangbencon .yangbenli .dowlist .dowlistli .dowbtn:hover{
    background: #0061AE;
}
.yangbencon .yangbenli .dowlist .dowlistli .dowbtn a{
    color: #FFFFFF;
}
.yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(../images/dowicon.png) center no-repeat;
    background-size: cover;
    margin-right: 5px;
}

.yangbencon .yangbenlibgc{
    background: #0061AE;
    color: #fff;
}
.yangbencon .yangbenlibgc .dowlist{
    display: block !important;
}
.yangbencon .yangbenlibgc .benimg{
    background: url(../images/baibenicon.png) center no-repeat !important;
    background-size: cover !important;
}
.yangbencon .yangbenlibgc>i{
    width: 19px;
    height: 10px;
    display: inline-block;
    background: url(../images/baibluejian.png) center no-repeat;
    background-size: 100% 100%;
}

.yangbencon .yangbenli:hover{
    background: #0061AE;
    color: #fff;
    transition: all .6s;
}
.yangbencon .yangbenli:hover .benimg{
    background: url(../images/baibenicon.png) center no-repeat !important;
    background-size: cover !important;
}
.yangbencon .yangbenli:hover>i{
    width: 19px;
    height: 10px;
    display: inline-block;
    background: url(../images/baibluejian.png) center no-repeat;
    background-size: 100% 100%;
    transform: rotate(-90deg);
}




.shipincon{
    width: 100%;
    position: relative;
}
.shipingtou{
    margin-bottom: 40px;
    display: flex;
    justify-content: space-between;
}
.shipingtou>p{
    font-size: 16px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #333333;
    line-height: 40px;
}
.shipingtou>div input{
    width: 320px;
    height: 42px;
    background: #FFFFFF;
    border: 1px solid #E6E6E6;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #999999;
    line-height: 42px;
    padding: 0 15px;
    box-sizing: border-box;
}
.shipingtou>div span{
    width: 94px;
    height: 42px;
    background: #0061AE;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FFFFFF;
    line-height: 42px;
    text-align: center;
    margin-left: 8px;
    display: inline-block;
}

.shipinlist{
    width: 100%;
    position: relative;
    display: flex;
    justify-content: space-between;
    flex-wrap: wrap;
}
.shipinlist:after{
    content: '';
    width: 30%;
    border:1px solid transparent;
  }
.shipinlist>div{
    width: 32%;
    height: 206px;
    position: relative;
    margin-bottom: 30px;
}
.shipinlist>div>img{
    width: 100%;
    height: 100%;
    display: block;
}
.shipinlist>div>div{
    width: 100%;
    height: 100%;
    padding: 10px 24px;
    position: absolute;
    bottom: 0;
    left: 0;
    display: flex;
    align-items: center;
    justify-content: space-between;
    box-sizing: border-box;
    font-size: 14px;
    font-family: Microsoft YaHei;
    font-weight: 400;
    color: #FEFEFE;
    background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
}
.shipinlist>div>div>div{
    width: 100%;
    height: 100%;
    display: flex;
    align-items: flex-end;
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
}
.shipinlist>div>div>div>img{
    width: 24px;
    height: 24px;
    margin-right: 10px;
}
.shipinlist>div>div .txtcon{
    width: 50%;
}
.shipinlist>div>div .dowbtn{
    width: 68px;
    height: 30px;
    background: rgba(255, 255, 255, 0);
    border: 1px solid #FFFFFF;
    text-align: center;
    line-height: 30px;
    display: block;
    transition: all .6s;
}
.shipinlist>div>div .dowbtn a{
    color: #FEFEFE;
}
.shipinlist>div>div .dowbtn i{
    width: 12px;
    height: 10px;
    display: inline-block;
    background: url(../images/dowicon.png) center no-repeat;
    background-size: cover;
    margin-right: 5px;
}
.shipinlist>div>div .dowbtn:hover{
    background: #0061AE;
    border: 1px solid #0061AE;
    transition: all .6s;
}
.dvideoshow{
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.6);
    z-index: 999;
    display: none;
}
.dvideoshow>div{
    width: 100%;
    height: 100%;
    max-height: 100%;
    display: flex;
    justify-content: center;
    align-items: center;
}
.dvideoshow>div video{
    width: 70%;
    height: auto;
    max-height: 100%;
}
.dvideoshow .vclose {
    position: absolute;
    top: 94px;
    right: 20px;
    cursor: pointer;
    z-index: 10;
}




@media screen and (max-width: 1024px){
    .mapcon .leftnav {
        width: 21%;
    }
    .mapcon .rightcon {
        width: 75%;
    }
    .shipinlist>div {
        width: 49%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
}
@media screen and (max-width: 1024px){

    .bgcnav{
        background: url(../images/fuwubgc.png) center no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #fff;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
    
    .mapcon{
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mapcon .leftnav{
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }
    .mapcon .leftnav .imgicon{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 45px;
    }
    .mapcon .leftnav .imgicon img{
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }
    .mapcon .leftnav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapcon .leftnav ul li{
        padding: 15px 0 15px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
        box-sizing: border-box;
    }
    .mapcon .leftnav ul li>div:nth-child(1){
        width: 16px;
        height: 2px;
        background: transparent;
        margin-right: 17px;
    }
    .mapcon .leftnav ul .liactive{
        color: #0061AE;
    }
    .mapcon .leftnav ul .liactive>div:nth-child(1){
        background: #0061AE;
    }
    .mapcon .rightcon{
        width: 100%;
    }
    .mapcon .rightcon>div{
        display: none;
    }
    .mapcon .rightcon>.blockdiv{
        display: block;
    }
    .mapcon .rightcon>div{
        padding: 0px;
    }
    .yangbencon{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yangbencon .yangbenli{
        width: 100%;
        background: #F2F9FF;
        border: 1px solid #0061AE;
        margin-bottom: 24px;
        font-size: 18px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        padding: 32px 40px;
        align-items: center;
        border-right: 6px solid #0061AE;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    .yangbencon .yangbenli>div{
        display: flex;
        align-items: center;
    }
    .yangbencon .yangbenli>div:nth-child(1) .benimg{
        margin-right: 18px;
        width: 22px;
        height: 23px;
        background: url(../images/benicon.png) center no-repeat;
        background-size: cover;
    }
    .yangbencon .yangbenli>img{
        width: 10px;
        height: 19px;
    }
    .yangbencon .yangbenli .dowlist{
        position: absolute;
        top: 90px;
        left: -1px;
        z-index: 6;
        width:  calc(100% + 7px);
        padding: 20px 40px;
        box-sizing: border-box;
        background: #F0F8FF;
        border: 1px solid #0061AE;
        display: none;
    }
    .yangbencon .yangbenli .dowlist .dowlistli{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 14px 0;
    }
    .yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        width: 90px;
        height: 30px;
        background: #5FA6E7;
        text-align: center;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .yangbencon .yangbenlibgc{
        background: #0061AE;
        color: #fff;
    }
    .yangbencon .yangbenlibgc .dowlist{
        display: block !important;
    }
    .yangbencon .yangbenlibgc .benimg{
        background: url(../images/baibenicon.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    .shipincon{
        width: 100%;
        position: relative;
    }
    .shipingtou{
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }
    .shipingtou>p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .shipingtou>div input{
        width: 70%;
        height: 42px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shipingtou>div span{
        width: 20%;
        height: 42px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
    }
    
    .shipinlist{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shipinlist>div{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    .shipinlist>div>img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .shipinlist>div>div{
        width: 100%;
        height: 100%;
        padding: 10px 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFE;
        background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    }
    .shipinlist>div>div>div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .shipinlist>div>div>div>img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .shipinlist>div>div .txtcon{
        width: 50%;
    }
    .shipinlist>div>div .dowbtn{
        width: 68px;
        height: 30px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .shipinlist>div>div .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
}

@media screen and (max-width: 768px){

    .bgcnav{
        background: url(../images/fuwubgc.png) center no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #fff;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
    
    .mapcon{
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mapcon .leftnav{
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }
    .mapcon .leftnav .imgicon{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 45px;
    }
    .mapcon .leftnav .imgicon img{
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }
    .mapcon .leftnav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapcon .leftnav ul li{
        padding: 15px 0 15px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
        box-sizing: border-box;
    }
    .mapcon .leftnav ul li>div:nth-child(1){
        width: 16px;
        height: 2px;
        background: transparent;
        margin-right: 17px;
    }
    .mapcon .leftnav ul .liactive{
        color: #0061AE;
    }
    .mapcon .leftnav ul .liactive>div:nth-child(1){
        background: #0061AE;
    }
    .mapcon .rightcon{
        width: 100%;
    }
    .mapcon .rightcon>div{
        display: none;
    }
    .mapcon .rightcon>.blockdiv{
        display: block;
    }
    .mapcon .rightcon>div{
        padding: 0px;
    }
    .yangbencon{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yangbencon .yangbenli{
        width: 100%;
        background: #F2F9FF;
        border: 1px solid #0061AE;
        margin-bottom: 24px;
        font-size: 15px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        padding: 32px 40px;
        align-items: center;
        border-right: 6px solid #0061AE;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    .yangbencon .yangbenli>div{
        display: flex;
        align-items: center;
    }
    .yangbencon .yangbenli>div:nth-child(1) .benimg{
        margin-right: 18px;
        width: 22px;
        height: 23px;
        background: url(../images/benicon.png) center no-repeat;
        background-size: cover;
    }
    .yangbencon .yangbenli>img{
        width: 10px;
        height: 19px;
    }
    .yangbencon .yangbenli .dowlist{
        position: absolute;
        top: 90px;
        left: -1px;
        z-index: 6;
        width:  calc(100% + 7px);
        padding: 20px 40px;
        box-sizing: border-box;
        background: #F0F8FF;
        border: 1px solid #0061AE;
        display: none;
    }
    .yangbencon .yangbenli .dowlist .dowlistli{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 14px 0;
    }
    .yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        width: 90px;
        height: 30px;
        background: #5FA6E7;
        text-align: center;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .yangbencon .yangbenlibgc{
        background: #0061AE;
        color: #fff;
    }
    .yangbencon .yangbenlibgc .dowlist{
        display: block !important;
    }
    .yangbencon .yangbenlibgc .benimg{
        background: url(../images/baibenicon.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    .shipincon{
        width: 100%;
        position: relative;
    }
    .shipingtou{
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }
    .shipingtou>p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .shipingtou>div input{
        width: 70%;
        height: 42px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shipingtou>div span{
        width: 20%;
        height: 42px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
    }
    
    .shipinlist{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shipinlist>div{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    .shipinlist>div>img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .shipinlist>div>div{
        width: 100%;
        height: 100%;
        padding: 10px 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFE;
        background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    }
    .shipinlist>div>div>div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .shipinlist>div>div>div>img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .shipinlist>div>div .txtcon{
        width: 50%;
    }
    .shipinlist>div>div .dowbtn{
        width: 68px;
        height: 30px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .shipinlist>div>div .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
}
@media screen and (max-width: 450px){

    .bgcnav{
        background: url(../images/fuwubgc.png) center no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #fff;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
    
    .mapcon{
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mapcon .leftnav{
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }
    .mapcon .leftnav .imgicon{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 45px;
    }
    .mapcon .leftnav .imgicon img{
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }
    .mapcon .leftnav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapcon .leftnav ul li{
        padding: 15px 0 15px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
        box-sizing: border-box;
    }
    .mapcon .leftnav ul li>div:nth-child(1){
        width: 16px;
        height: 2px;
        background: transparent;
        margin-right: 17px;
    }
    .mapcon .leftnav ul .liactive{
        color: #0061AE;
    }
    .mapcon .leftnav ul .liactive>div:nth-child(1){
        background: #0061AE;
    }
    .mapcon .rightcon{
        width: 100%;
    }
    .mapcon .rightcon>div{
        display: none;
    }
    .mapcon .rightcon>.blockdiv{
        display: block;
    }
    .mapcon .rightcon>div{
        padding: 0px;
    }
    .yangbencon{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yangbencon .yangbenli{
        width: 100%;
        background: #F2F9FF;
        border: 1px solid #0061AE;
        margin-bottom: 24px;
        font-size: 15px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        padding: 32px 40px;
        align-items: center;
        border-right: 6px solid #0061AE;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    .yangbencon .yangbenli>div{
        display: flex;
        align-items: center;
    }
    .yangbencon .yangbenli>div:nth-child(1) .benimg{
        margin-right: 18px;
        width: 22px;
        height: 23px;
        background: url(../images/benicon.png) center no-repeat;
        background-size: cover;
    }
    .yangbencon .yangbenli>img{
        width: 10px;
        height: 19px;
    }
    .yangbencon .yangbenli .dowlist{
        position: absolute;
        top: 90px;
        left: -1px;
        z-index: 6;
        width:  calc(100% + 7px);
        padding: 20px 40px;
        box-sizing: border-box;
        background: #F0F8FF;
        border: 1px solid #0061AE;
        display: none;
    }
    .yangbencon .yangbenli .dowlist .dowlistli{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 14px 0;
    }
    .yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        width: 90px;
        height: 30px;
        background: #5FA6E7;
        text-align: center;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .yangbencon .yangbenlibgc{
        background: #0061AE;
        color: #fff;
    }
    .yangbencon .yangbenlibgc .dowlist{
        display: block !important;
    }
    .yangbencon .yangbenlibgc .benimg{
        background: url(../images/baibenicon.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    .shipincon{
        width: 100%;
        position: relative;
    }
    .shipingtou{
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }
    .shipingtou>p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .shipingtou>div input{
        width: 70%;
        height: 42px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shipingtou>div span{
        width: 20%;
        height: 42px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
    }
    
    .shipinlist{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shipinlist>div{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    .shipinlist>div>img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .shipinlist>div>div{
        width: 100%;
        height: 100%;
        padding: 10px 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFE;
        background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    }
    .shipinlist>div>div>div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .shipinlist>div>div>div>img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .shipinlist>div>div .txtcon{
        width: 50%;
    }
    .shipinlist>div>div .dowbtn{
        width: 68px;
        height: 30px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .shipinlist>div>div .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
}

@media screen and (max-width: 414px){

    .bgcnav{
        background: url(../images/fuwubgc.png) center no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #fff;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
    
    .mapcon{
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mapcon .leftnav{
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }
    .mapcon .leftnav .imgicon{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 45px;
    }
    .mapcon .leftnav .imgicon img{
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }
    .mapcon .leftnav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapcon .leftnav ul li{
        padding: 15px 0 15px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
        box-sizing: border-box;
    }
    .mapcon .leftnav ul li>div:nth-child(1){
        width: 16px;
        height: 2px;
        background: transparent;
        margin-right: 17px;
    }
    .mapcon .leftnav ul .liactive{
        color: #0061AE;
    }
    .mapcon .leftnav ul .liactive>div:nth-child(1){
        background: #0061AE;
    }
    .mapcon .rightcon{
        width: 100%;
    }
    .mapcon .rightcon>div{
        display: none;
    }
    .mapcon .rightcon>.blockdiv{
        display: block;
    }
    .mapcon .rightcon>div{
        padding: 0px;
    }
    .yangbencon{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yangbencon .yangbenli{
        width: 100%;
        background: #F2F9FF;
        border: 1px solid #0061AE;
        margin-bottom: 24px;
        font-size: 15px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        padding: 32px 40px;
        align-items: center;
        border-right: 6px solid #0061AE;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    .yangbencon .yangbenli>div{
        display: flex;
        align-items: center;
    }
    .yangbencon .yangbenli>div:nth-child(1) .benimg{
        margin-right: 18px;
        width: 22px;
        height: 23px;
        background: url(../images/benicon.png) center no-repeat;
        background-size: cover;
    }
    .yangbencon .yangbenli>img{
        width: 10px;
        height: 19px;
    }
    .yangbencon .yangbenli .dowlist{
        position: absolute;
        top: 90px;
        left: -1px;
        z-index: 6;
        width:  calc(100% + 7px);
        padding: 20px 40px;
        box-sizing: border-box;
        background: #F0F8FF;
        border: 1px solid #0061AE;
        display: none;
    }
    .yangbencon .yangbenli .dowlist .dowlistli{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 14px 0;
    }
    .yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        width: 90px;
        height: 30px;
        background: #5FA6E7;
        text-align: center;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .yangbencon .yangbenlibgc{
        background: #0061AE;
        color: #fff;
    }
    .yangbencon .yangbenlibgc .dowlist{
        display: block !important;
    }
    .yangbencon .yangbenlibgc .benimg{
        background: url(../images/baibenicon.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    .shipincon{
        width: 100%;
        position: relative;
    }
    .shipingtou{
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }
    .shipingtou>p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .shipingtou>div input{
        width: 70%;
        height: 42px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shipingtou>div span{
        width: 20%;
        height: 42px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
    }
    
    .shipinlist{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shipinlist>div{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    .shipinlist>div>img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .shipinlist>div>div{
        width: 100%;
        height: 100%;
        padding: 10px 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFE;
        background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    }
    .shipinlist>div>div>div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .shipinlist>div>div>div>img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .shipinlist>div>div .txtcon{
        width: 50%;
    }
    .shipinlist>div>div .dowbtn{
        width: 68px;
        height: 30px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .shipinlist>div>div .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
}

@media screen and (max-width: 375px){

    .bgcnav{
        background: url(../images/fuwubgc.png) center no-repeat;
        width: 100%;
        height: 100px;
        background-size: cover;
        position: relative;
        display: block;
      }
      .bgcnav>div .bgcnavt1{
        font-size: 24px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #fff;
        line-height: 26px;
        padding-top: 87px;
      }
      .bgcnav>div .bgcnavt2{
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #fff;
        line-height: 28px;
        margin-top: 12px;
      }
      .bgcnav>div .bgcnavt3{
        width: 32px;
        height: 2px;
        background: #fff;
        margin-top: 27px;
      }
      .bgcnav>div .bgcnavt4{
        width: 105px;
        height: 26px;
        margin-top: 24px;
      }
      .bgcnav>div .bgcnavt4 img{
        width: 100%;
        height: 100%;
        display: block;
      }
    
    .mapcon{
        width: 100%;
        display: block;
        justify-content: space-between;
        margin-bottom: 50px;
    }
    .mapcon .leftnav{
        width: 100%;
        border-top: 1px solid #ededed;
        padding: 10px 0 0 0;
        margin-bottom: 30px;
    }
    .mapcon .leftnav .imgicon{
        display: flex;
        align-items: center;
        font-size: 18px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #0061AE;
        line-height: 45px;
    }
    .mapcon .leftnav .imgicon img{
        width: 46px;
        height: 46px;
        margin-right: 16px;
    }
    .mapcon .leftnav ul {
        display: flex;
        flex-wrap: wrap;
    }
    .mapcon .leftnav ul li{
        padding: 15px 0 15px 15px;
        display: flex;
        align-items: center;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #666666;
        cursor: pointer;
        box-sizing: border-box;
    }
    .mapcon .leftnav ul li>div:nth-child(1){
        width: 16px;
        height: 2px;
        background: transparent;
        margin-right: 17px;
    }
    .mapcon .leftnav ul .liactive{
        color: #0061AE;
    }
    .mapcon .leftnav ul .liactive>div:nth-child(1){
        background: #0061AE;
    }
    .mapcon .rightcon{
        width: 100%;
    }
    .mapcon .rightcon>div{
        display: none;
    }
    .mapcon .rightcon>.blockdiv{
        display: block;
    }
    .mapcon .rightcon>div{
        padding: 0px;
    }
    .yangbencon{
        display: block;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .yangbencon .yangbenli{
        width: 100%;
        background: #F2F9FF;
        border: 1px solid #0061AE;
        margin-bottom: 24px;
        font-size: 1px;
        font-family: MicrosoftYaHeiSemibold;
        font-weight: 400;
        color: #0061AE;
        line-height: 26px;
        display: flex;
        justify-content: space-between;
        padding: 32px 40px;
        align-items: center;
        border-right: 6px solid #0061AE;
        box-sizing: border-box;
        position: relative;
        cursor: pointer;
    }
    .yangbencon .yangbenli>div{
        display: flex;
        align-items: center;
    }
    .yangbencon .yangbenli>div:nth-child(1) .benimg{
        margin-right: 18px;
        width: 22px;
        height: 23px;
        background: url(../images/benicon.png) center no-repeat;
        background-size: cover;
    }
    .yangbencon .yangbenli>img{
        width: 10px;
        height: 19px;
    }
    .yangbencon .yangbenli .dowlist{
        position: absolute;
        top: 90px;
        left: -1px;
        z-index: 6;
        width:  calc(100% + 7px);
        padding: 20px 40px;
        box-sizing: border-box;
        background: #F0F8FF;
        border: 1px solid #0061AE;
        display: none;
    }
    .yangbencon .yangbenli .dowlist .dowlistli{
        display: flex;
        justify-content: space-between;
        width: 100%;
        margin: 14px 0;
    }
    .yangbencon .yangbenli .dowlist .dowlistli>div:nth-child(1){
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn{
        font-size: 12px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 30px;
        width: 90px;
        height: 30px;
        background: #5FA6E7;
        text-align: center;
    }
    .yangbencon .yangbenli .dowlist .dowlistli .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
    .yangbencon .yangbenlibgc{
        background: #0061AE;
        color: #fff;
    }
    .yangbencon .yangbenlibgc .dowlist{
        display: block !important;
    }
    .yangbencon .yangbenlibgc .benimg{
        background: url(../images/baibenicon.png) center no-repeat !important;
        background-size: cover !important;
    }
    
    .shipincon{
        width: 100%;
        position: relative;
    }
    .shipingtou{
        margin-bottom: 40px;
        display: block;
        justify-content: space-between;
    }
    .shipingtou>p{
        font-size: 16px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #333333;
        line-height: 40px;
    }
    .shipingtou>div input{
        width: 70%;
        height: 42px;
        background: #FFFFFF;
        border: 1px solid #E6E6E6;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #999999;
        line-height: 42px;
        padding: 0 15px;
        box-sizing: border-box;
    }
    .shipingtou>div span{
        width: 20%;
        height: 42px;
        background: #0061AE;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FFFFFF;
        line-height: 42px;
        text-align: center;
        margin-left: 8px;
        display: inline-block;
    }
    
    .shipinlist{
        width: 100%;
        position: relative;
        display: flex;
        justify-content: space-between;
        flex-wrap: wrap;
    }
    .shipinlist>div{
        width: 100%;
        height: auto;
        position: relative;
        margin-bottom: 30px;
    }
    .shipinlist>div>img{
        width: 100%;
        height: 100%;
        display: block;
    }
    .shipinlist>div>div{
        width: 100%;
        height: 100%;
        padding: 10px 24px;
        position: absolute;
        bottom: 0;
        left: 0;
        display: flex;
        align-items: center;
        justify-content: space-between;
        box-sizing: border-box;
        font-size: 14px;
        font-family: Microsoft YaHei;
        font-weight: 400;
        color: #FEFEFE;
        background:linear-gradient(rgba(0,0,0,0),rgba(0,0,0,0.4));
    }
    .shipinlist>div>div>div{
        width: 100%;
        height: 100%;
        display: flex;
        align-items: flex-end;
        overflow: hidden;
        text-overflow: ellipsis;
        white-space: nowrap;
       
    }
    .shipinlist>div>div>div>img{
        width: 24px;
        height: 24px;
        margin-right: 10px;
    }
    .shipinlist>div>div .txtcon{
        width: 50%;
    }
    .shipinlist>div>div .dowbtn{
        width: 68px;
        height: 30px;
        background: rgba(255, 255, 255, 0);
        border: 1px solid #FFFFFF;
        text-align: center;
        line-height: 30px;
        display: block;
    }
    .shipinlist>div>div .dowbtn i{
        width: 12px;
        height: 10px;
        display: inline-block;
        background: url(../images/dowicon.png) center no-repeat;
        background-size: cover;
        margin-right: 5px;
    }
}
