base.css 4.8 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. @charset "utf-8";
  2. /* CSS Document */
  3. *{-moz-box-sizing: content-box;
  4. -webkit-box-sizing: content-box;
  5. -o-box-sizing: content-box;
  6. -ms-box-sizing: content-box;
  7. box-sizing: content-box; }
  8. html,body,div,p,ul,ol,li,h1,h2,h3,h5,h4,dd{ padding:0; margin:0;-webkit-box-sizing:border-box;-moz-box-sizing:border-box; }
  9. input{outline:none;/*去除蓝色边框*/}
  10. a{ text-decoration:none;}
  11. img{ border:none;}
  12. ul,ol,li{ list-style:none;}
  13. body{ font:12px 'Microsoft Yahei'; color:#666; background-position:top;text-align:center; background-color:#faf7e7}
  14. div{ text-align:left}
  15. .c{ width:1200px; margin:0 auto; text-align:center}
  16. .clear{ clear:both}
  17. .l{ float:left}
  18. .r{ float:right}
  19. .box_4{ height:4px; width:4px; display:block}
  20. /*head*/
  21. .header{ height:30px; background-color:#e3e4e5; line-height:30px;}
  22. .header_r{}
  23. .head{ height:80px; background-color:#FFF}
  24. .head_line{height:4px; background-color:#820402}
  25. .head .head_l{ width:328px;}
  26. .head .head_l img{ margin-top:7px}
  27. .head .head_r{ width:662px; margin-top:20px;}
  28. .head .head_r a{ display:block; width:110px;color:#820402; font-size:18px; float:left; text-align:center; line-height:40px;font-weight:bold}
  29. .head .head_r a i{ display:block; width:96px; text-align:center}
  30. .head .head_r a:hover{ color:#F00; font-weight:bold}
  31. .head .head_r a.current{ color:#840402; font-weight:bold; border-bottom:2px solid #820402}
  32. .banner{}
  33. .foot{ border-top:2px solid #aa1324; background-color:#525252; height:202px; margin-top:20px; width:100%; background-size:100%;}
  34. .footer a{ color:#FFF; margin:5px}
  35. .footer p{ text-align:center;}
  36. .footer{ margin-top:20px; color:#f5f5f5}
  37. .line_tit{ border-bottom:1px dashed #999; margin:10px 0px; }
  38. .footnew{ border-top:2px solid #aa1324; background-color:#525252; height:202px; margin-top:20px; width:100%; background-size:100%;}
  39. .footernew a{ color:#FFF; margin:5px}
  40. .footernew p{ text-align:center;}
  41. .footernew{ margin-top:20px; color:#f5f5f5}
  42. .list_tu,.list_tu2{ width:240px; float:left;}
  43. .list_tu{ margin:5px;}
  44. .list_tu2{margin:5px; background-color:#eee}
  45. .list_tu h6,.list_tu2 h6{ height:232px; padding:0; margin:4px;}
  46. .list_tu h6 img,.list_tu2 h6 img{ width:232px; height:232px;}
  47. .list_tu h3,.list_tu2 h3{font-weight:normal; color:#333; margin:4px; }
  48. .list_tu h4,.list_tu2 h4{ color:#666; font-size:12px; line-height:24px;font-weight:normal; margin:4px;}
  49. .list_tu h5,.list_tu2 h5{ line-height:30px; margin:4px;}
  50. .list_tu h5 strong,.list_tu2 h5 strong{ color:#aa1324; font-size:20px;}
  51. .list_tu h5 span,.list_tu2 h5 span{ float:right; margin-top:4px; }
  52. .list_tu h5 span a,.list_tu2 h5 span a{ margin:0px 2px;}
  53. .weixin{ font-size:12px; text-align:center; position:relative}
  54. .weixin a{width:70px;display:block; left:0; top:0; color:#666 }
  55. .weixin .weixin_nr{width:166px; height:166px; padding:10px; background:#e8e8e8; text-align:center; position:absolute; left:-45px; top:45px; display:none;z-index:9999;}
  56. .shadow {
  57. -webkit-box-shadow:1px 1px 3px #292929;
  58. -moz-box-shadow:1px 1px 3px #292929;
  59. box-shadow:1px 1px 3px #292929;
  60. }
  61. .weixin .weixin_nr img{ margin-bottom:5px;}
  62. .weixin .weixin_nr .arrow{ width:0; height:0; border-bottom:10px solid #e8e8e8;border-left:10px solid transparent;border-right:10px solid transparent; position:absolute; left:50px; top:-10px;}
  63. .weixin.on .weixin_nr{ display:block;}
  64. .weixin.on a{ }
  65. .pprz,.weixin{ float:left}
  66. .pprz a{ color:#666}
  67. .table_l{ color:#999; width:80px}
  68. .table_r{ color:#666;}
  69. .mobile_ewm{ position:absolute; top:62px;right:-73px;width:150px;height:170px;background-color:#fff display:block; z-index:999; border:2px solid #eee;}
  70. .mobile_ewm p{font-size:12px; text-align:center; font-weight:normal; line-height:1px; background-color:#FFF}
  71. .mobile_ewm img{width:146px;height:146px;}
  72. /* 分页CSS代码 */
  73. DIV.jogger { text-align:center; height:50px; padding-top:10px;}
  74. DIV.jogger A {
  75. PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
  76. MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em;
  77. BACKGROUND-COLOR: #ee4e4e; TEXT-DECORATION: none
  78. }
  79. DIV.jogger A:hover {
  80. PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
  81. MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
  82. }
  83. DIV.jogger A:active {
  84. PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
  85. MARGIN: 2px; COLOR: #fff; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #de1818
  86. }
  87. DIV.jogger SPAN.current {
  88. PADDING-RIGHT: 0.64em; PADDING-LEFT: 0.64em; PADDING-BOTTOM: 0.43em;
  89. MARGIN: 2px; COLOR: #6d643c; PADDING-TOP: 0.5em; BACKGROUND-COLOR: #f6efcc
  90. }
  91. DIV.jogger SPAN.disabled {
  92. DISPLAY: none
  93. }
  94. .bj{ position:fixed; top:0; left:0px; width:100% ; height:645px;z-index:-1;}
  95. .second_banner{ background-color:#820402; }
  96. .second_banner_txt{ text-align:center; color:#fff; font-size:60px;height:200px;}
  97. .second_banner_txt strong{ line-height:200px;}
  98. .cred{ color:#820402}
  99. .mb20{ margin-bottom:20px;margin-top:15px;}
  100. .tc{ text-align:center}
  101. .box20{ height:20px;}