﻿@charset "utf-8";
/* CSS Document */

*{
    padding:0px;
    margin:0px;
}
body{
    background:#001c44;
    font-family: "微软雅黑", "宋体", Arial,Verdana,Tahoma;font-size: 14px;
}
ul,ol,li{
    list-style:none;
}
h1,h2,h3{
  font-weight: normal;
}
a{
    text-decoration:none;
}
.clear{ 
    clear:both;
}
.hidden{
     display:none;
}    
.center{
    margin:0px auto;
}
.contain{
    width:1920px;
    height: 1080px;
    margin:0 auto;
    overflow: hidden;
}
/* 通用  end*/