area.css 6.0 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384
  1. .top {
  2. height: 340px;
  3. width: 100%;
  4. background: #0080c9;
  5. text-align: center;
  6. }
  7. .con {
  8. overflow: hidden;
  9. }
  10. .tab {
  11. width: 100%;
  12. height: 120px;
  13. background: #ededed;
  14. }
  15. .tab ul {
  16. width: 1050px;
  17. height: 120px;
  18. margin: 0 auto;
  19. }
  20. .tab ul li {
  21. float: left;
  22. cursor: pointer;
  23. width: 150px;
  24. height: 120px;
  25. background: #dedede;
  26. text-align: center;
  27. }
  28. .tab ul li.current {
  29. background: #3cbdd7;
  30. }
  31. .tab ul li img {
  32. padding-top: 4px;
  33. padding-bottom: 10px;
  34. }
  35. .tab ul li:hover {
  36. background: #3cbdd7;
  37. }
  38. .tab ul li span {
  39. font-family: "微软雅黑";
  40. color: white;
  41. display: block;
  42. font-size: 18px;
  43. }
  44. .con .n1 {}
  45. .con .n1 h1 {
  46. width: 1180px;
  47. margin: 0 auto;
  48. font-family: "微软雅黑";
  49. font-size: 22px;
  50. color: #363636;
  51. padding-bottom: 12px;
  52. background: url(../images/n1_bg.png) no-repeat 0 bottom;
  53. }
  54. .con .n1 .n1_1 {
  55. width: 1198px;
  56. margin: 0 auto;
  57. margin-top: 22px;
  58. height: 458px;
  59. background: url(../images/n1_1_bg.png) no-repeat;
  60. }
  61. .con .n1 .n1_1 .lf {
  62. float: left;
  63. width: 440px;
  64. margin-top: 65px;
  65. margin-left: 70px;
  66. }
  67. .con .n1 .n1_1 .lf h2 {
  68. font-size: 24px;
  69. line-height: 36px;
  70. font-family: "微软雅黑";
  71. color: #505050;
  72. font-weight: bold;
  73. }
  74. .con .n1 .n1_1 .lf p.p1 {
  75. margin-top: 22px;
  76. }
  77. .con .n1 .n1_1 .lf p {
  78. font-family: "微软雅黑";
  79. font-size: 18px;
  80. color: #646464;
  81. line-height: 30px;
  82. }
  83. .con .n1 .n1_1 .rh {
  84. float: left;
  85. }
  86. .con .n1 .n1_2 {
  87. margin-top: 52px;
  88. }
  89. .con .n1 .n1_2 h3 {
  90. text-indent: -9999px;
  91. height: 24px;
  92. background: url(../images/n1_2_bg.png) no-repeat center;
  93. }
  94. .h84 {
  95. height: 84px;
  96. }
  97. .con .n1 .n1_2 ul {
  98. margin: 0 auto;
  99. }
  100. .con .n1 .n1_2 ul li {
  101. margin-top: 10px;
  102. padding-top: 38px;
  103. padding-bottom: 42px;
  104. }
  105. .con .n1 .n1_2 ul li .n1_2_con {
  106. width: 1178px;
  107. margin: 0 auto;
  108. height: 479px;
  109. border: 1px solid #dedede;
  110. overflow: hidden;
  111. background: #fff;
  112. }
  113. .con .n1 .n1_2 ul li.even {
  114. background: #f7f7f7;
  115. }
  116. .con .n1 .n1_2 ul li .n1_2_lf {
  117. float: left;
  118. width: 532px;
  119. }
  120. .con .n1 .n1_2 ul li .n1_2_lf h1 {
  121. height: 49px;
  122. line-height: 49px;
  123. color: white;
  124. font-size: 20px;
  125. font-weight: bold;
  126. margin-top: 36px;
  127. font-family: "微软雅黑";
  128. padding-left: 66px;
  129. background: url(../images/h1_bg.png) no-repeat;
  130. margin-left: -66px;
  131. }
  132. .con .n1 .n1_2 ul li .n1_2_lf {
  133. margin-left: 66px;
  134. display: block;
  135. font-size: 16px;
  136. font-family: "微软雅黑";
  137. color: #646464;
  138. line-height: 26px;
  139. }
  140. .con .n1 .n1_2 ul li .n1_2_rh {
  141. float: left;
  142. margin-left: 62px;
  143. }
  144. .con .n1 .n1_2 ul li .n1_2_rh img {
  145. margin-top: 110px;
  146. border: 7px solid #ededed;
  147. }
  148. .n1 {
  149. display: none;
  150. }
  151. .con .n1_spc1 {
  152. display: block;
  153. }
  154. /*关于我们*/
  155. .about_top {
  156. height: 280px;
  157. width: 100%;
  158. background: #0083cc;
  159. text-align: center;
  160. margin-bottom: 80px;
  161. }
  162. .about_con .rh img {
  163. margin-top: 57px;
  164. margin-left: 75px;
  165. }
  166. .about_con .lf p.p1 i {
  167. font-size: 24px;
  168. font-weight: bold;
  169. color: #0b3168;
  170. }
  171. .about_con .lf a {
  172. width: 120px;
  173. height: 45px;
  174. border: 1px solid #00bfd9;
  175. line-height: 45px;
  176. text-align: center;
  177. font-size: 16px;
  178. color: #00bfd9;
  179. font-family: "微软雅黑";
  180. display: block;
  181. float: right;
  182. }
  183. .about_con .lf a:hover {
  184. background: #00bfd9;
  185. color: #fff;
  186. }
  187. .about_con .box1 {
  188. margin-top: 50px;
  189. }
  190. .about_con .box1 h1 {
  191. font-size: 26px;
  192. font-weight: bold;
  193. text-align: center;
  194. font-family: "微软雅黑";
  195. padding-bottom: 10px;
  196. margin-bottom: 44px;
  197. border-bottom: 2px solid #d8d8d8;
  198. background: url(../images/bd.png) no-repeat center bottom;
  199. }
  200. .about_con .box1 a.nn {
  201. font-size: 26px;
  202. font-weight: bold;
  203. text-align: center;
  204. display: block;
  205. font-family: "微软雅黑";
  206. padding-bottom: 10px;
  207. margin-bottom: 44px;
  208. border-bottom: 2px solid #d8d8d8;
  209. background: url(../images/bd.png) no-repeat center bottom;
  210. }
  211. .about_con .video {
  212. text-align: center;
  213. }
  214. .about_con .box1 ul {
  215. overflow: hidden;
  216. width: 641px;
  217. margin: 0 auto;
  218. }
  219. .about_con .box1 ul li {
  220. float: left;
  221. width: 119px;
  222. height: 43px;
  223. margin-right: 10px;
  224. line-height: 45px;
  225. text-align: center;
  226. background: #fff;
  227. border: 1px solid #00bfd9;
  228. color: #00bfd9;
  229. font-family: "微软雅黑";
  230. font-size: 16px;
  231. cursor: pointer;
  232. }
  233. .about_con .box1 ul li.cur {
  234. background: #00bfd9;
  235. color: #fff;
  236. }
  237. .about_con .box1 ul li.hover:hover {
  238. background: #00bfd9;
  239. color: #fff;
  240. }
  241. .about_con .box2 {
  242. padding-top: 52px;
  243. background: #f7f7f7;
  244. }
  245. .h20 {
  246. width: 641px;
  247. height: 20px;
  248. margin: 0 auto;
  249. background: #00bfd9;
  250. border-radius: 5px;
  251. border-bottom-right-radius: 0;
  252. border-bottom-left-radius: 0;
  253. }
  254. .course {
  255. width: 1198px;
  256. margin: 0 auto;
  257. overflow: hidden;
  258. }
  259. .course .course_lf {
  260. float: left;
  261. width: 432px;
  262. overflow: hidden;
  263. }
  264. .about_con .box2 h1 {
  265. margin-bottom: 54px;
  266. }
  267. .course .course_lf p {
  268. font-size: 16px;
  269. font-family: "微软雅黑";
  270. color: #646464;
  271. margin-bottom: 36px;
  272. }
  273. .course .course_lf p i {
  274. font-size: 24px;
  275. color: #0b3168;
  276. font-weight: bold;
  277. }
  278. .course .course_rh {
  279. float: left;
  280. text-align: center;
  281. }
  282. .course .course_rh img {
  283. margin-left: 60px;
  284. margin-bottom: 50px;
  285. }
  286. .contact {
  287. width: 1198px;
  288. margin: 0 auto;
  289. overflow: hidden;
  290. }
  291. .contact hr {
  292. margin: 20px 0;
  293. }
  294. .contact .contact_lf {
  295. float: left;
  296. width: 432px;
  297. }
  298. .contact .contact_lf h3 {
  299. font-size: 20px;
  300. font-weight: bold;
  301. font-family: "微软雅黑";
  302. color: #363636;
  303. margin-bottom: 22px;
  304. }
  305. .contact .contact_lf span {
  306. font-size: 16px;
  307. font-family: "微软雅黑";
  308. color: #363636;
  309. line-height: 26px;
  310. display: block;
  311. }
  312. .contact .contact_rh {
  313. text-align: center;
  314. float: left;
  315. }
  316. .contact .contact_rh img {
  317. /* margin: 0px 0 0 67px; */
  318. }
  319. /*.about_con .box1 ul li.none{
  320. margin-right: 0;
  321. }*/