123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148 |
- /* 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: 1430px;
- }
- .index_box{
- width:1430px;
- height:862px;
- float:left;
- margin-left:1px;
- margin-top:2px;
- }
- .index_box_right{
- width:418px;
- height:860px;
- float:right;
- border:1px solid #dedfe1;
- background:#f1f1f1;
- }
- .index_box_center{
- width:1000px;
- height:862px;
- float:left;
- }
- .center_box{
- width:1000px;
- height:286px;
- float:left;
- margin-bottom:2px;
- }
- .center_box1{
- width:1000px;
- height:286px;
- float:left;
- }
- .center_box_left1{
- width:20px;
- height:186px;
- background:url(../img/gz_baojing_bgblue.jpg) no-repeat top left;
- font:bold 14px/18px "Microsoft Yahei";
- color:#fff;
- padding-top:100px;
- padding-left:7px;
- float:left;
- }
- .center_box_left2{
- width:20px;
- height:186px;
- background:url(../img/gz_baojing_bggreen.jpg) no-repeat top left;
- font:bold 14px/18px "Microsoft Yahei";
- color:#fff;
- padding-top:100px;
- padding-left:7px;
- float:left;
- }
- .center_box_left3{
- width:20px;
- height:186px;
- background:url(../img/gz_baojing_bgblack.jpg) no-repeat top left;
- font:bold 14px/18px "Microsoft Yahei";
- color:#fff;
- padding-top:100px;
- padding-left:7px;
- float:left;
- }
- .center_box_right{
- width:900px;
- height:268px;
- border:1px solid #d4d7d8;
- border-left:0px;
- float:left;
- padding-top:16px;
- padding-left:10px;
- }
- .baojing_orange, .baojing_black, .baojing_red{
- cursor:pointer;
- width:150px;
- height:85px;
- float:left;
- }
- .baojing_orange{
- cursor:pointer;
- background:url(../img/baojing_orange.png) no-repeat top left;
- }
- .baojing_black{
- cursor:pointer;
- background:url(../img/baojing_black.png) no-repeat top left;
- }
- .baojing_red{
- cursor:pointer;
- background:url(../img/baojing_red.png) no-repeat top left;
- }
- .baojing_font_top, .baojing_font_bottom{
- font:18px/42px "Microsoft Yahei";
- color:#fff;
- float:left;
- }
- .baojing_font_top{
- padding-left:19px;
- width:131px;
- text-align:left;
- }
- .baojing_font_bottom{
- padding-right:15px;
- width:135px;
- text-align:right;
- }
|