sy_sjhtml.css 3.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197
  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. .footer{
  103. background: #fff;
  104. padding-top: 2%;
  105. }
  106. /*友情链接*/
  107. .yqlj{
  108. border-top:1px solid #ccc;
  109. border-bottom:1px solid #ccc;
  110. margin-bottom: 2%;
  111. height: 50px;
  112. line-height: 50px;
  113. }
  114. .yqlj span{
  115. display: block;
  116. width: 20%;
  117. float:left;
  118. text-align: center;
  119. background: url(sy_sj_71.png) no-repeat right center;
  120. font-size: 1rem;
  121. }
  122. .yqlj .yqlj_div{
  123. width: 80%;
  124. float:left;
  125. overflow: hidden;
  126. height: 50px;
  127. }
  128. .yqlj .yqlj_a{
  129. overflow-x:scroll;
  130. width: 100%;
  131. }
  132. .yqlj .yqlj_a ul{
  133. width: 1000%;
  134. }
  135. .yqlj .yqlj_a li{
  136. height: 50px;
  137. line-height: 50px;
  138. display: block;
  139. float: left;
  140. margin: 0px 3px;
  141. padding: 0px 10px;
  142. }
  143. .yqlj .yqlj_a li a{
  144. font-size: 1rem;
  145. }
  146. .yqlj_a::-webkit-scrollbar{width:0px}
  147. .footerbox{width:100%;background:#033c6c;/*height: 155px;*/padding: 20px 0;}
  148. .footerbox table{ width:100%; margin:0 auto;}
  149. .footerbox table tr td img{ display:block; margin:0 auto;}
  150. .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;}
  151. .footerbox table tr td p{ font-size:1rem; color:#fff;}
  152. .bottom{ overflow:hidden; padding:10px 0; font-size:14px;}
  153. .bottom .fl{ margin-left:5%;}
  154. .bottom .fl a{ color:#626262; font-size:0.8rem;}
  155. .bottom .fr{ margin-right:5%;}
  156. .bottom .fr a{ color:#535353;font-size:0.8rem;}
  157. .bottom .fr a span{ padding-left:5px;font-size:0.8rem;}
  158. .bottom .fr a img{ vertical-align:baseline;}
  159. input[type="text"], input[type="password"], input[type="button"] {
  160. font-size: 1.1rem;
  161. font-family: "Microsoft YaHei";
  162. color: #444;
  163. padding: 0;
  164. background: #fff;
  165. border: 0 none;
  166. -webkit-border-radius: 0;
  167. -moz-border-radius: 0;
  168. -o-border-radius: 0;
  169. -ms-border-radius: 0;
  170. border-radius: 0;
  171. -webkit-appearance: none;
  172. -webkit-box-sizing: border-box;
  173. -moz-box-sizing: border-box;
  174. -o-box-sizing: border-box;
  175. -ms-box-sizing: border-box;
  176. box-sizing: border-box;
  177. }
  178. #pageContent{
  179. /* margin-bottom:20px;*/
  180. background: #fff;
  181. }