/* 全局样式 */
body, ul, ol, li, dl, dt, dd, p, h1, h2, h3, h4, h5, h6, form, fieldset, table, tr, td, img, div {
    margin: 0;
    padding: 0;
    border: 0;
}
em, i, cite {
    font-style: normal;
}
ul, ul li {
    list-style: none;
}
a {
    text-decoration: none;
}
a:hover {
    text-decoration: underline;
}
/* zym 2016.8.17 add  */
img,embed {
    vertical-align: top;
} 
 
/* zym 2016.8.17 add  */
.Header a {
    color: #444;
}
.Header a:hover, .Headnav li a:hover {
    color: #3697e4
}
.Headnav li a:hover {
    text-decoration: none;
}
/* 清除浮动 */
.clearfix:after {
    content: ".";
    display: block;
    height: 0;
    clear: both;
    visibility: hidden;
}
.clearfix {
    display: inline-block;
}
.clearfix {
    display: block;
}

.content{
    width:1000px;margin:0 auto;position: relative;
}
.content_bg{
    width: 604px;height:374px;background:url(../image/bg.png) no-repeat center top; position: absolute;left:50%;top:50%;margin:-187px 0 0 -302px;
}
.content_bg p{
    width:100%;margin-top: 328px; text-align: center;line-height:46px;height:46px;font-size: 14px;color:#0088FF;font-family: "Microsoft YaHei","PingFang SC","Arial";
}

.index_icon{
    display:block; position: absolute; text-align: center;font-size: 14px;color:#0088FF;font-family: "Microsoft YaHei","PingFang SC","Arial";font-weight:bold;
}
.index_bg{
    width:178px;height:50px;top: 94px;left:20px;background:url(../image/index_bg.png) no-repeat center top;line-height:50px;animation:animations 1s linear alternate infinite ;
}
.index_bg:hover{
    background:url(../image/index_bg_h.png) no-repeat center top;color:#fff; text-decoration: none;
}
.selection_bg{
    width:149px;height:51px;top: 154px;left:35px;background:url(../image/selection_bg.png) no-repeat center top;line-height:50px;
}
.selection_bg:hover{
    background:url(../image/selection_bg_h.png) no-repeat center top;color:#fff;text-decoration: none;
}
.forlum_bg{
    width:119px;height:45px;top: 220px;left:50px;background:url(../image/forlum_bg.png) no-repeat center top;line-height:44px;
}
.forlum_bg:hover{
    background:url(../image/forlum_bg_h.png) no-repeat center top;color:#fff;text-decoration: none;
}






