/*IE8浏览器提示*/
.index_tishi{
    text-align:center;
    color:#fff;
    /*background-color:#000;*/
    background: rgba(0,0,0,.7);
    filter:progid:DXImageTransform.Microsoft.gradient(startColorstr=#B2000000,endColorstr=#B2000000);
    /*opacity: 0.75;*/
    width: 100%;
    height:100%;
    border:0;
    position: fixed;
    top:0;
}
.hint{
    position: relative;
    margin: 0 auto;
    width: 724px;
    /*height: 721px;*/
    top: 190px;
}
.hint img{
    height: 392px;
    width: 724px;

}
.hint a{
    position: absolute;
    top: 165px;
    right: 270px;
    font-size: 20px;
    color: #fff;
    letter-spacing: 2px;
}
.hint a:hover{
    color: #eee;
}
.footer_img{
    width: 100%;
    height: 213px;
    background-image: url(footer.png);
    position: absolute;
    bottom:0px;
}
.liulanqi li{
    list-style: none;
}
.liulanqi li{

    float: left;
    text-align: center;
}
.liulanqi li:first-child{
    width: 100px;
}
.browser{
    width: 170px;
    }
.browser_title{
    text-align: center;width: 170px
}
.liulanqi li a:hover{
    color: #eee;
}

.footer_size{
    font-size: 16px;
    color: white;
}
.liulanqi{
    overflow: hidden;
    display: inline-block;
    position: absolute;
    left: 340px;
    top:40px;
}
.footer_img p{
    display: inline-block;
    position: absolute;
    right: 465px;
    font-size: 28px;
    top: 132px;
    color: #393;
    font-weight: bold;
    letter-spacing: 2px;
}


@media screen and (max-width: 1366px) {
    .hint img {
        width: 500px;
        height: 280px;
    }

    .liulanqi li:first-child {
        width: 70px;
    }

    .browser {
        width: 130px;
    }

    .liulanqi li img {
        width: 70px;
    }

    .footer_img p {
        position: absolute;
        right: 200px;
        font-size: 20px;
        top: 100px;
    }

    .browser_title {
        text-align: center;
        width: 130px
    }

    .footer_size {
        font-size: 12px;
    }

    .footer_img {
        height: 155px;

    }

    .hint a {
        position: absolute;
        font-size: 16px;
        right: 290px;
        top: 115px;
    }
}