sy_sjhtml.css 3.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192
  1. * {
  2. margin: 0px;
  3. padding: 0px;
  4. }
  5. html {
  6. font-size: 62.5%;
  7. font-family:"Microsoft YaHei",Arial,Helvetica,sans-serif,"宋体";
  8. font-size: 12px;
  9. }
  10. p {
  11. font-size: 1.2rem;
  12. }
  13. a {
  14. font-size: 1.2rem;
  15. }
  16. i {
  17. font-size: 1.2rem;
  18. }
  19. body,div,dl,dt,dd,ul,ol,li,h1,h2,h3,h4,h5,h6,pre,code,form,fieldset,legend,input,textarea,p,blockquote,th,td,hr,button,article,aside,details,figcaption,figure,footer,header,hgroup,menu,nav,section {
  20. margin:0;
  21. padding:0;
  22. }
  23. em{ text-decoration:none; font-style:normal;}
  24. table {
  25. border-collapse:collapse;
  26. border-spacing:0;
  27. }
  28. img {
  29. border:none;
  30. }
  31. ol,ul,li {
  32. list-style:none;
  33. }
  34. /* 标题自定义 */
  35. h1,h2,h3,h4,h5,h6 {
  36. }
  37. input,textarea,select,a:focus { outline: none;}
  38. a{
  39. font-family:"Microsoft YaHei";
  40. text-decoration: none;
  41. }
  42. a:hover {
  43. text-decoration:none;
  44. cursor: pointer;
  45. }
  46. span{
  47. font-family:"Microsoft YaHei";
  48. }
  49. font{
  50. font-family:"Microsoft YaHei";
  51. }
  52. h1,h2,h3,h4,h5,h6{ font-weight:normal;}
  53. .ly_clear {
  54. height:0px;
  55. line-height:0px;
  56. font-size:0px;
  57. overflow:hidden;
  58. display:none;
  59. clear:both;
  60. }
  61. /* 显示和隐藏 */
  62. .ly_hide {
  63. display:none;
  64. }
  65. .ly_block {
  66. display:block;
  67. }
  68. .clear{ clear:both;}
  69. i{ font-style:normal;}
  70. .mr0{ margin:0 auto !important;}
  71. .fl{ float:left;}
  72. .fr{ float:right;}
  73. .clearfix:after {
  74. content: ".";
  75. display: block;
  76. clear: both;
  77. visibility: hidden;
  78. line-height: 0;
  79. height: 0;
  80. font-size:0; }
  81. .clearfix { *zoom:1;}
  82. .red{
  83. color: #C70509!important;
  84. }
  85. .yellow{
  86. color: #ee9c12!important;
  87. }
  88. .gray{
  89. color: #aeaeae!important;
  90. }
  91. .blue{
  92. color: #0b62ad!important;
  93. }
  94. .green{
  95. color: #269604!important;
  96. }
  97. .hei53{
  98. height:53px;
  99. width: 100%;
  100. }
  101. /*友情链接*/
  102. .yqlj{
  103. border-top:1px solid #ccc;
  104. border-bottom:1px solid #ccc;
  105. margin-bottom: 2%;
  106. height: 50px;
  107. line-height: 50px;
  108. }
  109. .yqlj span{
  110. display: block;
  111. width: 20%;
  112. float:left;
  113. text-align: center;
  114. background: url(sy_sj_71.png) no-repeat right center;
  115. font-size: 1rem;
  116. }
  117. .yqlj .yqlj_div{
  118. width: 80%;
  119. float:left;
  120. overflow: hidden;
  121. height: 50px;
  122. }
  123. .yqlj .yqlj_a{
  124. overflow-x:scroll;
  125. width: 100%;
  126. }
  127. .yqlj .yqlj_a ul{
  128. width: 1000%;
  129. }
  130. .yqlj .yqlj_a li{
  131. height: 50px;
  132. line-height: 50px;
  133. display: block;
  134. float: left;
  135. margin: 0px 3px;
  136. padding: 0px 10px;
  137. }
  138. .yqlj .yqlj_a li a{
  139. font-size: 1rem;
  140. }
  141. .yqlj_a::-webkit-scrollbar{width:0px}
  142. .footerbox{width:100%;background:#033c6c;/*height: 155px;*/padding: 20px 0;}
  143. .footerbox table{ width:100%; margin:0 auto;}
  144. .footerbox table tr td img{ display:block; margin:0 auto;}
  145. .footerbox table tr td a{display:block;width: 115px;padding: 0 0 17px 0;border-bottom:solid 1px #c8e3fa;font-size:1rem;color:#fff;margin: 10px 0 20px 0;}
  146. .footerbox table tr td p{ font-size:1rem; color:#fff;}
  147. .bottom{ overflow:hidden; padding:10px 0; font-size:14px;}
  148. .bottom .fl{ margin-left:5%;}
  149. .bottom .fl a{ color:#626262; font-size:0.8rem;}
  150. .bottom .fr{ margin-right:5%;}
  151. .bottom .fr a{ color:#535353;font-size:0.8rem;}
  152. .bottom .fr a span{ padding-left:5px;font-size:0.8rem;}
  153. .bottom .fr a img{ vertical-align:baseline;}
  154. input[type="text"], input[type="password"], input[type="button"] {
  155. font-size: 1.1rem;
  156. font-family: "Microsoft YaHei";
  157. color: #444;
  158. padding: 0;
  159. background: #fff;
  160. border: 0 none;
  161. -webkit-border-radius: 0;
  162. -moz-border-radius: 0;
  163. -o-border-radius: 0;
  164. -ms-border-radius: 0;
  165. border-radius: 0;
  166. -webkit-appearance: none;
  167. -webkit-box-sizing: border-box;
  168. -moz-box-sizing: border-box;
  169. -o-box-sizing: border-box;
  170. -ms-box-sizing: border-box;
  171. box-sizing: border-box;
  172. }
  173. #pageContent{
  174. /* margin-bottom:20px;*/
  175. background: #fff;
  176. }