style.css 1.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109
  1. *{
  2. margin:0;
  3. padding: 0;
  4. font-family: '微软雅黑';
  5. }
  6. a h1, a h2, a h3, a h4, a h5, a h6 {
  7. margin-bottom: 5px;
  8. margin-top: 0;
  9. overflow: hidden;
  10. text-overflow: ellipsis;
  11. white-space: nowrap;
  12. }
  13. .tabLs{
  14. text-align:center;
  15. }
  16. .container{
  17. /*width:70%;*/
  18. margin-right: auto;
  19. margin-left: auto;
  20. padding-left: 15px;
  21. padding-right: 15px;
  22. }
  23. .tabLs>.li{
  24. padding:15px;
  25. cursor: pointer ;
  26. }
  27. .introduceContent{
  28. padding-top:20px;
  29. }
  30. .introduceContent>p{
  31. text-align: center;
  32. color: #606060;
  33. margin-bottom: 15px;
  34. position: relative;
  35. width: 100%;
  36. font-size: 20px;
  37. line-height: 30px;
  38. }
  39. .introduceContent>article>p{
  40. text-indent: 2em;
  41. line-height: 1.75em;
  42. position: relative;
  43. color: #606060;
  44. margin-bottom: 15px;
  45. font-size: 14px;
  46. }
  47. .corporationContent{
  48. padding-top:20px;
  49. }
  50. .corporationContent img {
  51. display: inline-block;
  52. max-width: 100%;
  53. }
  54. .corporationContent ul{
  55. padding-left:0;
  56. }
  57. .corporationContent ul li{
  58. list-style: none;
  59. display:inline-block;
  60. width:29%;
  61. margin:0.5%;
  62. padding:5px 15px 10px 15px;
  63. text-align: center;
  64. background-color:#FFFFFF;
  65. }
  66. .corporationContent ul li a{
  67. text-decoration: none;
  68. color:#303030;
  69. }
  70. .corporationContent ul li a h4{
  71. font-size:18px;
  72. padding:20px 0;
  73. font-weight:normal;
  74. }
  75. .corporationContent ul li a h4:hover{
  76. color: #f47d27;
  77. }
  78. .detailContent{
  79. margin-top:30px;
  80. }
  81. .detailContent>p{
  82. position: relative;
  83. width: 100%;
  84. text-align: center;
  85. font-size: 20px;
  86. line-height: 30px;
  87. color: #606060;
  88. margin-bottom: 15px;
  89. }
  90. .detailContent>div{
  91. text-align: center;
  92. }
  93. .detailContent>div>i{
  94. position: relative;
  95. display: inline-block;
  96. vertical-align: middle;
  97. margin-right: 15px;
  98. color: #909090;
  99. margin-bottom: 6px;
  100. }
  101. .detailContent>article>p{
  102. position: relative;
  103. color: #606060;
  104. margin-bottom: 15px;
  105. font-size:14px;
  106. }