/*
* index.css
* by zwl
*/

body{background-color:#dfe3e6;}

/* main */
#main{margin-top:40px;}

#main .hi_list{overflow:hidden;}
#main .hi_list li{float:left;;overflow:hidden;}

#main .hi_list .tip{
    display: block;
}
#main .hi_list .tip .title{margin-top:30px;color:#666;font-size:17px;}
#main .hi_list .tip .desc{margin-top:10px;color:#999;font-size:15px;}

/*以下由雷全更改*/
.bottom-line{
    width: 100%;
}
.hi_list{
    width: 903px;
    height: 250px;
    margin: 0 auto;
}
.hi_list li{
    width: 301px;
    height: 250px;
    float: left;
}
.hi_list li a{
    width: 301px;
    height: 250px;
    display: block;
}
.hi_list li a:hover .title,.hi_list li a:hover .desc{

    color: #6490cf !important;

}

.hi_list li img{
    width: 121px;
    height: 121px;
    margin-left: 90px;
    margin-right: 90px;
}
.tip{
    width: 301px;
    height: 129px;
    float: left;
    text-align: center;
}

#banner{
    width: 100%;
    height: 687px;
    background-position: center;
    background-image: url("../../images/hinew/new_bg.png");
    margin: 0;
}
#banner-container{
    width: 1000px;
    height: 687px;
    margin: 0 auto;
    position: relative;
}
.are-you-ok{
    width: 342px;
    height: 63px;
    background-image: url("../../images/hinew/new_are_you_ok.png");
    position: absolute;
    left: 530px;
    top: 150px;
}
.qingsu{
    width: 394px;
    height: 24px;
    position: absolute;
    left: 530px;
    top: 235px;
    background-image: url("../../images/hinew/new_qingsu.png");
}
.android{
    position: absolute;
    left: 530px;
    top: 297px;
    width: 196px;
    height: 55px;

}
.ios{
    position: absolute;
    left: 530px;
    top: 369px;
    width: 196px;
    height: 55px;

}
.android a{
    width: 196px;
    height: 55px;
    display: block;
    background-image: url("../../images/hinew/new_android_hover.png");

}
.android a:hover{
    width: 196px;
    height: 55px;
    display: block;
    background-image: url("../../images/hinew/new_android.png");
}
.ios a{
    width: 196px;
    height: 55px;
    display: block;
    background-image: url("../../images/hinew/new_ios_hover.png");
}
.ios a:hover{
    width: 196px;
    height: 55px;
    display: block;
    background-image: url("../../images/hinew/new_ios.png");
}

.erweima{
    position: absolute;
    left: 750px;
    top: 297px;
    width: 129px;
    height: 129px;
    background-image: url("../../images/hinew/new_erweima.png");
    background-size:129px 129px;
}


