﻿body {
    overflow-x: hidden;
    padding: 0;
    margin: 0;
}

a {
    text-decoration: none;
}

#top {
    background: #0b0b0b;
    position: sticky;
    z-index: 99;
    width: 100%;
    height: 50px;
}

    #top.curr {
        background: rgba(0,0,0,0.1);
    }

    #top img {
        height: 25px;
        float: left;
        margin-top: 14px
    }

    #top ul {
        display: flex;
        padding-left: 0;
        margin: 0;
        list-style: none;
        justify-content: flex-end;
    }

        #top ul li {
            font-size: 13px;
            list-style: none;
            display: list-item;
            line-height: 47px;
            padding: 0px 6px;
            margin: 0 20px;
            border-bottom: 3px solid none;
        }

            #top ul li.curr {
                border-bottom: 3px solid #11a8f1;
            }

            #top ul li a {
                color: #fff;
            }

            #top ul li.curr a {
                color: #11a8f1;
            }

.branner {
    width: 100%;
    margin-top: 10px;
    margin-bottom: 0;
    padding: 0;
}


    .branner .mybg {
        width: 100%;
        vertical-align: bottom;
    }

    .branner div {
        position: absolute;
        margin-top: 130px;
        color: #fff;
        text-align: center;
        width: 1200px;
        margin-left: -600px;
        left: 50%;
        font-size: 18px;
        line-height: 42px;
    }

        .branner div strong {
            font-size: 28px;
            font-weight: 400;
        }

        .branner div a {
            font-size: 12px;
            color: #fff;
            border: 1px solid #fff;
            padding: 5px 30px;
            text-align: center;
            border-radius: 15px;
        }
.yj{
    position:absolute;
    left:0;
    z-index:99999;
    opacity:0;
}
#ps {
    width: 1200px;
    margin: 0 auto;
    display: flex
}

    #ps div {
        width: 300px;
        color: #eaeaec;
        height: 500px;
        color: #fff;
        text-align: center;
        background-size:contain
    }

    #ps h3 {
        color: #6f737c;
        margin: 30px;
        font-weight: 400;
        font-size: 21px;
        text-align:left
    }

        #ps h3 span {
            color: #fff;
            font-size: 16px;
        }
    #ps div.notes {
        color: #eaeaec;
        position: absolute;
        margin-top: 120px;
        font-size: 9px;
    }
        #ps div.notes strong {
            display: block;
            font-size: 16px;
            font-weight: 400;
            margin-bottom: 20px;
            margin-top:30px;
        }

    #ps div.notes a {
        display:block;
        margin-top:40px;
        font-size: 10px;
        color: #fff;
    }

#about {
    background: #2a3139;
    width: 100%;
    display: flex;
    padding: 35px 0;
    color: #d1d1d1;
    line-height: 30px;
    font-size: 12px;
    justify-content: center;
    flex-wrap: wrap
}
#about .vedio {
    width: 480px;
    height: 270px;
    background: #353535;
}

#about .notes {
    display: flex;
    flex-direction: column;
    justify-content: space-between;
    padding-left: 40px;
    width: 680px;
}

#about h3 {
    color: #7f8082;
    margin: 0;
    margin-bottom: 20px;
    font-weight: 400;
    font-size: 24px;
}

    #about h3 span {
        color: #555452;
        font-size: 21px;
    }

#about div a {
    display: block;
    height: 25px;
    color: #12a6ec;
    border: 1px solid #12a6ec;
    line-height: 25px;
    width: 100px;
    text-align: center;
    border-radius: 15px;
}

#counts {
    width: 1100px;
    background: #fff;
    margin-top: 40px;
    padding: 0 50px;
    display: flex;
    flex-direction: row;
    justify-content: space-around;
    align-items: center
}

    #counts dt {
        font-weight: 600;
        color: #6a6a6a;
        font-size: 14px;
        margin: 0
    }

    #counts dd {
        font-size: 12px;
        color: #c2c2c2;
        padding: 0;
        margin-top: -10px;
        margin-left: 0;
    }

    #counts hr {
        margin: 0;
        padding: 0;
        height: 40px;
        border: 1px solid #e7e7e7;
    }

#contact {
    width: 100%;
    background: #292e32;
    padding: 20px 0 60px 0;
    text-align: center;
    color: #fff;
    display: flex;
    justify-content: center;
    flex-wrap: wrap
}
div.h1 {
    width: 100%;
    padding: 30px 0;
    font-size: 24px;
    font-weight: 500;
    color: #000;
    background: #f8f8f8;
    text-indent:2em;
}

