*{
    margin: 0;
    padding: 0;
}
.Public_Heads{
    position: relative;
    width: 100%;
    height: 44px;
    background: #FFFFFF;
    display: flex;
    align-items: center;
    justify-content: center;
}
.Logos{
    position: relative;
    width: 6.375em;
}
.celan{
    position: absolute;
    width: 1.5em;
    right: 1.25em;
}
/* Basic CSS */
body {
    margin: 0;
    padding: 0;
    font: 16px/1.5 "Helvetica Neue", Arial, Helvetica, Geneva, sans-serif;
}
h1 {
    font-size: 28px;
    font-weight: 100;
    text-align: center;
}
    header nav {
    text-align: center;
    background: #efefef;
    }
    header nav ul {
    margin: 0;
    padding: 1em;
    list-style-type: none;
    }
    header nav ul li {
    display: inline;
    margin-left: 1em;
    }
    header nav ul li:first-child {
    margin-left: 0;
    }
    header nav ul li ul {
    display: none;
    }
    a {
    color: #f77564;
    }
    a:hover {
    color: #333;
    }
    a, a:hover {
    -o-transition: color 0.25s ease-in;
    -webkit-transition: color 0.25s ease-in;
    -moz-transition: color 0.25s ease-in;
    transition: color 0.25s ease-in;
    }
    section, article, header {
    display: block;
    float: left;
    width: 100%;
    }
    article {
        width: 96%;
        padding: 3em 2%;
    }
    .public_img{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
    }
    .public_img img{
        width: 100%;
    }
    .Swiper_banner{
        position: relative;
        width: calc(100% - 2.5em);
        margin: 0 auto;
        box-shadow: 0px 0.31em 1.13em 0px rgba(215, 215, 215, 0.5);
        border-radius: 0.44em;
        padding-bottom: 2em;
        overflow: hidden;
        margin-top: 20px;
    }
    .Swiper_banner .swiper-container {
        width: 100%;
    }  
    .Swiper_banner .swiper-slide{
        width: 100% !important;
    }
    .Swiper_banner_box{
        position: relative;
        width: 100%;
    }
    .Swiper_banner_box img{
        width: 100%;
    }
    .Swiper_banner_box h2 {
        position: relative;
        width: calc(100% - 1.25em);
        margin: 0 auto;
        font-size: 1.06em;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #212121;
        line-height: 1.56em;
        padding: 1em 0px 0.56em 0px;
        text-align: center;
    }
    .Swiper_banner_box p{
        position: relative;
        width: calc(100% - 2.5em);
        margin: 0 auto;
        font-size: 0.75em;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        line-height: 1.25em;
        padding-bottom: 0.94em;
    }
    .Swiper_banner_box a {
        width: 8.56em;
        height: 2.5em;
        margin: 0 auto;
        border-radius: 1.25em;
        border: 1px solid #57ACF2;
        display: flex;
        align-items: center;
        justify-content: center;
        font-size: 0.88em;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        text-decoration: none;
        color: #57ACF2;
    }
    .swiperpaginations, .Publicswiperpaginations{
        position: relative;
        width: calc(100% - 2.5em);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 1.25em 0em;
    }
    .swiperpaginations .swiper-pagination-bullet{
        margin-left: 0.5em;
    }
    .swiperpaginations .swiper-pagination-bullet-active {
        background: #FCB333;
    }
    .Public_banner{
        position: relative;
        width: calc(100% - 5.25em);
        margin: 0 auto;
    }
    .Public_banner .swiper-slide {
        width: 100% !important;
    }
    .Public_banner .swiper-slide img{
        width: 100%;
    }
    .Publicswiperpaginations .swiper-pagination-bullet, .MobileDockyardmanagementsystemPublicswiperpaginations .swiper-pagination-bullet{
        margin-left: 0.5em;
    }
    .Publicswiperpaginations .swiper-pagination-bullet-active, .MobileDockyardmanagementsystemPublicswiperpaginations .swiper-pagination-bullet-active{
        background: #FCB333;
    }
    .swiperpaginations, .MobileDockyardmanagementsystemPublicswiperpaginations{
        position: relative;
        width: calc(100% - 2.5em);
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 1.25em 0em;
    }
    .footers{
        position: relative;
        width: 100%;
        background: #1A2A35;
        padding-bottom: 1.88em;
    }
    .footer_log{
        position: relative;
        width: 100%;
        padding: 1.88em 0em;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .footer_log img{
        width: 11.75em;
    }
    .footer_infos{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
    }
    .footer_infos img{
        width: 1.06em;
    }
    .footer_infos span{
        padding-left: 0.5em;
        font-size: 0.88em;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
    }
    .footer_phone{
        position: relative;
        width: calc(100% - 5em);
        margin: 0 auto;
        display: flex;
        justify-content: space-between;
        padding-top: 1.88em;
    }
    .footer_phone span{
        font-size: 12px;
        font-family: DINAlternate-Bold, DINAlternate;
        font-weight: bold;
        color: #FFFFFF;
    }
    .Footer_copys{
        position: relative;
        width: 100%;
        padding: 20px 0px;
        display: flex;
        align-items: center;
        justify-content: center;
        color: #fff;
    }
    .Footer_copys img{
        width: 18px;
        height: 20px;
    }
    .Footer_copys p{
        padding-left: 10px;
    }
    .Floatingmenu{
        position: fixed;
        bottom: 14em;
        right: 0.63em;
        display: flex;
        flex-wrap: wrap;
        width: 44px;
        z-index: 999999999999;
    }
    .Floatingmenu img{
        width: 100%;
        margin-top: 10px;
    }
    .choiceWindow {
        display:none;
        position: fixed;
        left: 50%;
        top: 50%;
        transform: translate(-50%, 50%);
        -webkit-transform: translate(-50%, -50%); 
        z-index:29999999000000;
        overflow:auto;
        width: 90%;
        background: #FFFFFF;
        border-radius: 8px;
        padding-bottom: 40px;
    }
    .choiceWindow_Head{
        position: relative;
        width: 100%;
        background: #6FC2F9;
        padding-bottom: 40px;
        border-radius: 8px 8px 0px 0px;
    }
    .backGround {
        position: fixed; 
        top: 0; 
        left: 0; 
        width: 100%; 
        height: 100%; 
        background: #000; 
        opacity: 0.5; 
        filter: alpha(opacity=50); 
        display: none; 
        z-index: 1;
    }
    .colesopen{
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        display: flex;
        justify-content: flex-end;
        padding-top: 10px;
    }
    .colesopen img{
        width: 24px;
        cursor:pointer;
    }
    .choiceWindow_Head h2{
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center;
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
    }
    .choiceWindow_Head p{
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        text-align: center;
        font-size: 12px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        padding-top: 10px;
    }
    .choiceWindow_contents{
        position: relative;
        width: 100%;
        padding: 40px 0px;
    }
    .x:hover {
        cursor:pointer;
        color:rgb(55,198,192);
    }
    .choiceWindow_contentsforms{
        position: relative;
        width: calc(100% - 116px);
        margin: 0 auto;
        display: flex;
        align-items: center;
        flex-wrap: wrap;
    }
    .choiceWindow_contentsforms input{
        position: relative;
        width: 100%;
        height: 50px;
        border-radius: 8px;
        border: 1px solid #DDDDDD;
        margin-top: 40px;
        padding-left: 45px;
        display: flex;
        align-items: center;
        font-size: 17px;
        font-family: PingFangSC-Regular, PingFang SC;
        font-weight: 400;
        color: #000000;
        outline: none;
    }
    .choiceWindow_contentsforms_name{
        margin-top: 0px;
        background-image: url('/img/Home/icon_name@2x.png');
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 17px;
    }
    .choiceWindow_contentsforms_phones{
        background-image: url('/img/Home/icon_phone@2x.png');
        background-repeat: no-repeat;
        background-size: 18px 18px;
        background-position: 17px;
    }
    .choiceWindowsubmits{
        position: relative;
        width: calc(100% - 116px);
        margin: 0 auto;
        height: 44px;
        background: #6FC2F9;
        border-radius: 22px;
        display: flex;
        align-items: center;
        justify-content: center;
        cursor: pointer;
        font-size: 17px;
        font-family: PingFangSC-Medium, PingFang SC;
        font-weight: 500;
        color: #FFFFFF;
        margin-top: 40px;
    }
    .choiceWindow_Head_copys{
        padding-bottom: 0;

    }
    .conswx{
        position: relative;
        justify-content: center;
        height: 60px;
        align-items: center;
    }
    .conswx_img{
        width: 30px;
        height: 24px;
    }
    .colenwwxs{
        margin-left: auto;
        width: 24px;
        height: 24px;
    }
    .sadasdf{
        position: relative;
        display: flex;
        width: 90%;
        justify-content: center;
        align-items: center;
    }
    .sadasdf span{
        font-size: 20px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #FFFFFF;
        line-height: 20px;
        padding-left: 10px;
    }
    .choiceWindow_contents_infos{
        position: relative;
        width: 100%;
        display: flex;
        justify-content: center;
        align-items: center;
        font-size: 24px;
        font-family: PingFangSC-Semibold, PingFang SC;
        font-weight: 600;
        color: #000000;
    }
    .MobileLogisticssupplychainplatform_box{
        position: relative;
        width: 100%;
        margin: 0 auto;
        margin-top: 40px;
    }
    .MobileLogisticssupplychainplatform_box img:first-child{
        width: calc(100% - 40px);
        margin: 0 auto;
        margin-left: 20px;
    }
    .MobileLogisticssupplychainplatform_box img{
        width: 100%;
        margin-top: 40px;
    }
    .MobileVMISupplychainplatform_imgs{
        position: relative;
        width: calc(100% - 40px);
        margin: 0 auto;
        padding-bottom: 40px;
        padding-top: 40PX;
        flex-wrap: wrap;
    }
    .MobileVMISupplychainplatform_mainimgs{
        position: relative;
        width: 100%;
        margin: 0 auto;
        display: flex;
        justify-content: center;
        padding: 30px 0px 50px 0px;
        background-color: #EBF4FE;
    }
    .MobileVMISupplychainplatform_mainimgs img{
        width: calc(100% - 120px);
    }
    .MobileUrbandistribution_titles{
        position: relative;
        width: 100%;
        display: flex;
        align-items: center;
        justify-content: center;
        padding: 40px 0px 20px 0;
    }
    .MobileUrbandistribution_titles img{
        width: 45px;
    }
    .MobileUrbandistribution_abimgs{
        position: absolute;
        width: 100%;
        top: -20px;
        display: flex;
        align-items: center;
        justify-content: center;
    }
    .MobileUrbandistribution_abimgs img{
        width: 45px;
    }