﻿body{
    background-color: #f5f5f5;
    
}
.browser{
    width: 100%;
    height: 460px;
    text-align:center;
    top: 50%;
    margin-top: -230px;
    position: absolute;
}
.browser-pc{
    background: url(/site/img/browser/pc.gif) no-repeat;
    width: 148px;
    height: 126px;
    margin:auto;
}
.browser-text1{
    text-align: center;
    font-weight: bold;
    color: #4a4a4a;
    font-size: 32px;
    line-height: 32px;
    margin-top: 42px;
}
.browser-text2{
    text-align: center;
    font-weight: bold;
    color: #0aa770;
    line-height: 32px;
    font-size: 32px;
    margin-top: 18px;
}
.browser-type{
    width: 640px;
    margin: 40px auto 0;
    height: 160px;
}
.browser-type a{
    display: block;
    float: left;
    height: 56px;
    width: 298px;
    background-color:#d9d9d9;
    text-align: center;
    line-height: 56px;
    border: solid 1px #fff;
    border-radius: 2px;
    margin: 10px;
    font-size: 18px;
    color: #333;
}
.browser-type a:hover{
    opacity: 0.8;
    filter:alpha(opacity=80);
}
.browser-type a em{
    line-height: 30px;
    padding: 13px 0;
    display:inline-block;
    *display:inline;
    *zoom:1;
    padding-left: 40px;
    background: no-repeat left center;
    font-style: normal;
}
.browser-type a em.gg{
    background-image: url(/site/img/browser/gg.gif);
}
.browser-type a em.js360{
    background-image: url(/site/img/browser/360.gif);
}
.browser-type a em.ff{
    background-image: url(/site/img/browser/ff.gif);
}
.browser-type a em.sg{
    background-image: url(/site/img/browser/sg.gif);
}