common.min.css 13 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688
  1. /*================================ Header ================================*/
  2. .header-wrapper{
  3. display: flex;
  4. flex-direction: column;
  5. }
  6. .header-wrapper .header{
  7. display: flex;
  8. flex-wrap: wrap;
  9. align-items: center;
  10. justify-content: center;
  11. padding: 15px 0;
  12. /*background-color: yellow;*/
  13. }
  14. .header-wrapper .header .header-left{
  15. height: 60px;
  16. /* 后期 */
  17. width: 230px;
  18. }
  19. .header-wrapper .header .header-left img{
  20. height: 100%;
  21. /* 后期 */
  22. /* width: 100%; */
  23. }
  24. .header-wrapper .header .header-mid{
  25. display: flex;
  26. flex-wrap: wrap;
  27. align-items: center;
  28. justify-content: center;
  29. margin: 0px 50px;
  30. }
  31. .header-wrapper .header .header-mid .header-item{
  32. display: flex;
  33. flex-direction: row;
  34. align-items: center;
  35. padding: 10px 20px;
  36. }
  37. .header-wrapper .header .header-mid .header-item i{
  38. font-size: 30px;
  39. }
  40. .header-wrapper .header .header-mid .header-item .item{
  41. display: flex;
  42. flex-direction: column;
  43. margin-left: 14px;
  44. }
  45. .header-wrapper .header .header-right{
  46. padding: 10px 0;
  47. }
  48. .header-wrapper .header .header-right button{
  49. padding: 8px 16px;
  50. border: 1px solid #59bcdb;
  51. border-radius: 4px;
  52. color: #59bcdb;
  53. background-color: #fff;
  54. }
  55. .header-wrapper .header .header-right button:hover {
  56. background-color: #59bcdb;
  57. color: #ffffff;
  58. }
  59. .header-wrapper .header .header-right button:focus {
  60. background-color: #59bcdb;
  61. color: #ffffff;
  62. outline: none; /* 移除默认的选中边框 */
  63. }
  64. /* header固定 */
  65. .sticky{
  66. background-color: #ffffff;
  67. position: fixed;
  68. z-index: 9999;
  69. top: 0;
  70. left: 0;
  71. width: 100%;
  72. animation: headerSticky .95s ease forwards;
  73. }
  74. /*================================ Nav ================================*/
  75. .nav-wrapper{
  76. width: 70.8%;
  77. /* margin-top:8px; */
  78. /* box-shadow: 0 1px 3px #e9e9e9; */
  79. }
  80. .nav{
  81. width: 70%;
  82. margin-top:0.5rem;
  83. /* max-width: 1240px; */
  84. /* margin: 0 auto; */
  85. }
  86. .nav .am-nav {
  87. display: flex;
  88. flex-direction: row;
  89. align-items: center;
  90. justify-content: space-between;
  91. padding: 0;
  92. margin: 0;
  93. }
  94. .nav .am-nav li {
  95. padding: 15px 0px;
  96. list-style: none;
  97. position: relative;
  98. }
  99. .nav .am-nav li a {
  100. color: #333;
  101. padding: 0;
  102. margin: 0;
  103. }
  104. /* .zgyc{
  105. line-height: 56px;
  106. padding-left:10px;
  107. font-size: 20px;
  108. font-weight: 700;
  109. >img{
  110. width: 35px;
  111. height: 35px;
  112. }
  113. } */
  114. .el-carousel__container {
  115. height: 500px;
  116. }
  117. @font-face {
  118. font-family: fontawesome;
  119. src: url(../fonts/fontawesome-webfont.ttf)
  120. }
  121. /*================================ Nav ================================*/
  122. .page-header {
  123. height: 45.3rem;
  124. >img{
  125. width: 100%;
  126. height: 100%;
  127. }
  128. }
  129. .page-header-sub {
  130. height: 31.7rem!important;
  131. >img{
  132. width: 100%;
  133. height: 100%;
  134. }
  135. @media screen and (max-width: 767px) {
  136. height: 20rem!important;
  137. }
  138. }
  139. .breadcrumb-box {
  140. border-bottom: 1px solid #e9e9e9
  141. }
  142. .breadcrumb-box .am-breadcrumb {
  143. padding: 16px 0 0;
  144. margin-bottom: 1rem
  145. }
  146. .breadcrumb-box .am-breadcrumb li a {
  147. font-size: 14px;
  148. color: #262626
  149. }
  150. .breadcrumb-box .am-breadcrumb .am-active {
  151. color: #6975a6
  152. }
  153. .section {
  154. width: 80%;
  155. padding: 60px 0
  156. }
  157. .section .section--header .section--title {
  158. font-size: 40px;
  159. font-weight: 300;
  160. text-align: center
  161. }
  162. .section .section--header .section--title-english{
  163. color: #007557;
  164. font-size: 4.5rem;
  165. line-height: 46px;
  166. font-family: Gilroy_Bold;
  167. }
  168. .section .section--header .section--description {
  169. font-size: 20px;
  170. line-height: 30px;
  171. color: #9b9b9b;
  172. /* text-align: center; */
  173. margin: 13px 0 0
  174. }
  175. .section .section--header .section--description-index{
  176. width: 54%;
  177. font-size: 20px;
  178. line-height: 30px;
  179. color: #9b9b9b;
  180. text-align: left;
  181. margin: 13px 0 0 6%;
  182. }
  183. /* 关于我们主页 */
  184. .section .section--header .section--description-notextcenter {
  185. font-size: 20px;
  186. line-height: 30px;
  187. /* color: #9b9b9b; */
  188. /* text-align: center; */
  189. margin: 13px 0 0;
  190. }
  191. .section .section--header .section--description-notextcenter p{
  192. margin: 0 0 0;
  193. }
  194. /* 主页swiper */
  195. .section .swiper {
  196. width: 100%;
  197. }
  198. .section .swiper-slide:hover{
  199. cursor: pointer;
  200. }
  201. .section .container .swiper-content{
  202. position: absolute;
  203. top:10px;
  204. left:10px;
  205. z-index: 99999;
  206. color: #413e3b;
  207. width: 96%;
  208. }
  209. .section .container {
  210. width: 100%;
  211. }
  212. .section .container .container1{
  213. display: flex;
  214. width: 100%;
  215. height: 100%;
  216. margin-top: 30px;
  217. }
  218. .section .container .swiper-content-title{
  219. font-size: 30px;
  220. }
  221. .section .container .swiper-content-info{
  222. width: 100%;
  223. padding:5px;
  224. font-size:20px;
  225. }
  226. .english-title{
  227. color: #ddd7ac;
  228. font-size: 26px;
  229. line-height: 24px;
  230. margin-bottom: 6px;
  231. font-family: Gilroy_Bold;
  232. letter-spacing: -1px;
  233. text-align: center;
  234. }
  235. .english-title1{
  236. text-align: center;
  237. }
  238. .animate__animated .animate__flipInX{
  239. width: 10%;
  240. height: 10%;
  241. }
  242. .am-g {
  243. display: flex;
  244. flex-direction:row;
  245. flex-wrap: wrap;
  246. justify-content: space-around;
  247. }
  248. .am-u-md-31 {
  249. width: 25%!important;
  250. border-left: 2px solid #ededed;
  251. }
  252. .imgg{
  253. margin-left:40%;
  254. }
  255. .moremore{
  256. text-align: center;
  257. margin-top: 20px;
  258. background-color: #006953;
  259. width: 20%;
  260. height: 50px;
  261. line-height: 50px;
  262. color:#fff;
  263. font-size: 14px;
  264. border-radius: 4px
  265. }
  266. .changeLL {
  267. display: flex;
  268. margin-top:5px;
  269. .changeItem {
  270. font-size:1rem;
  271. margin-left:0.3rem;
  272. background-color: #fff;
  273. border-radius: 4px;
  274. cursor: pointer;
  275. }
  276. }
  277. .features_item--title{
  278. text-align: center;
  279. }
  280. @media screen and (max-width: 640px) {
  281. .nav .am-nav li{
  282. padding: 5px 0px!important;
  283. }
  284. .section {
  285. width: 90%;
  286. padding: 50px 0 !important
  287. }
  288. .section .section--header {
  289. padding: 0 15px;
  290. width:100%;
  291. }
  292. .section .section--header .section--title {
  293. font-size: 18px !important
  294. }
  295. .section .section--header .section--description {
  296. font-size: 15px;
  297. line-height: 32px
  298. }
  299. .section--description {
  300. font-size: 16px
  301. }
  302. .section .section--header .section--title-english{
  303. font-size:20px;
  304. }
  305. .section .container .swiper-content-title{
  306. font-size: 16px;
  307. }
  308. .section .container .swiper-content-info{
  309. font-size:14px;
  310. }
  311. .section .section--header .section--description-index{
  312. font-size: 16px;
  313. }
  314. .english-title{
  315. font-size: 20px;
  316. }
  317. .headerNew{
  318. display: inline-block!important;
  319. }
  320. .nav{
  321. width: 100%;
  322. }
  323. .zgyc{
  324. line-height: 30px;
  325. padding-left:5px;
  326. font-size: 16px;
  327. font-weight: 700;
  328. text-align: center;
  329. >img{
  330. width: 20px;
  331. height: 20px;
  332. }
  333. }
  334. .numberBox {
  335. .unit{
  336. font-size:10px;
  337. }
  338. display: flex;
  339. justify-content: space-around;
  340. margin-top: 20px;
  341. font-size:12px;
  342. >div:nth-child(1),
  343. >div:nth-child(4) {
  344. .el-statistic__number {
  345. color: #c9082c;
  346. font-weight: bold;
  347. font-size: 16px;
  348. }
  349. }
  350. >div:nth-child(2),
  351. >div:nth-child(3) {
  352. .el-statistic__number {
  353. color: #006953;
  354. font-weight: bold;
  355. font-size: 16px;
  356. }
  357. }
  358. }
  359. .section .container .container1{
  360. display: inline-block;
  361. width: 100%;
  362. height: 100%;
  363. margin-top: 30px;
  364. }
  365. .section--description-index{
  366. width: 100%!important;
  367. margin-left: 0!important;
  368. }
  369. .boxs {
  370. width: 100%!important;
  371. }
  372. .am-g{
  373. display: flex;
  374. flex-direction: column;
  375. }
  376. .am-u-md-31 {
  377. width: 100%!important;
  378. border: none!important;
  379. }
  380. .moremore{
  381. text-align: center;
  382. margin-top: 20px;
  383. background-color: #006953;
  384. width: 100%;
  385. height: 50px;
  386. line-height: 50px;
  387. color:#fff;
  388. font-size: 14px;
  389. border-radius: 4px
  390. }
  391. .footer{
  392. font-size:10px;
  393. padding:5px;
  394. }
  395. .footer .messageNumber .el-statistic__number{
  396. font-size: 16px!important;
  397. }
  398. .footer .footer--inner {
  399. padding:10px!important;
  400. margin-right: 30px;
  401. >div{
  402. margin-top:20px!important;
  403. }
  404. }
  405. .footer .am-u-md-3{
  406. padding:5px!important;
  407. }
  408. }
  409. @media screen and (min-width: 641px) and (max-width: 1024px) {
  410. .section .section--header .section--description-index{
  411. font-size: 16px;
  412. }
  413. .nav{
  414. width: 55%!important;
  415. }
  416. .moremore{
  417. width: 45%;
  418. margin-top:10px!important;
  419. height: 30px;
  420. line-height: 30px;
  421. }
  422. .boxs{
  423. margin-top:70px;
  424. }
  425. .zgyc{
  426. font-size:14px;
  427. line-height: 49px;
  428. >img{
  429. width: 20px;
  430. height: 20px;
  431. }
  432. }
  433. .index-page .index-banner .slide_simple--title{
  434. font-size:24px!important;
  435. }
  436. .index-page .index-banner {
  437. height: 400px!important;
  438. }
  439. .el-carousel__container {
  440. height: 300px!important;
  441. }
  442. .am-u-md-31 {
  443. width: 32%!important;
  444. border-left: 2px solid #ededed;
  445. }
  446. .imgg{
  447. width: 40px;
  448. height: 40px;
  449. }
  450. .changeLL {
  451. display: flex;
  452. margin-top:5px;
  453. .changeItem {
  454. /* font-size:12px;
  455. padding:0px 8px;
  456. border:1px solid #000000;
  457. margin-left:5px;
  458. background-color: #fff;
  459. border-radius: 4px; */
  460. }
  461. }
  462. .router{
  463. font-size: 14px!important;
  464. }
  465. }
  466. /*================================ Footer ================================*/
  467. .footer {
  468. width: 100%;
  469. /* height:300px; */
  470. background: url(../images/footer.jpg);
  471. background-size: cover;
  472. position: relative;
  473. color:#333333!important ;
  474. display: flex;
  475. font-weight: 700;
  476. }
  477. .footer .footer--bg {
  478. position: absolute;
  479. width: 100%;
  480. height: 100%;
  481. opacity: .95;
  482. top: 0;
  483. left: 0;
  484. }
  485. .footer .footer--inner {
  486. position: relative;
  487. /* z-index: 1; */
  488. width: 70%;
  489. padding:50px;
  490. >div{
  491. margin-top:20px;
  492. }
  493. }
  494. /* .footer .footer--inner .am-g{
  495. max-width: 1140px;
  496. } */
  497. .footer .am-u-md-3{
  498. padding:40px;
  499. }
  500. .footer .footer_main--column {
  501. margin: 0px 0 0 10px;
  502. >div{
  503. >div{
  504. margin-top:10px;
  505. }
  506. }
  507. }
  508. .footer .footer_main--column_title {
  509. color: #fff;
  510. font-size: 17px;
  511. line-height: 29px;
  512. font-weight: 700;
  513. display: block
  514. }
  515. .footer .footer_about {
  516. position: relative;
  517. padding: 17px 25px 0 0
  518. }
  519. .footer .footer_about--text {
  520. font-size: 15px;
  521. line-height: 25px;
  522. color: #fff;
  523. padding: 0 0 16px
  524. }
  525. .footer .footer_about--text p{
  526. margin: 0;
  527. }
  528. .footer .footer_navigation {
  529. padding: 6px 15px 0 0;
  530. }
  531. .footer .footer_navigation--item {
  532. display: block;
  533. position: relative;
  534. padding: 12px 25px 12px 0;
  535. text-align: left;
  536. border-bottom: 1px solid rgba(255, 255, 255, .1)
  537. }
  538. .footer .footer_navigation--item::before {
  539. position: absolute;
  540. content: "\f054";
  541. display: block;
  542. right: 10px;
  543. top: 50%;
  544. transform: translate(0, -50%);
  545. margin-top: 3px;
  546. color: #fff;
  547. font-size: 12px;
  548. font-family: fontawesome
  549. }
  550. .footer .footer_navigation--link {
  551. color: #fff;
  552. font-size: 15px;
  553. line-height: 22px
  554. }
  555. .footer .footer_navigation--link:hover {
  556. text-decoration: underline
  557. }
  558. .footer .footer_contact_info {
  559. padding: 5px 0 0
  560. }
  561. .footer .footer_contact_info--item {
  562. padding: 5px 0;
  563. position: relative;
  564. color: #fff;
  565. font-size: 15px;
  566. line-height: 25px;
  567. list-style: none
  568. }
  569. .footer .footer_contact_info--item i {
  570. display: block;
  571. position: absolute;
  572. left: -2px;
  573. top: 12px
  574. }
  575. .footer .footer_contact_info--item span {
  576. display: inline-block;
  577. vertical-align: -7px;
  578. padding: 0 0 0 28px
  579. }
  580. .footer .footer_main--column_box{
  581. display: flex;
  582. }
  583. .footer .messageNumber .el-statistic__number {
  584. font-weight: 700;
  585. color:#25a668 !important;
  586. font-size: 28px;
  587. }
  588. .contact_card {
  589. background: #fff;
  590. border: 1px solid #e9e9e9;
  591. border-radius: 3px;
  592. position: relative;
  593. text-align: center;
  594. padding: 138px 0 48px;
  595. margin: 30px
  596. }
  597. .contact_card .contact_card--icon {
  598. position: absolute;
  599. font-size: 56px;
  600. display: block;
  601. top: 37px;
  602. left: 50%;
  603. transform: translate(-50%, 0);
  604. color: #59bcdb
  605. }
  606. .contact_card .contact_card--title {
  607. font-size: 20px;
  608. display: inline-block
  609. }
  610. .contact_card .contact_card--text {
  611. padding: 0 0 10px;
  612. color: #969696;
  613. font-size: 16px;
  614. line-height: 23px
  615. }
  616. .contact_card .contact_card--text a {
  617. color: #969696
  618. }
  619. .contact_card .am-btn-secondary {
  620. background-color: transparent;
  621. color: #59bcdb;
  622. border-color: #59bcdb;
  623. border-width: 2px;
  624. padding: 12px 18px
  625. }
  626. .contact_card .am-btn-secondary:hover {
  627. background-color: #59bcdb;
  628. color: #fff
  629. }