@charset "utf-8";
* {
    padding: 0px;
    margin: 0;
}
.pngtop{
    width: 720px;
    margin:0 auto;
    text-align:center;
}
.align-center{
    margin:0 auto; /* 居中 */
    text-align:center;
    background:url(../images/fan.jpg) no-repeat center top;
}
.div-z{
    height: 3300px;
}
.video{
    margin:0 auto;
    height: 320px;
}
.video p{
    position:relative;
    left: -354px;
    top: 71px;
}

.link1{
    position:relative;
    left: 450px;
    top: 1319px;
    width: 310px;
    height: 65px;
    cursor: pointer;

}


.link2{
    position:relative;
    left: -24px;
    top: 1710px;
    width: 310px;
    height: 65px;
    cursor: pointer;

}

.link3{
    position:relative;
    left: 450px;
    top: 2099px;
    width: 310px;
    height: 65px;
    cursor: pointer;
}



.link11{
    position:relative;
    left: 208px;
    top: 2802px;
    width: 110px;
    height: 107px;
    cursor: pointer;
}


.link12{
    position:relative;
    left: 807px;
    top: 2694px;
    width: 110px;
    height: 107px;
    cursor: pointer;
}


.link13{
    position:relative;
    left: 208px;
    top: 3108px;
    width: 110px;
    height: 107px;
    cursor: pointer;
}


.link14{
    position:relative;
    left: 807px;
    top: 3001px;
    width: 110px;
    height: 107px;
    cursor: pointer;
}


.nav {
    width: 100%;
    height: 40px;
    background: #fff;
    float: none;
    overflow: hidden;
    border-bottom:2px dashed black;
}


/**帆船**/
.boat-content{
    position: fixed;
    z-index: 99998;
    left: 0;
    bottom: 0;
    width: 1920px;
    height: 177px;
    background-color:#000000;/* IE6和部分IE7内核的浏览器(如QQ浏览器)下颜色被覆盖 */
    background-color:rgba(0,0,0,0.5); /* IE6和部分IE7内核的浏览器(如QQ浏览器)会读懂，但解析为透明 */
    overflow: hidden;
}
.boat-img{
    width: 1920px;height:100%;
    -moz-opacity: 1;
    opacity: 1;
}
.boat-img:hover{cursor: pointer}
.boat-bj1{
    background: url(../images/boat/pc-jinxia1.png) no-repeat top center;
    background-size: 100%;
}
.boat-bj2{
    background: url(../images/boat/pc-jinxia2.png) no-repeat top center;
    background-size: 100%;
}

.boat_close {
    position: absolute;
    top: 0px;
    right: 0px;
    font-size: 38px;
    line-height: 1.2;
    font-family: Simsun;
    color: #fff;
}
.boat-hiden{
    position: fixed;
    z-index: 99998;
    left: 0;
    bottom: 0;
    width: 202px;
    height: 177px;
    overflow: hidden;

}
.boat-hid-img{
    cursor: pointer;
    width: 202px;
    height: 177px;
    background: url("../images/hid-jinxia.png") no-repeat top center;
    background-size: 100%;
}