html,body,div,p,a,ul,li{
    padding:0;
    margin: 0;
}
html,body{
    font-size: 14px;
    color: #333;
    font-family: 'Microsoft yahei', Verdana, Geneva, Tahoma, sans-serif;
}
a{
    text-decoration: none;
    color:#333;
    cursor: pointer;
}
input{ border: 0px;outline: none}

ul li{
    list-style: none;
}
.gesture{
    cursor: pointer;
}

.lg-colorRed{
    color:#c5020d;
}
.lg-color{
    color: #025bb6;
}
.lg-colorYellow{
    color: #d56501 !important;
}
.lg-colorWhite{
    color:#fff;
}
.lg-colorGray{
    color: #666;
}
.lg-bgRedColor{
    background: #c5020d;
}
.lg-bgBlueColor{
    background: #1c73bc;
}
.lg-bgColor{
    background: rgba(2,92,182,.85);
    background: #025bb6 \9;
    *background: #025bb6;
}
.lg-bgColorDeep{
    background: #033664;
}
.lg-bgColorGray{
    background: #dfdfdf;
}
.lg-bgColorG{
    background: #f7f6f6;
}
.lg-subsitebg{
    background: #f9f9f9;
}
.lg-subsitebgWhite{
    background: #fff;
}
.lg-pageBgColor{
    background: #f5f5f5;
}
.lg-subsite-colorB{
    color:#0868c2
}
.lg-fontSize16{
    font-size: 16px;
}
.lg-fontSize15{
    font-size: 15px;
}
.lg-fontSize18{
    font-size: 18px;
}
.lg-fontSize13{
    font-size: 13px;
}
.lg-fontSize22{
    font-size: 22px;
}
.lg-fontSize20{
    font-size: 20px;
}

.lg-container{
    width: 1240px;
    margin: auto;
    position: relative;
}
.lg-more{
    background: url(../img/morePage.png) no-repeat;
    width: 74px;
    height:18px;
    display: inline-block;
    *margin-top:-20px;
}
