/*banner部分*/
body{
    min-width: 1200px;
}
.title-nav{
    width: 100%;
    height: 800px;
    margin-top:72px;
    position:relative;
}
.banner{ 
    width: 100%;
    height: 100%;
    text-align: center;
}
.banner{
    width: 100%;
    margin: 0 auto;
}
.appui{
    position: absolute;
    left: 50%;
    top: 200px;
    margin-left: -414px;
}
.banner p{
    margin-top: -500px;
    font-size: 46px;
    color: #fff;
    padding-bottom: 22px;
}
.apple-app{
    height: 40px;
    width: 160px;
    /*position: absolute;
    top:150px;
    margin-left: -90px;*/
    background-color:rgba(68,196,255,0.4);
    /*background: -webkit-linear-gradient(left top, red , blue);*/
    border-radius: 20px;
    color: #fff;
    font-size: 14px;
}
.apple-app:hover{
    background:#fff;
    color: #0095eb;
}
/*获取精准航程*/
.bk1{
    margin-top:40px;
    margin-bottom: 40px;
    text-align: center;
    width: 100%;
    height: 608px;
    background:url(../images/kscshccb.png) right top no-repeat;
}
.bk1 p{
    font-size: 34px;
    line-height: 140px;
}
.bk1 .con{
    width: 800px;
    margin: 0 auto;
}
.bk1 ul{
    text-align: left;
    margin-top: 72px;
}
.bk1 ul li{
    height: 46px;
    line-height: 46px;
    list-style-type:disc;
    font-size: 18px;
}
/*快速测算航次成本和收益*/
.bk2{
    width: 1000px;
    height: 500px;
    margin:0 auto;
    text-align: center;
}
.box1 ,.box2 ,.box3 ,.box4{
    float: left;
    text-align: center;
    height: 280px;
    width: 228px;
    margin:0 10px;
    background: #fff;
    border-radius: 10px;
    box-shadow:0px 6px 16px #e1e3e6; -webkit-box-shadow:0px 6px 16px #e1e3e6; box-shadow:0px 6px 16px #e1e3e6;
}
.bk2 img{
    margin-top: 60px;
}
    /*.bk2 .zhuangshi{
        width: 36px;
        height: 6px;
        margin:0 auto;
        background: -webkit-linear-gradient(left top, #1aa8ff , #006feb);
    }*/
.bk2 .xiaobiaoti{
    font-size: 20px;
    background: linear-gradient(to right, #0095eb, #1f43f9);
        -webkit-background-clip: text;
    color: transparent;
    margin:6px 0 10px 0;
}
/*多平台*/
.bk3{
    width: 1000px;
    margin: 0 auto;
    text-align: center;
}
.bk3 .shuom{
    text-align: left;
    width: 760px;
    margin: 0 auto;
    margin-top: 10px;
}
/*api*/
.bk4{
    width: 1000px;
    height: 660px;
    margin: 0 auto;
    text-align: center;
    margin-top: 220px;
}
.bk4 .tup{
    float: left;
}
.bk4 .fc1{
    position: relative;
}
.bk4 .fc1 .wz1{
    width: 380px;
    text-align: left;
    position: absolute;
    top: 30px;
    left: 540px;
}
/*页脚下载*/
.foot1{
    width: 100%;
    height: 360px;
    background: #00629B;
    text-align: center;
    color: #fff;
    position: relative;
}
.foot1 .con{
    width: 1000px;margin: 0 auto;
}
.foot1 .anniu1{
    height: 40px;
    width: 200px;
    background:#fff;
    /*background: -webkit-linear-gradient(left top, red , blue);*/
    border-radius: 20px;
    color: #0095eb;
    font-size: 14px;
    margin-left: -30px;
    margin-top:10px;
}
.foot1 .anniu1:hover{
    background-color:rgba(68,196,255,0.4);
    color: #fff;
}
.foot1 .anniu2{
        height: 40px;
    width: 200px;
    background:#fff;
    /*background: -webkit-linear-gradient(left top, red , blue);*/
    border-radius: 20px;
    color: #0095eb;
    font-size: 14px;
    margin-left: 80px;
    margin-top:10px;
}
.foot1 .anniu2:hover{
    background-color:rgba(68,196,255,0.4);
    color: #fff;
}