index.css 22 KB

1234567891011121314151617181920212223242526272829303132333435363738394041424344454647484950515253545556575859606162636465666768697071727374757677787980818283848586878889909192939495969798991001011021031041051061071081091101111121131141151161171181191201211221231241251261271281291301311321331341351361371381391401411421431441451461471481491501511521531541551561571581591601611621631641651661671681691701711721731741751761771781791801811821831841851861871881891901911921931941951961971981992002012022032042052062072082092102112122132142152162172182192202212222232242252262272282292302312322332342352362372382392402412422432442452462472482492502512522532542552562572582592602612622632642652662672682692702712722732742752762772782792802812822832842852862872882892902912922932942952962972982993003013023033043053063073083093103113123133143153163173183193203213223233243253263273283293303313323333343353363373383393403413423433443453463473483493503513523533543553563573583593603613623633643653663673683693703713723733743753763773783793803813823833843853863873883893903913923933943953963973983994004014024034044054064074084094104114124134144154164174184194204214224234244254264274284294304314324334344354364374384394404414424434444454464474484494504514524534544554564574584594604614624634644654664674684694704714724734744754764774784794804814824834844854864874884894904914924934944954964974984995005015025035045055065075085095105115125135145155165175185195205215225235245255265275285295305315325335345355365375385395405415425435445455465475485495505515525535545555565575585595605615625635645655665675685695705715725735745755765775785795805815825835845855865875885895905915925935945955965975985996006016026036046056066076086096106116126136146156166176186196206216226236246256266276286296306316326336346356366376386396406416426436446456466476486496506516526536546556566576586596606616626636646656666676686696706716726736746756766776786796806816826836846856866876886896906916926936946956966976986997007017027037047057067077087097107117127137147157167177187197207217227237247257267277287297307317327337347357367377387397407417427437447457467477487497507517527537547557567577587597607617627637647657667677687697707717727737747757767777787797807817827837847857867877887897907917927937947957967977987998008018028038048058068078088098108118128138148158168178188198208218228238248258268278288298308318328338348358368378388398408418428438448458468478488498508518528538548558568578588598608618628638648658668678688698708718728738748758768778788798808818828838848858868878888898908918928938948958968978988999009019029039049059069079089099109119129139149159169179189199209219229239249259269279289299309319329339349359369379389399409419429439449459469479489499509519529539549559569579589599609619629639649659669679689699709719729739749759769779789799809819829839849859869879889899909919929939949959969979989991000100110021003100410051006100710081009101010111012101310141015101610171018101910201021102210231024102510261027102810291030103110321033103410351036103710381039104010411042104310441045104610471048104910501051105210531054105510561057105810591060106110621063106410651066106710681069107010711072107310741075107610771078107910801081108210831084108510861087108810891090109110921093109410951096109710981099110011011102110311041105110611071108110911101111111211131114111511161117111811191120112111221123112411251126112711281129113011311132113311341135113611371138113911401141114211431144114511461147114811491150115111521153115411551156115711581159116011611162116311641165116611671168116911701171117211731174117511761177117811791180118111821183118411851186118711881189119011911192119311941195119611971198119912001201120212031204120512061207120812091210121112121213121412151216121712181219122012211222122312241225122612271228122912301231123212331234123512361237123812391240124112421243124412451246124712481249125012511252125312541255125612571258125912601261126212631264126512661267126812691270127112721273127412751276127712781279128012811282128312841285128612871288128912901291129212931294129512961297129812991300130113021303130413051306
  1. /* ���岼�� */
  2. body{
  3. /*font:14px "宋体",Arial,Helvetica,sans-serif;*/
  4. /*font:14px 方正兰亭黑_gbk;*/
  5. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  6. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  7. color:#A1A1A1;
  8. margin:0;
  9. padding:0;
  10. /* background-image:linear-gradient(to top,#282828 0,#101010 100%); */
  11. min-width: 1280px;
  12. overflow-x: hidden;
  13. /*background: red;*/
  14. }
  15. ul,li,p,h1,h2,h3,h4,h5,h6,dl,dd{
  16. margin:0;
  17. padding:0;
  18. list-style:none;
  19. }
  20. .lf{float:left;}
  21. .rt{float:right;}
  22. .clear{clear:both;}
  23. img{
  24. /*width:1920px;*/
  25. /*height:568px;*/
  26. vertical-align:bottom;
  27. }
  28. a{
  29. color:#9A9A96;
  30. text-decoration:none;
  31. }
  32. a:hover{
  33. color:#D9D9D9;
  34. text-decoration:none;
  35. }
  36. /*���岼��*/
  37. /*header����*/
  38. .header{
  39. width: 100%;
  40. /*height: 36px;*/
  41. /*line-height: 36px;*/
  42. height: 39px;
  43. line-height: 39px;
  44. background: #666FE8;
  45. color: #fff;
  46. }
  47. .header_left{
  48. margin-left: 8%;
  49. /*font-size: 12px;*/
  50. font-size: 16px;
  51. }
  52. .header_right{
  53. margin-right: 8%;
  54. /*font-size: 18px;*/
  55. font-size: 16px;
  56. }
  57. .header_nav{
  58. width: 100%;
  59. /*height: 80px;*/
  60. height: 128px;
  61. /*line-height: 80px;*/
  62. /*background: red;*/
  63. }
  64. .header_image{
  65. /*width: 94px;*/
  66. /*height: 50px;*/
  67. width: 150px;
  68. height: 80px;
  69. /*line-height: 80px;*/
  70. /*background: red;*/
  71. margin-left: 8%;
  72. margin-top: 24px;
  73. }
  74. .header_image img{
  75. /*width: 94px;*/
  76. /*height: 50px;*/
  77. width: 150px;
  78. height: 80px;
  79. line-height: 80px;
  80. }
  81. .header_list{
  82. margin-right: 8%;
  83. margin-top: 24px;
  84. /*background: red;*/
  85. }
  86. .header_list li{
  87. float: left;
  88. line-height: 80px;
  89. margin-left: 50px;
  90. }
  91. .header_list .main{
  92. margin-right: 30px;
  93. }
  94. .header_list li a{
  95. /*font-size: 18px;*/
  96. font-size: 22px;
  97. color: #67676f;
  98. }
  99. .header_list li a:hover{
  100. color: #666FE8;
  101. }
  102. .header_search{
  103. position: relative;
  104. }
  105. .header_search input{
  106. width: 100px;
  107. height: 26px;
  108. border: 2px solid #666FE8;
  109. border-radius: 8px;
  110. outline: none;
  111. padding-left: 5px;
  112. }
  113. .header_search b{
  114. display: block;
  115. width: 18px;
  116. height: 18px;
  117. border-radius: 50%;
  118. background: url("../image/search.png") no-repeat;
  119. position: absolute;
  120. top: 31px;
  121. left: 80%;
  122. cursor: pointer;
  123. background-size: 100%;
  124. }
  125. /*�ֲ�ͼƬ*/
  126. /*.nav_content{*/
  127. /*width: 100%;*/
  128. /*height: 340px;*/
  129. /*/!*background: red;*!/*/
  130. /*}*/
  131. /*.nav_carousel img{*/
  132. /*width: 100%;*/
  133. /*height: 340px;*/
  134. /*}*/
  135. .slideShow{
  136. position: relative;
  137. width: 100%;
  138. /*height: 722px;*/
  139. /*height: 544px;*/
  140. height: auto;
  141. /*border: 1px solid #666;*/
  142. /*overflow: hidden;*/
  143. }
  144. .slideShow ul{
  145. /*width: 2000px;*/
  146. width: 400%;
  147. /*height: 544px;*/
  148. position: relative; /*此处需注意relative : 对象不可层叠,但将依据left,right,top,bottom等属性在正常文档流中偏移位置,如果没有这个属性,图片将不可左右移动*/
  149. /*background: green;*/
  150. }
  151. .slideShow ul li{
  152. float: left; /*让四张图片左浮动,形成并排的横着布局,方便点击按钮时的左移动*/
  153. width: 25%;
  154. }
  155. .slideShow img{
  156. width: 100%;
  157. /*height: 544px;*/
  158. }
  159. .slideShow .showNav{ /*用绝对定位给数字按钮进行布局*/
  160. width: 100%;
  161. height: 30px;
  162. position: absolute;
  163. top: 90%;
  164. /*left: 45%;*/
  165. /*background: red;*/
  166. display: flex;
  167. justify-content: space-between;
  168. box-sizing: border-box;
  169. margin-top: -10px;
  170. }
  171. .showNav>div{
  172. width: 190px;
  173. height: 30px;
  174. /*background: green;*/
  175. margin: 0 auto;
  176. text-align: center;
  177. }
  178. .slideShow .showNav span{
  179. cursor: pointer;
  180. display: block;
  181. float: left;
  182. width: 30px;
  183. height: 30px;
  184. line-height: 30px;
  185. border-radius: 50%;
  186. text-align: center;
  187. margin-left: 12px;
  188. color: #fff;
  189. border: 1px solid #fff;
  190. box-sizing: border-box;
  191. }
  192. .slideShow .showNav span:hover{
  193. background: #666fe8;
  194. }
  195. .slideShow .showNav .active{
  196. background: #666fe8;
  197. }
  198. .slideShow{
  199. width: 100%;
  200. max-height: 100%;
  201. /*height: auto;*/
  202. overflow: hidden;
  203. }
  204. /*����ͼƬ*/
  205. .title_picture{
  206. width: 100%;
  207. /*height:798px;*/
  208. height:auto;
  209. /*border: 1px solid #aaa;*/
  210. /*background: yellow;*/
  211. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  212. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  213. }
  214. .title{
  215. width: 100%;
  216. height: 140px;
  217. margin-top: 100px;
  218. }
  219. .title p{
  220. /*width: 20%;*/
  221. width: 100%;
  222. height: 30px;
  223. line-height: 30px;
  224. margin: 0 auto;
  225. text-align: center;
  226. font-size: 30px;
  227. color: #464646;
  228. font-weight: 500;
  229. }
  230. /*ͼƬ���еı��*/
  231. .picture{
  232. width: 100%;
  233. height: 544px;
  234. position: relative;
  235. background: url("../image/homeImg/business_overview_background.png") no-repeat;
  236. /*background-size: 100%;*/
  237. background-position: center center;
  238. background-size: 100%;
  239. }
  240. .picture>img{
  241. width: 100%;
  242. height: 544px;
  243. /*position: absolute;*/
  244. }
  245. .picture_word{
  246. /*width: 960px;*/
  247. width: 100%;
  248. height: 340px;
  249. position: absolute;
  250. top: 20%;
  251. }
  252. .picture_word>div{
  253. width: 960px;
  254. margin: 0 auto;
  255. }
  256. .picture_overview{
  257. width: 480px;
  258. height: 340px;
  259. /*background: yellow;*/
  260. float: left;
  261. }
  262. .picture_overview p:not(:first-child){
  263. text-indent:2em;
  264. }
  265. .overview{
  266. background: #fff;
  267. }
  268. .overview p{
  269. width: 90%;
  270. /*height: 20px;*/
  271. line-height: 20px;
  272. /*background: yellow;*/
  273. color: #8a8a8a;
  274. font-size: 12px;
  275. margin: 0 auto;
  276. /*letter-spacing: 1px;*/
  277. }
  278. .overview p:first-child{
  279. text-align:center;
  280. /*background: yellow;*/
  281. color: #4e4e4e;
  282. font-size: 16px;
  283. font-weight: bold;
  284. margin: 10px auto 0;
  285. }
  286. .picture_overview p:nth-child(4){
  287. word-break:break-all;
  288. }
  289. .picture_overview img{
  290. width: 480px;
  291. height: 340px;
  292. }
  293. .picture_contact{
  294. width: 240px;
  295. height: 170px;
  296. /*background: hotpink;*/
  297. float: left;
  298. }
  299. .picture_contact img{
  300. width: 240px;
  301. height: 170px;
  302. }
  303. /*��˾����*/
  304. .course_time div{
  305. width: 50px;
  306. height: 40px;
  307. /*background: red;*/
  308. float: left;
  309. margin-right: 15%;
  310. position: relative;
  311. }
  312. .course_time div li:first-child{
  313. width: 10px;
  314. height: 10px;
  315. border-radius: 50%;
  316. background: #525252;
  317. position: absolute;
  318. z-index: 5;
  319. cursor: pointer;
  320. top: -2px;
  321. }
  322. .course_time div:first-child li:first-child{
  323. width: 14px;
  324. height: 14px;
  325. background: #666fe8;
  326. }
  327. .course_time div li:nth-child(2){
  328. width: 20px;
  329. height: 20px;
  330. border-radius: 50%;
  331. background: #B2B7F3;
  332. position: absolute;
  333. top: -5px;
  334. left: -3px;
  335. z-index: 2;
  336. display: none;
  337. }
  338. .course_time div:first-child li:nth-child(2){
  339. display: block;
  340. }
  341. .course_time div:first-child li:nth-child(3){
  342. color: #666FE8;
  343. }
  344. .course_time div li:last-child{
  345. font-size: 16px;
  346. color: #4e4e4e;
  347. position: absolute;
  348. top: 15px;
  349. left: -20px;
  350. font-weight: bold;
  351. }
  352. .course_details{
  353. width: 80%;
  354. /*height: 356px;*/
  355. height: auto;
  356. margin-left: 10%;
  357. margin-top: 80px;
  358. /*background: greenyellow;*/
  359. /*display: none;*/
  360. box-sizing:border-box;
  361. display: flex;
  362. display: -webkit-flex;
  363. flex-wrap: wrap;
  364. justify-content: space-between;
  365. margin-bottom: 120px;
  366. }
  367. /*自主生产 配套齐全*/
  368. .container{
  369. width: 100%;
  370. /*width: 1200px;*/
  371. height: auto;
  372. /*background: red;*/
  373. margin: 100px auto 120px;
  374. }
  375. .container_box{
  376. width: 100%;
  377. height: 30px;
  378. line-height: 30px;
  379. text-align: center;
  380. font-size: 18px;
  381. font-weight: bold;
  382. }
  383. .container_nav{
  384. width: 70%;
  385. height: 60px;
  386. line-height: 60px;
  387. /*background: green;*/
  388. /*margin-top: 20px;*/
  389. margin: 20px auto 60px;
  390. display: flex;
  391. justify-content: space-around;
  392. }
  393. .container_nav a{
  394. display: block;
  395. width: 40px;
  396. height: 40px;
  397. line-height: 40px;
  398. text-align: center;
  399. text-decoration: none;
  400. border-radius: 50%;
  401. float: left;
  402. /*margin-top: 10px;*/
  403. margin: 10px 0;
  404. }
  405. .selected{
  406. color: #fff;
  407. background: #858CED;
  408. }
  409. .container_img{
  410. width: 100%;
  411. height: 544px;
  412. /*background: orange;*/
  413. border: 1px solid transparent;
  414. box-sizing: border-box;
  415. margin-bottom: 10px;
  416. display: none;
  417. background: url(../image/homeImg/company_color_background.png) no-repeat;
  418. background-size: 100%;
  419. background-position: center;
  420. }
  421. .img_box img{
  422. width: 100%;
  423. max-width: 100%;
  424. max-height: 100%;
  425. }
  426. .img_box{
  427. /*width: 80%;*/
  428. width: 1200px;
  429. height: 400px;
  430. margin: 72px auto;
  431. /*background: hotpink;*/
  432. position: relative;
  433. display: flex;
  434. justify-content: space-between;
  435. }
  436. .img_box div{
  437. width: 220px;
  438. height: 300px;
  439. /*background: chartreuse;*/
  440. float: left;
  441. }
  442. .i_center{
  443. margin-top: 50px;
  444. }
  445. .i_last{
  446. margin-top: 100px;
  447. }
  448. .img_box .l_img{
  449. width: 220px;
  450. height: 400px;
  451. /*background: red;*/
  452. align-items: center;
  453. }
  454. .img_box .c_img{
  455. width: 500px;
  456. height: 300px;
  457. /*background: indigo;*/
  458. margin-top: 50px;
  459. display: flex;
  460. justify-content: space-between;
  461. }
  462. .img_box .r_img{
  463. width: 220px;
  464. height: 400px;
  465. /*background: red;*/
  466. }
  467. .l_img div{
  468. width: 100%;
  469. height: 130px;
  470. /*background: darkolivegreen;*/
  471. margin-bottom: 5px;
  472. }
  473. .r_img div{
  474. width: 100%;
  475. height: 130px;
  476. /*background: darkolivegreen;*/
  477. margin-bottom: 5px;
  478. }
  479. .c_img div{
  480. width: 240px;
  481. height: 300px;
  482. }
  483. .img_box .z_lf{
  484. width: 300px;
  485. height: 400px;
  486. /*background: blue;*/
  487. }
  488. .img_box .z_center{
  489. width: 340px;
  490. height: 400px;
  491. /*background: cadetblue;*/
  492. }
  493. .img_box .z_rt{
  494. width: 200px;
  495. height: 400px;
  496. /*background: fuchsia;*/
  497. }
  498. .img_box .z_top{
  499. width: 100%;
  500. height: 190px;
  501. display: flex;
  502. justify-content: space-between;
  503. }
  504. .z_top div{
  505. width: 160px;
  506. height: 190px;
  507. /*background: red;*/
  508. }
  509. .img_box .z_bottom{
  510. width: 100%;
  511. height: 190px;
  512. /*background: royalblue;*/
  513. margin-top: 20px;
  514. }
  515. .z_rt div{
  516. width: 100%;
  517. height: 190px;
  518. /*background: red;*/
  519. margin-bottom: 20px;
  520. }
  521. .active{
  522. display: block;
  523. }
  524. .img_box .j_lf{
  525. width: 340px;
  526. height: 400px;
  527. /*background: cadetblue;*/
  528. }
  529. .img_box .j_top{
  530. width: 100%;
  531. height: 190px;
  532. /*background: red;*/
  533. display: flex;
  534. justify-content: space-between;
  535. }
  536. .img_box .j_bottom{
  537. width: 100%;
  538. height: 190px;
  539. /*background: red;*/
  540. margin-top: 20px;
  541. }
  542. .j_top div{
  543. width: 160px;
  544. height: 190px;
  545. /*background: black;*/
  546. }
  547. .img_box .j_center{
  548. width: 260px;
  549. height: 260px;
  550. /*background: darkcyan;*/
  551. margin-top: 70px;
  552. }
  553. .img_box .j_rt{
  554. width: 340px;
  555. height: 400px;
  556. /*background: green;*/
  557. }
  558. .j_rt div{
  559. width: 340px;
  560. height: 190px;
  561. margin-bottom: 20px;
  562. /*background: royalblue;*/
  563. }
  564. .img_box .w_lf{
  565. width: 300px;
  566. height: 400px;
  567. /*background: saddlebrown;*/
  568. }
  569. .img_box .w_rt{
  570. width: 300px;
  571. height: 400px;
  572. /*background: saddlebrown;*/
  573. }
  574. .img_box .w_center{
  575. width: 340px;
  576. height: 400px;
  577. /*background: teal;*/
  578. }
  579. .w_center div{
  580. width: 340px;
  581. height: 190px;
  582. margin-bottom: 20px;
  583. /*background: red;*/
  584. }
  585. .news{
  586. width: 100%;
  587. height: 40px;
  588. /*background: yellow;*/
  589. margin: 100px auto 120px;
  590. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  591. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  592. }
  593. .news p{
  594. line-height: 40px;
  595. text-align: center;
  596. font-size: 30px;
  597. color: #464646;
  598. }
  599. /*独一无二的公司色彩*/
  600. .color{
  601. width: 100%;
  602. height: 40px;
  603. margin: 120px auto 80px;
  604. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  605. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  606. -webkit-font-smoothing: antialiased;
  607. -moz-osx-font-smoothing: grayscale;
  608. }
  609. .color p{
  610. line-height: 40px;
  611. text-align: center;
  612. font-size: 30px;
  613. color: #464646;
  614. }
  615. .company_color{
  616. width: 100%;
  617. /*height: 554px;*/
  618. height: 620px;
  619. border: 1px solid transparent;
  620. background: url("../image/homeImg/company_color_background.png") no-repeat;
  621. background-size: 100% 620px;
  622. }
  623. .company_image{
  624. /*width: 80%;*/
  625. width: 1000px;
  626. height: 460px;
  627. /*background: red;*/
  628. margin: 120px auto;
  629. position: relative;
  630. }
  631. .company_image div img{
  632. width: 100%;
  633. height: 100%;
  634. border: 1px solid #fff;
  635. }
  636. .color_top{
  637. width: 100%;
  638. /*height: 40%;*/
  639. height: 180px;
  640. /*background: red;*/
  641. position: relative;
  642. border: 0!important;
  643. margin-bottom: 30px;
  644. }
  645. .color_bottom{
  646. width: 100%;
  647. /*height: 40%;*/
  648. height: 180px;
  649. /*background: yellow;*/
  650. position: relative;
  651. border: 0!important;
  652. z-index: 2;
  653. }
  654. .color_bottom div:last-child.p1 {
  655. width: 40%;
  656. height: 100%;
  657. /* background: #f0ad4e; */
  658. /* border: 0; */
  659. border: 1px solid #fff;
  660. /*border-right: 3px solid #fff;*/
  661. }
  662. .color_bottom div:last-child .p2 {
  663. width: 55%;
  664. height: 100%;
  665. /*background: olivedrab;*/
  666. border: 0!important;
  667. border-bottom-left-radius: 110px;
  668. border-top-left-radius: 110px;
  669. border-bottom-right-radius: 0;
  670. border-top-right-radius: 0;
  671. }
  672. .color_bottom div div.p2 img{
  673. border-bottom-left-radius: 110px;
  674. border-top-left-radius: 110px;
  675. border-bottom-right-radius: 0;
  676. border-top-right-radius: 0;
  677. }
  678. .color_top div:first-child{
  679. width: 400px;
  680. height: 100%;
  681. }
  682. .t_circle{
  683. width: 180px;
  684. height: 180px;
  685. border-radius: 50%;
  686. position: absolute;
  687. left: 41%;
  688. top:30%;
  689. z-index: 5;
  690. }
  691. .color_top div:last-child{
  692. /*width: 40%;*/
  693. /*height: 100%;*/
  694. width: 400px;
  695. height: 180px;
  696. /*background: fuchsia;*/
  697. /*border: 1px solid #fff;*/
  698. border-bottom-left-radius: 110px;
  699. border-top-left-radius: 110px;
  700. }
  701. .color_bottom div:first-child{
  702. width: 40%;
  703. height: 100%;
  704. /*background: yellow;*/
  705. /*border: 1px solid #fff;*/
  706. border-bottom-right-radius: 110px;
  707. border-top-right-radius: 110px;
  708. }
  709. .color_bottom div:first-child img{
  710. border-bottom-right-radius: 110px;
  711. border-top-right-radius: 110px;
  712. }
  713. .color_bottom div:last-child{
  714. width: 40%;
  715. height: 100%;
  716. /*background: fuchsia;*/
  717. /*border: 1px solid #fff;*/
  718. }
  719. .color_top div:first-child .p1{
  720. width: 40%;
  721. height: 100%;
  722. /*background: #f0ad4e;*/
  723. /*border: 0;*/
  724. border: 1px solid #fff;
  725. }
  726. .color_top div img{
  727. width: 100%;
  728. /*height: 182px;*/
  729. }
  730. .color_top div:first-child .p2{
  731. width: 55%;
  732. height: 100%;
  733. /*background: olivedrab;*/
  734. border: 0;
  735. border-bottom-right-radius: 110px;
  736. border-top-right-radius: 110px;
  737. }
  738. .color_top div:first-child .p2 img{
  739. border: 2px solid #fff;
  740. /*border-top: 1px solid #fff;*/
  741. /*border-bottom: 1px solid #fff;*/
  742. border-bottom-right-radius: 110px;
  743. border-top-right-radius: 110px;
  744. }
  745. .color_top div:last-child .p4{
  746. border: 2px solid #fff;
  747. /*border-top: 2px solid #fff;*/
  748. /*border-bottom: 2px solid #fff;*/
  749. border-bottom-left-radius: 110px;
  750. border-top-left-radius: 110px;
  751. }
  752. .color_top .t_circle img{
  753. width: 100%;
  754. /*height: 272px;*/
  755. height: 100%;
  756. border-radius: 50%;
  757. border: 2px solid #fff;
  758. box-sizing: border-box;
  759. }
  760. .color_bottom div:first-child .p5{
  761. width: 40%;
  762. height: 100%;
  763. /*background: #f0ad4e;*/
  764. /*border: 0;*/
  765. border: 1px solid #fff;
  766. border-right: 3px solid #fff;
  767. }
  768. .color_bottom div img{
  769. width: 100%;
  770. /*height: 182px;*/
  771. }
  772. .color_bottom div:first-child .p6{
  773. width: 55%;
  774. height: 100%;
  775. /*background: olivedrab;*/
  776. border: 0;
  777. }
  778. .color_bottom div:first-child .p6 img{
  779. border: 2px solid #fff;
  780. /*border-top: 2px solid #fff;*/
  781. /*border-bottom: 2px solid #fff;*/
  782. border-bottom-left-radius: 110px;
  783. border-top-left-radius: 110px;
  784. }
  785. .color_bottom .t_circle img{
  786. width: 100%;
  787. /*height: 273px;*/
  788. height: 100%;
  789. border-radius: 50%;
  790. border: 2px solid #fff;
  791. box-sizing: border-box;
  792. }
  793. .color_bottom div:last-child .p8{
  794. border: 2px solid #fff;
  795. /*border-top: 2px solid #fff;*/
  796. /*border-bottom: 2px solid #fff;*/
  797. border-bottom-right-radius: 110px;
  798. border-top-right-radius: 110px;
  799. }
  800. /*���õĹ�˾Ը��*/
  801. .company_vision{
  802. width: 100%;
  803. height:850px;
  804. border: 1px solid transparent;
  805. /*background: darkcyan;*/
  806. font-family: '思源宋体 CN Medium'; /*这里是说明调用来的字体名字*/
  807. src: url('../../../../data/font/SourceHanSerifCN-Medium.otf'); /*这里是字体文件路径*/
  808. }
  809. .vision{
  810. width: 100%;
  811. height: 544px;
  812. margin-top: 115px;
  813. /*background: red;*/
  814. }
  815. .vision p{
  816. width: 100%;
  817. height: 30px;
  818. line-height: 30px;
  819. margin: 0 auto;
  820. text-align: center;
  821. font-size: 30px;
  822. color: #464646;
  823. font-weight: 500;
  824. }
  825. .vision_details{
  826. width: 80%;
  827. height: 400px;
  828. margin-left: 10%;
  829. margin-top: 80px;
  830. /*background: greenyellow;*/
  831. }
  832. .vision_lf{
  833. width: 60%;
  834. height: 53px;
  835. /*background: saddlebrown;*/
  836. }
  837. .vision_lf p{
  838. width: 100%;
  839. font-size: 20px;
  840. color: #464646;
  841. text-align: left;
  842. }
  843. .vision_rt{
  844. width: 40%;
  845. height: 356px;
  846. }
  847. .vision_rt>img{
  848. /*width: 100%;*/
  849. /*height: 529px;*/
  850. width: 496px;
  851. height: 360px;
  852. margin-top: 4%;
  853. border-radius: 50%;
  854. }
  855. .vision_circle{
  856. width: 100%;
  857. height: 266px;
  858. /*background: skyblue;*/
  859. margin-top: 50px;
  860. position: relative;
  861. }
  862. .vision_circle>div:first-child{
  863. width: 80%;
  864. height: 65%;
  865. /*background: red;*/
  866. margin: 13% auto 0;
  867. position: relative;
  868. }
  869. .comfortable{
  870. width: 100px;
  871. height: 100px;
  872. /*background: red;*/
  873. position: absolute;
  874. /*top: 10%;*/
  875. /*left: 13%;*/
  876. }
  877. .comfortable b{
  878. display: block;
  879. width: 100px;
  880. height: 100px;
  881. border-radius: 50%;
  882. background: #FDE4F0;
  883. box-shadow: 0 5px 0 rgba(99,99,99,0.1);
  884. }
  885. .comfortable span{
  886. display: block;
  887. width: 80px;
  888. height: 80px;
  889. border-radius: 50%;
  890. background: #FB6DB3;
  891. position: absolute;
  892. top: 13%;
  893. left: 10%;
  894. /*box-shadow: 0 0 0 3px rgba(255,80,0,.2);*/
  895. }
  896. .comfortable p{
  897. width: 70px;
  898. font-size: 18px;
  899. position: absolute;
  900. top: 38%;
  901. left: 13%;
  902. color: #fff;
  903. /*font-weight: bold;*/
  904. text-align: center;
  905. }
  906. .fine{
  907. width: 100px;
  908. height: 100px;
  909. /*background: indianred;*/
  910. position: absolute;
  911. /*top: 42%;*/
  912. /*left: 29%;*/
  913. top: 78px;
  914. left: 70px;
  915. }
  916. .fine b{
  917. display: block;
  918. width: 100px;
  919. height: 100px;
  920. border-radius: 50%;
  921. background: #B2B7F3;
  922. box-shadow: 0 5px 0 rgba(99,99,99,0.1);
  923. }
  924. .fine span{
  925. display: block;
  926. width: 80px;
  927. height: 80px;
  928. border-radius: 50%;
  929. background: #666FE8;
  930. position: absolute;
  931. top: 10%;
  932. left: 10%;
  933. /*box-shadow: 0 0 0 3px rgba(255,80,0,.2);*/
  934. }
  935. .fine p{
  936. width: 70px;
  937. font-size: 18px;
  938. position: absolute;
  939. top: 38%;
  940. left: 13%;
  941. color: #fff;
  942. /*font-weight: bold;*/
  943. text-align: center;
  944. }
  945. .happy{
  946. width: 100px;
  947. height: 100px;
  948. /*background: aqua;*/
  949. position: absolute;
  950. /*top: 10%;*/
  951. /*left: 45%;*/
  952. top: 0;
  953. left: 140px;
  954. }
  955. .happy b{
  956. display: block;
  957. width: 100px;
  958. height: 100px;
  959. border-radius: 50%;
  960. background: #FDE4F0;
  961. box-shadow: 0 5px 0 rgba(99,99,99,0.1);
  962. }
  963. .happy span{
  964. display: block;
  965. width: 80px;
  966. height: 80px;
  967. border-radius: 50%;
  968. background: #FB6DB3;
  969. position: absolute;
  970. top: 10%;
  971. left: 10%;
  972. }
  973. .happy p{
  974. width: 70px;
  975. font-size: 18px;
  976. position: absolute;
  977. top: 38%;
  978. left: 13%;
  979. color: #fff;
  980. /*font-weight: bold;*/
  981. text-align: center;
  982. }
  983. .exquisite{
  984. width: 100px;
  985. height: 100px;
  986. /*background: brown;*/
  987. position: absolute;
  988. /*top: 40%;*/
  989. /*left: 62%;*/
  990. top: 82px;
  991. left: 205px;
  992. }
  993. .exquisite b{
  994. display: block;
  995. width: 100px;
  996. height: 100px;
  997. border-radius: 50%;
  998. background: #B2B7F3;
  999. box-shadow: 0 5px 0 rgba(99,99,99,0.1);
  1000. }
  1001. .exquisite span{
  1002. display: block;
  1003. width: 80px;
  1004. height: 80px;
  1005. border-radius: 50%;
  1006. background: #666FE8;
  1007. position: absolute;
  1008. top: 10%;
  1009. left: 10%;
  1010. /*box-shadow: 0 0 0 3px rgba(255,80,0,.2);*/
  1011. }
  1012. .exquisite p{
  1013. width: 70px;
  1014. font-size: 18px;
  1015. position: absolute;
  1016. top: 38%;
  1017. left: 13%;
  1018. color: #fff;
  1019. /*font-weight: bold;*/
  1020. text-align: center;
  1021. }
  1022. .vision_foot{
  1023. position: absolute;
  1024. top: 84%;
  1025. left: 0;
  1026. }
  1027. .vision_foot span{
  1028. color: #8a8a8a;
  1029. font-size: 14px;
  1030. letter-spacing:4px;
  1031. padding-top: 5px;
  1032. }
  1033. /*ҳ��*/
  1034. footer{
  1035. width: 100%;
  1036. height: 275px;
  1037. border: 1px solid #353744;
  1038. background: #353744;
  1039. color: #fff;
  1040. }
  1041. .footer{
  1042. width: 80%;
  1043. height: 220px;
  1044. /*background: red;*/
  1045. margin: 3% auto 0;
  1046. }
  1047. .footer_title>p{
  1048. width: 100%;
  1049. height: 30px;
  1050. font-size: 18px;
  1051. text-align: center;
  1052. }
  1053. .footer_title p:last-child span{
  1054. display: block;
  1055. width: 30px;
  1056. height: 30px;
  1057. line-height: 30px;
  1058. text-align: center;
  1059. border: 1px solid #fff;
  1060. border-radius: 50%;
  1061. margin-left: 15px;
  1062. cursor: pointer;
  1063. }
  1064. .footer_title p:last-child span:hover{
  1065. background: #5E97F5;
  1066. border-color: #5E97F5;
  1067. }
  1068. .footer_top{
  1069. margin-top: 40px;
  1070. width: 100%;
  1071. }
  1072. .footer_top li{
  1073. width: 25%;
  1074. float: left;
  1075. }
  1076. .footer_bottom{
  1077. width: 100%;
  1078. margin-top: 20px;
  1079. }
  1080. .footer_bottom li{
  1081. width: 25%;
  1082. float: left;
  1083. }
  1084. .footer_bottom li:last-child{
  1085. /*width: 40%;*/
  1086. width: auto;
  1087. }
  1088. .copyright{
  1089. width: 100%;
  1090. height: 30px;
  1091. line-height:30px;
  1092. text-align:center;
  1093. margin-top: 20px;
  1094. }
  1095. #chn{
  1096. background: #5E97F5;
  1097. }
  1098. /*@media (max-width: 1280px) {*/
  1099. /*.picture{*/
  1100. /*width: 100%;*/
  1101. /*height: 321px;*/
  1102. /*}*/
  1103. /*}*/