common.css 4.2 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136
  1. @charset "utf-8";
  2. @font-face {
  3. font-family: 'DIN';
  4. src:url('../fonts/DIN-Light.otf');
  5. src:url('../fonts/DIN-Regular.otf') format('truetype');
  6. font-weight: normal;
  7. font-style: normal;
  8. }
  9. html, body, div, span, applet, object, iframe, h1, h2, h3, h4, h5, h6, p, blockquote, pre, a, abbr, acronym, caption, tbody, tfoot, thead, address, big, cite, code, del, dfn, em, img, ins, kbd, q, s, samp, small, strike, strong, sub, sup, tt, var, b, u, i, center, dl, dt, dd, ol, ul, li, fieldset, form, label, legend, caption, article, aside, canvas, details, embed, figure, figcaption, footer, header, hgroup, menu, nav, output, ruby, section, summary, time, mark, audio, video { margin: 0; padding: 0px; border: 0; font-size: 100%; outline: none; }
  10. html { font-size: 100%; -webkit-text-size-adjust: 100%; -ms-text-size-adjust: 100%; overflow-x: hidden;}
  11. /* always display scrollbars */
  12. body { font:14px/30px "Microsoft Yahei","微软雅黑","Arial","Helvetica","SimHei","黑体","STXihei","华文细黑",sans-serif; margin: 0 auto; color:#000; width: 100%; height: 100%; overflow: hidden;}
  13. body{overflow-x:hidden}
  14. article, aside, details, figcaption, figure, footer, header, hgroup, menu, nav, section { display: block; }
  15. input, select,button{ vertical-align: middle; outline: none; padding:0; }
  16. ol, ul,li{ list-style: none; }
  17. blockquote, q { quotes: none; }
  18. blockquote:before, blockquote:after, q:before, q:after { content: ''; content: none; }
  19. strong,i,em,b{ font-style:normal; font-weight:normal; }
  20. img { border:0;}
  21. input[type="text"], input[type="button"], input[type="submit"], input[type="reset"] ,select{ -webkit-appearance: none; border-radius: 0;}
  22. textarea { -webkit-appearance: none; border-radius: 0; background:none; outline:none; padding:0; margin:0; border:none;}
  23. ::-moz-selection { background: #ebb112; color: #fff; text-shadow: none; }
  24. ::selection { background: #ebb112; color: #fff; text-shadow: none; }
  25. a{ text-decoration:none; blr: expression(this.onFocus=this.blur()); cursor: pointer; color: #666666; -webkit-transition: 0.3s; -moz-transition: 0.3s; -o-transition: 0.3s; transition: 0.3s; }
  26. a:link, a:visited { text-decoration: none; }
  27. .clear { clear: both; }
  28. .clearfix:before, .clearfix:after { display: table; content: ""; line-height: 0px; }
  29. .clearfix:after { clear: both; }
  30. .clearfix { *zoom: 1; }
  31. .fl{ float:left;}
  32. .fr{ float:right;}
  33. .tl{text-align: left;}
  34. .tc{text-align: center;}
  35. .tr{text-align: right;}
  36. h1,h2,h3,h4,h5{ font-weight:normal; display:block;}
  37. input,button,table,tr,td,textarea{ font-family:Microsoft yahei,Arial;}
  38. .bgffffff{background: #ffffff;}
  39. .bgf7f7f7{background: #f7f7f7;}
  40. .bgf5f5f5{background: #f5f5f5;}
  41. .w1200{ width:1200px; margin:0px auto;}
  42. .w1300{ width:1300px; margin:0px auto;}
  43. .w1260{ width:1260px; margin:0px auto;}
  44. .ft26{font-size: 26px;}
  45. .ft20{font-size: 20px;}
  46. .bg0{background: none !important;}
  47. .ml10{ margin-left: 10px;}
  48. .ml20{ margin-left: 20px;}
  49. .ml30{ margin-left: 30px;}
  50. .ml40{ margin-left: 40px;}
  51. .ml50{ margin-left: 50px;}
  52. .h150{height: 150px;}
  53. .mt40{margin-top: 40px !important;}
  54. .mt50{margin-top: 50PX !important;}
  55. input:required:invalid, input:focus:invalid, textarea:required:invalid, textarea:focus:invalid{box-shadow: none; -moz-box-shadow: none;}
  56. input::-webkit-input-placeholder, textarea::-webkit-input-placeholder{color: #333;}
  57. input:-moz-placeholder, textarea:-moz-placeholder{color: #333;}
  58. input::-moz-placeholder, textarea::-moz-placeholder{color: #333;}
  59. input:-ms-input-placeholder, textarea:-ms-input-placeholder{color: #333;}
  60. .white{color: #fff !important;}
  61. .red{color: #a21f24 !important;}
  62. .gray333{color: #333 !important;}
  63. .gray999{color: #999 !important;}
  64. .f12{font-size: 12px;}
  65. .f14{font-size: 14px !important;}
  66. .f16{font-size: 16px;}
  67. .f18{font-size: 18px;}
  68. .f20{font-size: 20px;}
  69. .f22{font-size: 22px;}
  70. .f24{font-size: 24px;}
  71. .f26{font-size: 26px;}
  72. .f28{font-size: 28px;}
  73. .f30{font-size: 30px;}
  74. .f36{font-size: 36px;}
  75. .f38{font-size: 38px !important;}
  76. .f40{font-size: 40px;}
  77. .fw{font-weight: bold;}
  78. .container{margin: 0 3.125%; box-sizing: border-box;}
  79. /* css3 style */
  80. .trans-3{-webkit-transition: all 0.35s linear; transition: all 0.35s linear;}
  81. .trans-8{-webkit-transition: all 0.8s; transition: all 0.8s;}
  82. .banner{
  83. width: 100%;
  84. }