home.css 1.6 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121
  1. .part1{
  2. font-size:22px;
  3. }
  4. .part1 a{
  5. text-decoration:none;
  6. color:#666;
  7. }
  8. .en{
  9. color:#828282;
  10. font-size:15px;
  11. }
  12. .line1{
  13. height:3px;
  14. background:#d0d0d0;
  15. width:100%;
  16. margin-bottom:8px
  17. }
  18. .line2{
  19. height:3px;
  20. background: #005197;
  21. width:94px;
  22. }
  23. .text1{
  24. text-align:justify;
  25. font-size:13px;
  26. line-height:25px;
  27. color:#505050;
  28. margin-top:5px;
  29. }
  30. /*新闻中心*/
  31. .carousel {
  32. margin-bottom: 40px;
  33. }
  34. .carousel .item {
  35. background-color: #000;
  36. }
  37. .carousel .nav-point{
  38. bottom:-14px;
  39. }
  40. .carousel .nav-title{
  41. font-size:12px;
  42. bottom:-14px;
  43. }
  44. .carousel .item img {
  45. width: 100%;
  46. }
  47. .carousel-caption {
  48. z-index: 10;
  49. }
  50. .carousel-caption p {
  51. margin-bottom: 20px;
  52. font-size: 20px;
  53. line-height: 1.8;
  54. }
  55. .more-btn{
  56. float:right;
  57. margin-top:7px;
  58. color:#828282;
  59. font-size:11px;
  60. }
  61. .list-new li{
  62. border-bottom:1px dashed #eae7e7;
  63. line-height:40px;
  64. }
  65. .list-new a{
  66. text-decoration:none;
  67. color:#666;
  68. font-size:13px;
  69. }
  70. .list-new a:hover{
  71. color:#d30a1c;
  72. }
  73. .list-new span{
  74. float:right;
  75. font-size:12px;
  76. }
  77. .list-new .public-detail{
  78. float:right;
  79. color:#d30a1c;
  80. }
  81. /* 联系我们 */
  82. .procurement-li{
  83. line-height:35px;
  84. color:#666;
  85. font-size:13px;
  86. }
  87. .procurement-li a{
  88. text-decoration:none;
  89. color:#666;
  90. }
  91. .platform{
  92. width:100%;
  93. height:45px;
  94. background:#eae7e7;
  95. color:#fff;
  96. text-align:center;
  97. font-size:17px;
  98. line-height:42px;
  99. }
  100. .platform a{
  101. text-decoration:none;
  102. color:#666;
  103. }
  104. .platform a:hover{
  105. color:#d30a1c;
  106. }
  107. /* 产品中心 */
  108. .pro-images{
  109. background-color:#f6f6f6;
  110. }
  111. .thumbnail{
  112. margin-bottom:0px;
  113. }
  114. .col-pro{
  115. background-color:#F6F6F6;
  116. padding-top:15px;
  117. }