index.css 5.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337
  1. /* header */
  2. header {
  3. position: relative;
  4. }
  5. header .carousel .carousel-caption {
  6. left: 0;
  7. right: 0;
  8. top: 0;
  9. text-align: left;
  10. }
  11. .header-text {
  12. position: relative;
  13. color: #FFFFFF;
  14. font-family: '微软雅黑';
  15. }
  16. .carousel-item1 .header-text {
  17. padding-top: 70px;
  18. padding-left: 138px;
  19. }
  20. .carousel-item2 .header-text {
  21. color: #333333;
  22. text-align: right;
  23. padding-top: 80px;
  24. padding-right: 70px;
  25. }
  26. .carousel-item3 .header-text {
  27. text-align: right;
  28. padding-top: 70px;
  29. padding-right: 70px;
  30. }
  31. .carousel-item4 .header-text {
  32. color: #000000;
  33. padding-top: 40px;
  34. padding-left: 180px;
  35. }
  36. .carousel-item5 .header-text {
  37. color: #FFFFFF;
  38. padding-top: 5px;
  39. padding-left: 0px;
  40. }
  41. .carousel-item6 .header-text {
  42. color: #000000;
  43. padding-top: 67px;
  44. padding-left: 310px;
  45. }
  46. .carousel-item7 .header-text {
  47. color: #000000;
  48. padding-top: 67px;
  49. padding-left: 606px;
  50. }
  51. .carousel-item8 .header-text {
  52. color: #000000;
  53. padding-top: 39px;
  54. position: relative;
  55. left: 0px;
  56. }
  57. .carousel-item9 .header-text {
  58. position: relative;
  59. left: 800px;
  60. top: 90px;
  61. }
  62. .header-text h1 {
  63. font-size: 50px;
  64. font-weight: 600;
  65. }
  66. .header-text p {
  67. font-size: 20px;
  68. font-weight: 600;
  69. margin-top: 20px;
  70. margin-bottom: 60px;
  71. letter-spacing: 2px;
  72. line-height: 35px;
  73. }
  74. /* header .controls-wrap {
  75. position: absolute;
  76. left: 0;
  77. right: 0;
  78. top: 0;
  79. bottom: 0;
  80. }
  81. header .controls-wrap .container {
  82. height: 100%;
  83. }
  84. header .controls-wrap .header-carousel-control {
  85. display: block;
  86. width: 50px;
  87. height: 50px;
  88. background: #000000;
  89. color: #ffffff;
  90. margin-top: 50%;
  91. } */
  92. .header-carousel-control {
  93. position: absolute;
  94. top: 50%;
  95. margin-top: -40px;
  96. display: block;
  97. width: 40px;
  98. height: 80px;
  99. line-height: 80px;
  100. background: rgba(0, 0, 0, 0.1);
  101. color: rgba(255, 255, 255, 0.5);
  102. font-size: 50px;
  103. text-align: center;
  104. text-decoration: none;
  105. transition: all 0.5s;
  106. opacity: 0;
  107. z-index: 15;
  108. }
  109. header:HOVER .header-carousel-control {
  110. opacity: 1;
  111. }
  112. .header-carousel-control:HOVER, .header-carousel-control:ACTIVE, .header-carousel-control:VISITED, .header-carousel-control:FOCUS {
  113. color: rgba(255, 255, 255, 0.5);
  114. text-decoration: none;
  115. }
  116. .header-carousel-control:HOVER {
  117. color: rgba(255, 255, 255, 1) !important;
  118. background: rgba(0, 0, 0, 0.4) !important;
  119. }
  120. .header-carousel-control>i {
  121. display: block;
  122. padding: 15px 0;
  123. }
  124. .header-carousel-control.left {
  125. left: 0px;
  126. }
  127. .header-carousel-control.right {
  128. right: 0px;
  129. }
  130. header .carousel-indicators {
  131. bottom: 5px;
  132. }
  133. header .carousel-indicators li {
  134. width: 40px;
  135. height: 5px;
  136. border-radius: 0;
  137. border: none;
  138. margin: 0;
  139. background-color: #333333;
  140. opacity: 0.3;
  141. }
  142. header .carousel-indicators li:hover {
  143. background-color: #ffffff;
  144. opacity: 0.6;
  145. }
  146. header .carousel-indicators li.active {
  147. width: 40px;
  148. height: 5px;
  149. margin: 0;
  150. background-color: #ffffff;
  151. opacity: 0.9;
  152. }
  153. header .header-control {
  154. position: absolute;
  155. bottom: 0px;
  156. left: 0px;
  157. right: 0px;
  158. padding-bottom: 20px;
  159. }
  160. header .header-control a {
  161. display: inline-block;
  162. width: 40px;
  163. height: 5px;
  164. line-height: 20px;
  165. background: #666666;
  166. cursor: pointer;
  167. opacity: 0.6;
  168. }
  169. header .header-control a:hover {
  170. opacity: 0.6;
  171. background: #bbbbbb;
  172. }
  173. header .header-control a.active {
  174. opacity: 1;
  175. background: #FFFFFF;
  176. }
  177. /* main */
  178. /* sections */
  179. section {
  180. padding: 80px 0;
  181. background: rgb(255,255,255);
  182. background: -moz-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
  183. background: -webkit-linear-gradient(top, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
  184. background: linear-gradient(to bottom, rgba(255,255,255,1) 0%, rgba(238,239,239,1) 100%);
  185. filter: progid:DXImageTransform.Microsoft.gradient( startColorstr='#ffffff', endColorstr='#eeefef', GradientType=0 );
  186. font-family: '微软雅黑';
  187. }
  188. .section-title h2{
  189. font-size: 36px;
  190. margin-bottom: 20px;
  191. color: #636b72;
  192. font-family: '微软雅黑';
  193. }
  194. .section-title hr {
  195. height: 4px;
  196. width: 60px;
  197. background: #19B5FE;
  198. position: relative;
  199. border: 0;
  200. margin-top: 30px;
  201. margin-bottom: 60px;
  202. }
  203. /* service */
  204. .service {
  205. margin-bottom: 25px;
  206. }
  207. .service i.fa {
  208. font-size: 40px;
  209. margin-bottom: 10px;
  210. color: #19B5FE;
  211. -webkit-transition: all 0.5s ease-out;
  212. -moz-transition: all 0.5s ease-out;
  213. -ms-transition: all 0.5s ease-out;
  214. -o-transition: all 0.5s ease-out;
  215. transition: all 0.5s ease-out;
  216. }
  217. .service:hover i.fa {
  218. transform: scale(1.5);
  219. -ms-transform: scale(1.5);/* IE 9 */
  220. -moz-transform: scale(1.5);/* Firefox */
  221. -webkit-transform: scale(1.5);/* Safari and Chrome */
  222. -o-transform: scale(1.5);/* Opera */
  223. }
  224. .service h4 {
  225. font-weight: 600;
  226. }
  227. .service p {
  228. color: #636b72;
  229. font-family: 'Open Sans', sans-serif;
  230. }
  231. /* aboutUs section */
  232. #aboutUs img {
  233. margin-top: -30px;
  234. margin-left: 10px;
  235. }
  236. /* tour */
  237. .tour.popover {
  238. max-width: none;
  239. min-width: 350px;
  240. }
  241. .tour .popover-title {
  242. font-size: 24px;
  243. font-family: '微软雅黑';
  244. }
  245. .tour .popover-content {
  246. margin-bottom: 20px;
  247. }
  248. .tour .popover-navigation {
  249. border-top: 1px solid #eeeeee;
  250. }
  251. .tour-backdrop {
  252. opacity: 0.5;
  253. }
  254. /*人才招聘按钮*/
  255. header .carousel-caption .header-btn{
  256. position: absolute;
  257. bottom: 17%;
  258. left: 50%;
  259. margin-left: -200px;
  260. width: 1140px;
  261. }
  262. header .carousel-caption .header-btn a{
  263. display: inline-block;
  264. width: 200px;
  265. height: 40px;
  266. line-height: 40px;
  267. font-weight: bold;
  268. text-align: center;
  269. text-decoration: none;
  270. border-radius: 20px;
  271. }
  272. header .carousel-caption .header-btn a:first-child{
  273. margin-right: 26px;
  274. font-size: 16px;
  275. color: #fff;
  276. background: #f85659;
  277. }
  278. header .carousel-caption .header-btn .link-hr-set {
  279. margin-right: 26px;
  280. font-size: 16px;
  281. color: #fff;
  282. background: #f85659;
  283. }
  284. header .carousel-caption .header-btn a:last-child{
  285. font-size: 16px;
  286. color: #f85659;
  287. border: 1px solid #fff;
  288. }