123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121 |
- /* CSS Document */
- body {
- background-color: #fff;
- font-family: "Microsoft Yahei", Arial, Helvetica, sans-serif;
- margin: 0px; padding:0px;
- }
- @font-face {
- font-family: 'fontNameRegular';
- src: url('../fonts/DS-DIGIT-webfont.eot');
- src: local('../fonts/DS-DIGIT-webfont Regular'),
- local('../fonts/DS-DIGIT-webfont'),
- url('../fonts/DS-DIGIT-webfont.woff') format('woff'),
- url('../fonts/DS-DIGIT-webfont.ttf') format('truetype'),
- url('../fonts/DS-DIGIT-webfont.svg#fontName') format('svg');
- font-size: 20px;
- font-weight: bolder;
- }
- a:link {
- color: #fff;
- text-decoration: none;
- }
- a:visited {
- text-decoration: none;
- color: #fff;
- }
- a:hover {
- text-decoration: none;
- color: #ffefc0;
- }
- a:active {
- text-decoration: none;
- color: #ffefc0;
- }
- li{
- list-style:none;
-
- }
- .all{
- backgroun: #fff;
- float: left;
- height: 864px;
- width: 1899px;
- }
- .page_agc_box{
- width:1880px;
- margin-left:1px;
- float:left;
- height:275px;
- margin-top:6px;
- border:1px solid #cdcdcd;
- }
- .page_agc_title{
- width:116px;
- height:275px;
- background:url(../img/page_agc_titlebg.png) repeat-x top left;
- border-right:1px solid #cdcdcd;
- float:left;}
- .page_agc_title li{
- margin-top:100px;
- margin-left:5px;
- width:116px;
- text-align:left;
- font:bold 14px/35px "Microsoft YaHei";
- color:#5d5d5d;}
- .page_agc_zt{
- width:60px;
- height:27px;
- margin-left:15px;
- margin-top:3px;
- float:left;}
- .page_agc_box1 {
- width:419px;
- border-right:1px solid #cdcdcd;
- height:275px;
- float:left;}
- .page_agc_title1, .page_agc_title2 {
- width:180px;
- border-right:1px solid #cdcdcd;
- border-bottom:1px solid #cdcdcd;
- height:38.4px;
- float:left;
- font:14px/38.4px "Microsoft YaHei";
- color:#5d5d5d;
- padding-left:15px;
- background:#f3f3f3;}
- .page_agc_title2 {
- border-bottom:0px;
- height:38.4px;
- font:14px/38.4px "Microsoft YaHei";}
- .page_agc_num{
- width:156px;
- height:38.4px;
- font:24px/38.4px fontNameRegular;
- color:#000;
- border-right:1px solid #cdcdcd;
- border-bottom:1px solid #cdcdcd;
- text-align:center;
- float:left;}
- .page_agc_dw{
- width:66px;
- height:38.4px;
- font:12px/38.4px "Microsoft YaHei";
- color:#5d5d5d;
- border-bottom:1px solid #cdcdcd;
- text-align:center;
- float:left;}
- .page_agc_zt1{
- width:223px;
- height:38.4px;
- border-bottom:1px solid #cdcdcd;
- float:left;}
- .page_agc_zt2{
- width:223px;
- height:38.4px;
- float:left;}
- .page_agc_zt1 img, .page_agc_zt2 img{
- margin-left:102px;
- margin-top:15px;}
- .page_agc_right{
- width:1340px;
- height:275px;float:left;}
|