home.css 26 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212121312141215121612171218121912201221122212231224122512261227122812291230123112321233123412351236123712381239124012411242124312441245124612471248124912501251125212531254125512561257125812591260126112621263126412651266126712681269127012711272127312741275127612771278127912801281128212831284128512861287128812891290129112921293129412951296129712981299130013011302130313041305130613071308130913101311131213131314131513161317131813191320132113221323132413251326132713281329133013311332133313341335133613371338133913401341134213431344134513461347134813491350135113521353135413551356135713581359136013611362136313641365136613671368136913701371137213731374137513761377137813791380138113821383138413851386138713881389139013911392139313941395139613971398139914001401140214031404140514061407140814091410141114121413141414151416141714181419142014211422142314241425142614271428142914301431143214331434143514361437143814391440144114421443144414451446144714481449145014511452145314541455145614571458145914601461146214631464146514661467146814691470147114721473147414751476147714781479148014811482148314841485148614871488148914901491149214931494149514961497149814991500150115021503150415051506150715081509151015111512151315141515151615171518151915201521152215231524152515261527152815291530153115321533153415351536153715381539154015411542154315441545154615471548154915501551155215531554155515561557155815591560156115621563156415651566156715681569157015711572157315741575157615771578157915801581158215831584158515861587158815891590159115921593159415951596159715981599160016011602160316041605160616071608160916101611161216131614161516161617161816191620162116221623162416251626162716281629163016311632163316341635163616371638
  1. *{
  2. margin:0;
  3. padding: 0;
  4. font-family: '微软雅黑';
  5. }
  6. a:hover{
  7. /*color:#A7FFF6;*/
  8. cursor: pointer;
  9. text-decoration: none;
  10. }
  11. .textColor{
  12. color:#999;
  13. }
  14. .relative {
  15. position: relative;
  16. }
  17. /*主题宽度设置*/
  18. .main{
  19. height: auto;
  20. overflow: hidden;
  21. /*margin-top:10px;*/
  22. /*padding:0 0 45px 0px*/
  23. }
  24. /*头部宽度设置*/
  25. .head{
  26. /*height: 58px;*/
  27. background: #fff;
  28. color: #333;
  29. line-height: 80px;
  30. height: 80px;
  31. /*background: url("../image/header-bg.jpg") no-repeat center top;*/
  32. background-color: #fff;
  33. border-bottom: 1px solid #ededee;
  34. }
  35. .headLine{
  36. height: 100%;
  37. width: 100%;
  38. display: flex;
  39. justify-content: space-between;
  40. align-items: center;
  41. }
  42. span{
  43. display: inline-block;
  44. }
  45. h1{
  46. margin:0;
  47. padding: 0;
  48. }
  49. body{
  50. background-color: #fff;
  51. margin:0 auto;
  52. min-width: 1250px;
  53. }
  54. .fl{
  55. float: left;
  56. }
  57. .fr{
  58. float: right;
  59. }
  60. .headlineStyle{
  61. padding: 12px;
  62. background-color: #2976CE;
  63. color: #fff;
  64. margin-top: 20px;
  65. }
  66. .inline{
  67. display: inline;
  68. }
  69. .inline_block{
  70. display: inline-block;
  71. vertical-align: middle;
  72. }
  73. .activityList > div {
  74. padding: 25px 30px;
  75. border: 1px solid #e7e8ec;
  76. margin-left: 0;
  77. margin-right: 0;
  78. display: flex;
  79. align-items: center;
  80. justify-content: space-between;
  81. }
  82. .activityList > div:nth-of-type(2n) {
  83. background-color: #e7e8ec;
  84. }
  85. .centerContent ul li {
  86. margin-top: 20px;
  87. }
  88. h2{
  89. font-size: 18px;
  90. }
  91. /*轮播图样式*/
  92. #swiper-content {
  93. height: auto;
  94. overflow: hidden;
  95. }
  96. .pagination {
  97. position: absolute;
  98. z-index: 20;
  99. bottom: 5%;
  100. width: 100%;
  101. text-align: center;
  102. margin: 0;
  103. }
  104. .swiper-pagination-switch {
  105. display: inline-block;
  106. width: 1em;
  107. height: 1em;
  108. border-radius: 8px;
  109. background: #555;
  110. margin: 0 8px;
  111. opacity: 0.8;
  112. border: 1px solid #fff;
  113. cursor: pointer;
  114. }
  115. .swiper-active-switch {
  116. background: #fff;
  117. }
  118. .red{
  119. color:#D0021B;
  120. padding: 0 5px;
  121. font-size: 24px;
  122. font-weight: bold;
  123. }
  124. .navbar-default {
  125. margin-bottom:0;
  126. background-color: #fff;
  127. border-bottom: 1px solid #EDEDEE;
  128. }
  129. .device .arrow-left {
  130. position: absolute;
  131. left: 10px;
  132. top: 80px;
  133. margin-top: -15px;
  134. }
  135. .device .arrow-right {
  136. position: absolute;
  137. right: 10px;
  138. top: 80px;
  139. margin-top: -15px;
  140. }
  141. .device .iconfont {
  142. font-size: 40px;
  143. cursor: pointer;
  144. color: #666;
  145. }
  146. #swiper-footer {
  147. height: 110px;
  148. text-align: center;
  149. /*width: 90%;*/
  150. }
  151. #swiper-footer .swiper-slide{
  152. /*height: 100%;*/
  153. }
  154. #swiper-footer .swiper-slide a{
  155. display: inline-block;
  156. border:1px solid #edf2f5;
  157. /*height: 90%;*/
  158. margin-top: 10px;
  159. }
  160. .device a:focus{
  161. text-decoration: none;
  162. }
  163. /*#swiper-footer .swiper-slide a img{*/
  164. /*width: 110px;*/
  165. /*height: 90px;*/
  166. /*line-height: 0;*/
  167. /*}*/
  168. .content-slide {
  169. padding: 20px;
  170. color: #fff;
  171. }
  172. .title {
  173. font-size: 25px;
  174. margin-bottom: 10px;
  175. }
  176. .post_meta{
  177. text-align: center;
  178. margin-top:15px ;
  179. }
  180. .post_meta ul li {
  181. display: inline-block;
  182. margin:0 15px;
  183. color:#999;
  184. }
  185. .right-member {
  186. position: relative;
  187. margin-left: 15px;
  188. }
  189. .member-btn {
  190. cursor: pointer;
  191. }
  192. .right-member ul {
  193. display: none;
  194. position: absolute;
  195. top: 36px;
  196. left: -30px;
  197. z-index: 99;
  198. width: 100px;
  199. background: #fff;
  200. box-shadow: 0 1px 2px rgba(0,0,0,0.1);
  201. border: solid 1px #f2f2f2;
  202. line-height: 30px;
  203. }
  204. .checkout-btn {
  205. border-top: solid 1px #f2f2f2;
  206. }
  207. .right-member:hover ul{
  208. display: block;
  209. }
  210. /*面包屑导航*/
  211. .breadcrumb{
  212. background-color: #fff;
  213. border-bottom:1px solid #F6F7FB;
  214. padding: 20px 15px;
  215. width: 100%;
  216. color: #fff;
  217. }
  218. .breadcrumb > li {
  219. display: inline-block;
  220. float: left;
  221. }
  222. .breadcrumb > li + li:before {
  223. color: #CCCCCC;
  224. content: "> ";
  225. padding-left: 7px;
  226. }
  227. .breadcrumbFixed{
  228. border-bottom:1px solid #F6F7FB;
  229. padding: 25px 30px;
  230. font-size: 16px;
  231. width: 100%;
  232. background-color: #878CA0;
  233. color: #fff;
  234. border-radius: 0px;
  235. }
  236. .breadcrumbFixed > li {
  237. display: inline-block;
  238. float: left;
  239. }
  240. .breadcrumbFixed > li > a{
  241. color: #fff;
  242. }
  243. .breadcrumbFixed > li + li:before {
  244. color: #CCCCCC;
  245. content: "> ";
  246. padding-left: 7px;
  247. }
  248. /*按钮样式*/
  249. .btn:hover, .btn:focus, .btn.focus{
  250. border-color: #F6B242;
  251. color:#F6B242;
  252. background-color: #fff;
  253. outline: none;
  254. }
  255. .btn:focus, .btn:active:focus{
  256. outline: none;
  257. }
  258. .btn:active{
  259. background-image: none;
  260. outline: 0;
  261. -webkit-box-shadow: none;
  262. box-shadow: none;
  263. }
  264. /*新增按钮*/
  265. .btn-add,.btn-add:focus{
  266. background-color: #F6B242;
  267. color:#fff;
  268. border-color: #F6B242;
  269. }
  270. .btn-add:hover{
  271. background-color: #fff;
  272. color:#F6B242;
  273. border-color: #F6B242;
  274. }
  275. .btn-enter{
  276. background-color: #fff;
  277. color:#FF0000;
  278. border-color: #FF0000;
  279. }
  280. .btn-enter:hover{
  281. background-color: #FF0000;
  282. color:#fff;
  283. border-color: #FF0000;
  284. }
  285. .layui-input, .layui-select, .layui-textarea{
  286. height: 35px;
  287. line-height: 1.3;
  288. line-height: 38px\9;
  289. border: 1px solid #e6e6e6;
  290. background-color: #fff;
  291. border-radius: 2px;
  292. }
  293. .layui-laypage .layui-laypage-curr .layui-laypage-em{
  294. position: absolute;
  295. left: -1px;
  296. top: -1px;
  297. padding: 1px;
  298. width: 100%;
  299. height: 100%;
  300. background-color: #151517 !important;
  301. }
  302. .layui-laypage a:hover{
  303. color: #2976CE !important;
  304. font-size: 12px;
  305. }
  306. em{
  307. cursor: pointer;
  308. }
  309. .layui-laypage{
  310. margin: 0;
  311. }
  312. /*图标*/
  313. #keywordSearch{
  314. position: relative;
  315. height: 35px;
  316. width: 35px;
  317. line-height: 35px;
  318. top: -37px;
  319. top:-37px\9\0;/* ie9 */
  320. }
  321. .icon-sousuo{
  322. cursor: pointer;
  323. color:#fff;
  324. position: relative;
  325. height: 35px;
  326. width: 35px;
  327. line-height: 35px;
  328. left: -1px;
  329. text-align: center;
  330. vertical-align: middle;
  331. background-color: #2976CE;
  332. border-bottom-right-radius: 2px;
  333. border-top-right-radius: 2px;
  334. display: inline-block;
  335. }
  336. .logo{
  337. width: auto;
  338. height: 100%;
  339. /*height: 80px;*/
  340. /*margin-top: 5px;*/
  341. font-size: 22px;
  342. }
  343. .logo img{
  344. width: auto;
  345. height: 100%;
  346. background-color: #488DFB;
  347. display: inline-block;
  348. margin-top: -5px;
  349. }
  350. .logo span {
  351. font-size: 18px;
  352. font-weight: bold;
  353. }
  354. .small-logo {
  355. display: none;
  356. }
  357. .nav-login {
  358. display: none;
  359. margin: 7px 15px 0 0;
  360. }
  361. @media (max-width: 767px) {
  362. .logo.hidden-xs {
  363. display: block !important;
  364. }
  365. .logo.hidden-xs .small-logo {
  366. display: block !important;
  367. }
  368. .logo.hidden-xs .logo-big {
  369. display: none !important;
  370. }
  371. .nav-login {
  372. display: block;
  373. }
  374. .login {
  375. display: none;
  376. }
  377. }
  378. .name{
  379. margin-left: 20px;
  380. font-size: 24px;
  381. overflow: hidden;
  382. }
  383. .login{
  384. height: 100%;
  385. font-size: 14px;
  386. }
  387. .login > a > img {
  388. background-color: #488dfb;
  389. margin-top: -3px;
  390. }
  391. .login > .login-link {
  392. margin-right: 10px;
  393. font-weight: bold;
  394. cursor: pointer;
  395. }
  396. .login i {
  397. height: 100%;
  398. width: 60px;
  399. display: inline-block;
  400. font-size: 24px;
  401. text-align: center;
  402. background-color: #488DFB;
  403. color: #fff;
  404. }
  405. .navbar-collapse {
  406. padding-right: 0;
  407. }
  408. .btn-user {
  409. background: #2976CE;
  410. border-radius: 3px;
  411. padding: 0 15px;
  412. color: #fff;
  413. margin-left: 15px;
  414. }
  415. .btn-user:hover {
  416. background: #FF3D3D;
  417. color: #fff;
  418. }
  419. .left_list{
  420. width: 160px;
  421. height:100%;
  422. background-color: #f6f6f6;
  423. /* border:1px solid #ededed;*/
  424. }
  425. .list_title{
  426. height: 50px;
  427. width: 100%;
  428. line-height: 50px;
  429. padding: 0 25px;
  430. font-size: 16px;
  431. color: #0085d0;
  432. }
  433. .list-group-item.active,
  434. .list-group-item.active:hover,
  435. .list-group-item.active:focus {
  436. z-index: 2;
  437. color: #fff;
  438. background-color: #0085d0;
  439. border-color:#0085d0;
  440. }
  441. .list-group-item {
  442. position: relative;
  443. display: block;
  444. padding: 10px 25px;
  445. margin-bottom: -1px;
  446. background-color: #fff;
  447. border: 1px solid #ededed;
  448. border-radius: 0px;
  449. border-left: none;
  450. border-right: none;
  451. }
  452. .list-group-item:last-child {
  453. margin-bottom: 0;
  454. border-bottom-right-radius: 0px;
  455. border-bottom-left-radius: 0px;
  456. }
  457. .list-group-item:first-child {
  458. border-top-left-radius: 0px;
  459. border-top-right-radius: 0px;
  460. }
  461. .navbar-brand{
  462. font-size: 14px;
  463. }
  464. .headlineStyle p{
  465. display: inline-block;
  466. margin: 0 5px 0 0;
  467. }
  468. .headlineStyle p img{
  469. display: inline-block;
  470. width: 18px;
  471. height: 18px;
  472. }
  473. .abstract{
  474. margin-left: 15px !important;
  475. color: #AAAAAA ;
  476. }
  477. .container h3{
  478. font-size: 18px;
  479. margin-bottom: 10px;
  480. width: 100%;
  481. overflow: hidden;
  482. display: inline-block;
  483. white-space: nowrap;
  484. text-overflow: ellipsis;
  485. }
  486. .contentStyle span{
  487. width: 100%;
  488. overflow: hidden;
  489. display: inline-block;
  490. white-space: nowrap;
  491. text-overflow: ellipsis;
  492. margin: 0 0 10px;
  493. }
  494. .contentStyle a:hover{
  495. color:#2976CE
  496. }
  497. .contentStyle p a{
  498. color: #333;
  499. }
  500. .footer{
  501. width: 100%;
  502. margin-top: 30px;
  503. font-size: 14px;
  504. /*color: #e8e8e8;*/
  505. height: auto;
  506. overflow: hidden;
  507. background: #19273c;
  508. }
  509. .footer a {
  510. /*color: #fff;*/
  511. }
  512. .link{
  513. padding: 35px 0 20px;
  514. }
  515. .link ul{
  516. vertical-align: middle;
  517. }
  518. .link-line {
  519. display: inline-block;
  520. width: 1px;
  521. height: 25px;
  522. background: #328ed7;
  523. margin-right: 10px;
  524. float: left;
  525. }
  526. .copy-box {
  527. padding-top: 20px;
  528. border-top: solid 1px #273c5c;
  529. }
  530. .footer .home-content ul{
  531. display: inline-block;
  532. list-style: none;
  533. width: auto;
  534. height: auto;
  535. overflow: hidden;
  536. margin:0 auto;
  537. }
  538. .footer .home-content ul li{
  539. /*float: left;*/
  540. width: auto ;
  541. text-align: justify;
  542. display: inline-block;
  543. padding: 0 15px;
  544. margin-top: 5px;
  545. border-right: solid 1px #314a70;
  546. }
  547. .footer .home-content ul li:last-child{
  548. border-right: none;
  549. }
  550. .footer .home-content ul li a{
  551. text-decoration: none;
  552. }
  553. .footer .home-content ul li a:hover{
  554. color: #2976CE;
  555. }
  556. .cord-box {
  557. background: #273c5c;
  558. border-top: solid 4px #328ed7;
  559. text-align: center;
  560. padding-top: 10px;
  561. }
  562. .cord-line-box {
  563. position: relative;
  564. }
  565. .cord-line {
  566. display: block;
  567. width: 100%;
  568. height: 1px;
  569. background: #55667e;
  570. position: absolute;
  571. top: 10px;
  572. z-index: 1;
  573. }
  574. .cord-samll-name {
  575. background: #273c5c;
  576. color: #56a5e5;
  577. padding: 0 20px;
  578. position: relative;
  579. z-index: 10;
  580. }
  581. .cord-list {
  582. margin: 20px 0;
  583. }
  584. .cord-img {
  585. border: solid 5px #fff;
  586. }
  587. .iframeDiv{
  588. height: auto;
  589. width:1290px;
  590. }
  591. .insert-main{
  592. width: 1130px;
  593. height: auto;
  594. }
  595. .navbar {
  596. /*background-color: #19273c;*/
  597. }
  598. .navbar-default .nave_style ul li a{
  599. font-size: 16px;
  600. color: #a3a3a3;
  601. padding: 0 20px;
  602. line-height: 65px;
  603. }
  604. .navbar-default .nave_style ul li a:hover{
  605. color: #333333;
  606. }
  607. .navbar-default .nave_style ul li a:focus{
  608. color: #333333;
  609. }
  610. .navbar-default .nave_style ul li .second-menu {
  611. display: none;
  612. position: absolute;
  613. left: 0;
  614. background: #fff;
  615. z-index: 10;
  616. }
  617. .navbar-default .nave_style ul li .second-menu a {
  618. font-size: 14px;
  619. display: block;
  620. text-align: center;
  621. line-height: 40px;
  622. text-align: left;
  623. padding: 5px 20px;
  624. white-space: nowrap;
  625. }
  626. .navbar-default .nave_style ul li .second-menu a:hover {
  627. background: #eee;
  628. color: #000;
  629. -webkit-transform: translateX(2px);
  630. transform: translateX(2px);
  631. }
  632. .navbar-default .nave_style ul li:hover .second-menu {
  633. display: block;
  634. }
  635. .navbar-default .navbar-brand{
  636. color: #fff;
  637. padding-left: 15px;
  638. }
  639. .navbar-default .navbar-nav > .active > a,
  640. .navbar-default .navbar-nav > .active > a:hover,
  641. .navbar-default .navbar-nav > .active > a:focus{
  642. color:#333;
  643. background-color: #fff;
  644. }
  645. .navbar-default .navbar-toggle{
  646. border-color: #ddd;
  647. margin-left: 15px;
  648. }
  649. .navbar-default .navbar-toggle .icon-bar{
  650. background-color: #fff;
  651. }
  652. .navbar-default .navbar-toggle:hover, .navbar-default .navbar-toggle:focus{
  653. background-color: #2976ce;
  654. }
  655. .swiper-wrapper img{
  656. width:100%;
  657. /*height: 100%;*/
  658. /*display: block;*/
  659. }
  660. .line{
  661. border:1px solid #979797;
  662. margin-top:5px;
  663. border-bottom:none;
  664. border-left:none;
  665. border-right:none;
  666. }
  667. /*文本省略号*/
  668. .textEllipsis{
  669. width: 100%;
  670. overflow: hidden;
  671. white-space: nowrap;
  672. text-overflow: ellipsis;
  673. font-size: 16px;
  674. }
  675. .textEllipsis a{
  676. color: #333333;
  677. }
  678. .textEllipsis1{
  679. width: 100%;
  680. overflow: hidden;
  681. white-space: nowrap;
  682. text-overflow: ellipsis;
  683. font-size: 12px;
  684. padding-left: 10px;
  685. margin: 0 0 10px;
  686. }
  687. .rightContent{
  688. padding-left:15px;
  689. overflow: hidden;
  690. margin-top: 17px;
  691. }
  692. .leftContent{
  693. overflow: hidden;
  694. margin-top: 17px;
  695. }
  696. .leftImageStyle{
  697. width:585px;
  698. height:350px;
  699. margin-top: 15px;
  700. }
  701. .rightImageStyle{
  702. padding-left:15px;
  703. width:585px;
  704. height:350px;
  705. margin-top: 15px;
  706. }
  707. .leftImageStyle img ,.rightImageStyle img{
  708. min-width: 100%;
  709. max-width: 100%;
  710. min-height: 100%;
  711. max-height: 100%;
  712. }
  713. #tan{
  714. position: absolute;
  715. left: 182px;
  716. top:143px;
  717. text-align: center;
  718. width:158px;
  719. border:1px solid #ededed;
  720. border-bottom:0px;
  721. }
  722. #tan>a{
  723. width:158px;
  724. height:41px;
  725. line-height:41px;
  726. text-align:center;
  727. display:block;
  728. border-bottom:1px solid #ededed;
  729. }
  730. #tan_box{
  731. position: absolute;
  732. left: 182px;
  733. top:184px;
  734. text-align: center;
  735. width:158px;
  736. border:1px solid #ededed;
  737. border-bottom:0px;
  738. }
  739. #tan_box>a{
  740. width:158px;
  741. height:41px;
  742. line-height:41px;
  743. text-align:center;
  744. display:block;
  745. border-bottom:1px solid #ededed;
  746. }
  747. .get-mod-more {
  748. display: inline-block;
  749. height: 60px;
  750. width: 100%;
  751. line-height: 60px;
  752. border: 1px solid #f0f0f0;
  753. color: #bbb;
  754. font-size: 16px;
  755. text-align: center;
  756. cursor: pointer;
  757. }
  758. .get-mod-more:hover {
  759. background-color: #fafafa;
  760. color: #999;
  761. border-color: #fafafa;
  762. }
  763. .search-box {
  764. margin-top: 8px;
  765. }
  766. .search-input {
  767. width: 225px;
  768. height: 44px;
  769. padding: 0 10px;
  770. line-height: 34px;
  771. border: 1px solid #999999;
  772. cursor: initial;
  773. }
  774. .search-btn {
  775. width: 56px;
  776. height: 44px;
  777. color: #fff;
  778. background: #177be6;
  779. border: none;
  780. cursor: pointer;
  781. }
  782. .search-btn .iconfont {
  783. font-size: 26px;
  784. line-height: 44px;
  785. cursor: pointer;
  786. }
  787. .datetime {
  788. background: #e9e9e9;
  789. font-size: 14px;
  790. color: #7b7a7a;
  791. height: 32px;
  792. line-height: 32px;
  793. border-radius: 16px;
  794. padding: 0 20px 0 40px;
  795. }
  796. .icon-time {
  797. display: block;
  798. width: 40px;
  799. height: 40px;
  800. color: #fff;
  801. background: #177be6;
  802. border-radius: 50%;
  803. position: absolute;
  804. top: -2px;
  805. left: -10px;
  806. line-height: 39px;
  807. }
  808. .icon-time .iconfont {
  809. font-size: 24px;
  810. }
  811. .iconlogin {
  812. float: left;
  813. display: block;
  814. width: 40px;
  815. height: 40px;
  816. color: #fff;
  817. background: #177be6;
  818. border-radius: 50%;
  819. margin-left: 15px;
  820. }
  821. .iconlogin:hover {
  822. color: #A7FFF6;
  823. }
  824. .iconlogin .iconfont {
  825. font-size: 24px;
  826. }
  827. .center_nav .navbar {
  828. border-radius: 0;
  829. }
  830. .num-box {
  831. height: 110px;
  832. padding: 20px 10px 0 20px;
  833. background: #EBF0F4;
  834. margin-bottom: 11px;
  835. }
  836. .num-box:last-child{
  837. margin-bottom: 0;
  838. }
  839. .num-box .iconfont {
  840. float: left;
  841. font-size: 60px;
  842. color: #2976CE;
  843. margin-right: 10px;
  844. }
  845. /*.num-box-img {*/
  846. /*position: absolute;*/
  847. /*left: 0;*/
  848. /*top: 0;*/
  849. /*z-index: 1;*/
  850. /*width: 368px;*/
  851. /*height: 204px;*/
  852. /*}*/
  853. .num-box-text {
  854. /*background: rgba(23,123,230,.8);*/
  855. color: #333;
  856. font-size: 20px;
  857. text-align: left;
  858. padding: 0 10px;
  859. }
  860. .num-nm {
  861. font-size: 36px;
  862. color: #F74F39;
  863. }
  864. .ft-blue{
  865. font-family: MicrosoftYaHei;
  866. font-size: 36px;
  867. color: #2976CE;
  868. line-height: 36px;
  869. }
  870. .ft-yellow{
  871. color: #ffcc51;
  872. }
  873. .ft-18 {
  874. font-size: 18px;
  875. }
  876. .ft-20 {
  877. font-size: 20px;
  878. }
  879. .ft-40 {
  880. font-size: 40px;
  881. }
  882. .tab-menu {
  883. position: relative;
  884. text-align: center;
  885. background: #ebf0f4;
  886. border-bottom: solid 1px #fff;
  887. color: #328ed7;
  888. height: 90px;
  889. line-height: 90px;
  890. cursor: pointer;
  891. }
  892. .tab-menu:hover {
  893. background: #9ED4FF;
  894. color: #fff;
  895. }
  896. .tab-menu-icon {
  897. display: inline-block;
  898. width: 124px;
  899. height: 124px;
  900. border-radius: 50%;
  901. border: 4px solid #FF3D3D;
  902. text-align: center;
  903. line-height: 115px;
  904. cursor: pointer;
  905. margin-bottom:20px;
  906. }
  907. .tab-menu-icon .iconfont {
  908. font-size: 70px;
  909. color:#FF3D3D;
  910. cursor: pointer;
  911. }
  912. .menu-text {
  913. font-size: 24px;
  914. position: relative;
  915. top: -8px;
  916. }
  917. .icon-arrow-right {
  918. display: none;
  919. position: absolute;
  920. right: -8px;
  921. top: 38px;
  922. z-index: 10;
  923. width: 0;
  924. height: 0;
  925. border-left: solid 8px #328ed7;
  926. border-top: solid 8px transparent;
  927. border-bottom: solid 8px transparent;
  928. }
  929. .icon-more-btn {
  930. position: absolute;
  931. top: 0;
  932. right: 20px;
  933. display: block;
  934. width: 68px;
  935. height: 60px;
  936. background: url("../image/icon-more.png") no-repeat;
  937. color: #fff;
  938. line-height: 60px;
  939. text-align: center;
  940. }
  941. .icon-more-btn:hover {
  942. color: #A7FFF6;
  943. }
  944. .tab-menu.active .tab-menu-icon {
  945. background: #FF3D3D;
  946. }
  947. .tab-menu.active .icon-arrow-right {
  948. display: block;
  949. }
  950. .tab-menu.active .tab-menu-icon .iconfont {
  951. color: #fff;
  952. }
  953. .tab-menu.active{
  954. background:#328ed7;
  955. color: #fff;
  956. }
  957. .tab-content {
  958. position: relative;
  959. display: none;
  960. background: #fafafa;
  961. padding: 20px 70px;
  962. min-height: 360px;
  963. }
  964. .contentStyle {
  965. padding-right: 20px;
  966. }
  967. .contentStyle h3 a {
  968. color: #328ed7;
  969. font-size: 16px;
  970. font-weight: bold;
  971. }
  972. .ellipsis{
  973. overflow: hidden;
  974. text-overflow: ellipsis;
  975. white-space: nowrap;
  976. }
  977. .contentStyle p {
  978. line-height: 30px;
  979. }
  980. .contentStyle p.brief-info {
  981. font-size: 12px;
  982. color: #aaa;
  983. line-height: 20px;
  984. margin-bottom: 20px;
  985. }
  986. .hot-news {
  987. color:#FF3C3C;
  988. font-size: 38px;
  989. position: relative;
  990. top: 7px;
  991. }
  992. .services-title {
  993. text-align:center;
  994. margin: 60px 0 20px;
  995. }
  996. .service-title-zh {
  997. font-size: 30px;
  998. color: #328ed7;
  999. }
  1000. .service-title-en {
  1001. font-size: 18px;
  1002. color: #818e98;
  1003. font-family: MicrosoftYaHeiLight;
  1004. }
  1005. .service-title-line {
  1006. display: inline-block;
  1007. width: 52px;
  1008. height: 2px;
  1009. background: #ebf0f4;
  1010. }
  1011. .link-list {
  1012. height: 62px;
  1013. line-height: 62px;
  1014. background: #EBF0F4;
  1015. text-align: center;
  1016. font-size: 20px;
  1017. color: #2C8DDB;
  1018. }
  1019. .link-item-box {
  1020. margin-top: 40px;
  1021. overflow: hidden;
  1022. }
  1023. .link-item-box ul {
  1024. margin-right: -100px;
  1025. }
  1026. .link-item-box ul li{
  1027. float: left;
  1028. margin-right: 84px;
  1029. }
  1030. .centerContent {
  1031. min-height: 500px;
  1032. word-break: break-all;
  1033. }
  1034. #activity_top .notice-img {
  1035. width: 440px;
  1036. height: 260px;
  1037. }
  1038. .activity-left,.home-activity-left {
  1039. line-height: 30px;
  1040. }
  1041. .activity-title {
  1042. font-size: 24px;
  1043. color: #333;
  1044. margin-bottom: 15px;
  1045. }
  1046. #timer span {
  1047. background-color: #0c80fe;
  1048. color: #fff;
  1049. padding: 0 5px;
  1050. }
  1051. #activity_top {
  1052. border-bottom: solid 1px #ccc;
  1053. padding-bottom: 20px;
  1054. }
  1055. .screen-box {
  1056. padding: 20px 30px;
  1057. border-left: solid 1px #dadada;
  1058. border-right: solid 1px #dadada;
  1059. }
  1060. .sort-box {
  1061. border: solid 1px #dadada;
  1062. height: 36px;
  1063. line-height: 36px;
  1064. margin-right: 20px;
  1065. }
  1066. .right-line {
  1067. border-right: solid 1px #dadada;
  1068. padding-right: 10px; margin-right: 10px;
  1069. }
  1070. .screen-tj {
  1071. padding-top: 8px;
  1072. }
  1073. .sort-box span, .sort-box a {
  1074. display: inline-block;
  1075. border-right: solid 1px #dadada;
  1076. padding: 0 20px;
  1077. cursor: pointer;
  1078. }
  1079. .sort-box span:last-child, .sort-box a:last-child {
  1080. border-right: none;
  1081. }
  1082. .kind-tip {
  1083. border: solid 1px #dadada;
  1084. border-bottom: none;
  1085. padding: 15px 30px;
  1086. }
  1087. .kind-box {
  1088. display: inline-block;
  1089. border: solid 1px #dadada;
  1090. border-radius: 15px;
  1091. height: 34px;
  1092. line-height: 34px;
  1093. padding: 0 15px;
  1094. margin-right: 10px;
  1095. }
  1096. .kind-box.active {
  1097. background: #2976CE;
  1098. color: #fff;
  1099. }
  1100. .activity-list ul li{
  1101. padding: 25px 30px;
  1102. border: 1px solid #e7e8ec;
  1103. margin-left: 0;
  1104. margin-right: 0;
  1105. display: flex;
  1106. align-items: center;
  1107. }
  1108. .activity-list ul li:nth-child(2n ){
  1109. background-color: #e7e8ec;
  1110. }
  1111. .notice-img-box {
  1112. width: 270px;
  1113. height: 160px;
  1114. float: left;
  1115. margin-right: 20px;
  1116. }
  1117. .notice-img {
  1118. width: 270px;
  1119. height: 160px;
  1120. }
  1121. .activity-left {
  1122. position: relative;
  1123. float: left;
  1124. width: 800px;
  1125. color: #666;
  1126. }
  1127. .import-tip {
  1128. position: absolute;
  1129. top: 0;
  1130. right: 0;
  1131. }
  1132. .activity-title {
  1133. color: #333;
  1134. font-size: 30px;
  1135. }
  1136. .activity-tj-title {
  1137. color: #333;
  1138. font-size: 20px;
  1139. }
  1140. .activity-list ul li .activity-title {
  1141. padding-top: 10px;
  1142. padding-right: 60px;
  1143. }
  1144. .popup-signUp {
  1145. width: 600px;
  1146. max-height: 500px;
  1147. position: absolute;
  1148. top: 40px;
  1149. left: 0;
  1150. background: #fff;
  1151. border: solid 1px #dadada;
  1152. z-index: 9;
  1153. padding: 15px;
  1154. overflow: auto;
  1155. }
  1156. .popup-signUp input{
  1157. width: 100%;
  1158. border: solid 1px #dadada;
  1159. height: 30px;
  1160. line-height: 30px;
  1161. margin-bottom: 10px;
  1162. padding: 0 5px;
  1163. }
  1164. @media (max-width: 768px) {
  1165. .num-box {
  1166. width: 90%;
  1167. }
  1168. .tab-menu-list {
  1169. float: left;
  1170. width: 25%;
  1171. }
  1172. .tab-menu-icon {
  1173. width: 60px;
  1174. height: 60px;
  1175. line-height: 60px;
  1176. border: 1px solid #FF3D3D;
  1177. margin-bottom: 5px;
  1178. }
  1179. .menu-text {
  1180. font-size: 14px;
  1181. padding: 0;
  1182. }
  1183. .tab-menu-icon .iconfont {
  1184. font-size: 35px;
  1185. }
  1186. .tab-menu.active .menu-text {
  1187. border-bottom: solid 2px #2976CE;
  1188. }
  1189. .services-title {
  1190. font-size: 20px;
  1191. }
  1192. .footer span.bottom-logo {
  1193. display: none;
  1194. }
  1195. }
  1196. .icon-time,.iconlogin {
  1197. background: #dd0000;
  1198. }
  1199. .datetime {
  1200. background: #fff;
  1201. }
  1202. .navbar {
  1203. /*background: #ff0000;*/
  1204. }
  1205. /*.navbar-default .navbar-nav > .active > a, .navbar-default .navbar-nav > .active > a:hover, .navbar-default .navbar-nav > .active > a:focus {*/
  1206. /*background: #dd0000;*/
  1207. /*}*/
  1208. /*.navbar-default .nave_style ul li a:hover {*/
  1209. /*background: #fff;*/
  1210. /*}*/
  1211. .banner-bg {
  1212. background: url("../image/banner-bg.jpg") no-repeat center top;
  1213. height: 317px;
  1214. }
  1215. .main {
  1216. padding-bottom: 40px;
  1217. }
  1218. .list-main {
  1219. padding-top: 40px;
  1220. }
  1221. .main-bg {
  1222. /*background: url("../image/main-bg.jpg") no-repeat center top;*/
  1223. background: #f9f9f9;
  1224. min-height: 575px;
  1225. }
  1226. .num-info {
  1227. position: absolute;
  1228. top: -184px;
  1229. left: 15px;
  1230. width: 1220px;
  1231. height: 220px;
  1232. background: #fff;
  1233. box-shadow: 0 -6px 10px rgba(0,0,0,.2);
  1234. padding-top: 20px;
  1235. padding-left: 60px;
  1236. opacity: 0.8;
  1237. }
  1238. .num-info ul li {
  1239. width: 220px;
  1240. float: left;
  1241. border-right: solid 1px #e4e4e4;
  1242. text-align: center;
  1243. color: #666;
  1244. padding: 20px 0;
  1245. }
  1246. .num-info ul li .iconfont {
  1247. font-size: 40px;
  1248. }
  1249. .num-info ul li:last-child{
  1250. border-right: none;
  1251. }
  1252. .num-font {
  1253. font-size: 32px;
  1254. color: #dd0000;
  1255. margin: 10px 0 5px;
  1256. }
  1257. .center-main {
  1258. padding: 50px 35px 0;
  1259. }
  1260. .news-box {
  1261. margin-right: 20px;
  1262. }
  1263. .news-title {
  1264. margin-bottom: 15px;
  1265. }
  1266. .news-title span {
  1267. font-size: 14px;
  1268. color: #333;
  1269. border-bottom: solid 3px #f21f1f;
  1270. padding-bottom: 5px;
  1271. font-weight: bold;
  1272. }
  1273. .home-news-pic {
  1274. width: 265px;
  1275. height: 142px;
  1276. margin-right: 15px;
  1277. }
  1278. .home-news-pic img {
  1279. width: 100%;
  1280. height: 100%;
  1281. }
  1282. .home-news-list {
  1283. /*margin-top: 10px;*/
  1284. }
  1285. .home-news-list ul li {
  1286. line-height: 30px;
  1287. }
  1288. .home-news-list ulswiper-footer .swiper-slide a img li a {
  1289. color: #666;
  1290. }
  1291. .device {
  1292. position: relative;
  1293. padding: 0 30px;
  1294. }
  1295. .device .arrow-left,.device .arrow-right {
  1296. display: inline-block;
  1297. width: 40px;
  1298. height: 40px;
  1299. background: rgba(255,0,0,.8);
  1300. z-index: 999;
  1301. text-align: center;
  1302. line-height: 40px;
  1303. top: 100px;
  1304. }
  1305. .device .iconfont {
  1306. color: #fff;
  1307. font-size: 20px;
  1308. }
  1309. #swiper-footer {
  1310. height: 196px;
  1311. }
  1312. #swiper-footer .swiper-slide a img {
  1313. width: 288px;
  1314. height: 196px;
  1315. }
  1316. .footer {
  1317. margin-top: 0;
  1318. background: #878ca0;
  1319. padding: 30px 0;
  1320. }
  1321. .footer .home-content {
  1322. max-height: 575px;
  1323. width: 100%;
  1324. margin: 0 auto;
  1325. padding:0 18%;
  1326. display: flex;
  1327. justify-content: space-between;
  1328. align-items: center;
  1329. }
  1330. .footer .footer-left {
  1331. max-width: 60%;
  1332. display: flex;
  1333. justify-content: space-between;
  1334. align-items: flex-start;
  1335. }
  1336. .footer .footer-right {
  1337. display: flex;
  1338. justify-content: space-between;
  1339. align-items: center;
  1340. }
  1341. .footer-right div {
  1342. width:90px;
  1343. text-align: center;
  1344. }
  1345. .footer-right div img {
  1346. max-height: 100px;
  1347. }
  1348. .footer-right div p {
  1349. font-size: 10px;
  1350. color: #fff;
  1351. }
  1352. .footer .link {
  1353. width: 670px;
  1354. padding: 20px;
  1355. }
  1356. .link-title {
  1357. font-size: 16px;
  1358. color: #333;
  1359. border-bottom: 2px solid #9fa3b3;
  1360. color: #fff;
  1361. }
  1362. .footer .home-content ul li {
  1363. border-right: solid 1px #b3b3b3;
  1364. }
  1365. .link-line {
  1366. background: #dd0000;
  1367. }
  1368. .link .friendlyLink {
  1369. padding: 3px 50px 3px 0;
  1370. }
  1371. .link .helpLink {
  1372. padding: 3px 20px 3px 0;
  1373. }
  1374. .link a {
  1375. font-size: 13px;
  1376. color: #c9cbd3;
  1377. margin-top: 10px;
  1378. cursor: pointer;
  1379. display: inline-block;
  1380. border-bottom: 1px solid transparent;
  1381. }
  1382. .link a:hover{
  1383. color:#fff;
  1384. border-bottom: 1px solid #fff;
  1385. }
  1386. .cord-box {
  1387. border-top: none;
  1388. width: 510px;
  1389. background: #fff;
  1390. color: #666;
  1391. padding: 10px;
  1392. }
  1393. .cord-left {
  1394. padding: 20px 0 0 20px;
  1395. }
  1396. .cord-samll-name {
  1397. background: none;
  1398. color: #666;
  1399. }
  1400. .cord-list {
  1401. margin: 0;
  1402. }
  1403. .ewm-box {
  1404. width: 120px;
  1405. float: left;
  1406. margin-right: 10px;
  1407. line-height: 1.2;
  1408. }
  1409. .ewm-box img {
  1410. width: 96px;
  1411. height: 96px;
  1412. }
  1413. .copy-box {
  1414. position: relative;
  1415. border-top: none;
  1416. text-align: center;
  1417. color: #464953;
  1418. border-top: 2px solid #797E90;
  1419. }
  1420. .fangwen {
  1421. position: absolute;
  1422. right: 0;
  1423. top: 0;
  1424. }
  1425. .right-menu {
  1426. position: fixed;
  1427. right: 20px;
  1428. bottom: 20px;
  1429. background: #f4f4f4;
  1430. width: 140px;
  1431. padding: 20px;
  1432. border-top: solid 20px #dd0000;
  1433. z-index: 99999;
  1434. }
  1435. .r-item {
  1436. background: #fff;
  1437. border: solid 1px #e7e7e7;
  1438. }
  1439. .r-item ul li {
  1440. border-bottom: solid 1px #e7e7e7;
  1441. text-align: center;
  1442. }
  1443. .r-item ul li.backTop{
  1444. border-bottom: none;
  1445. }
  1446. .r-item ul li a {
  1447. display: block;
  1448. color: #666;
  1449. padding: 10px 0;
  1450. }
  1451. .r-item ul li a:hover {
  1452. background: #dd0000;
  1453. color: #fff;
  1454. }
  1455. .r-item ul li .iconfont {
  1456. font-size: 40px;
  1457. color: #dd0000;
  1458. }
  1459. .r-item ul li a:hover .iconfont {
  1460. color: #fff;
  1461. }
  1462. .r-item-name {
  1463. font-size: 16px;
  1464. }
  1465. .take-btn {
  1466. background: #dd0000;
  1467. color: #fff;
  1468. font-size: 20px;
  1469. text-align: center;
  1470. padding: 10px 0;
  1471. cursor: pointer;
  1472. }
  1473. .detail-leftNav {
  1474. width: 200px;
  1475. position: fixed;
  1476. background: #fff;
  1477. z-index: 10;
  1478. border: solid 1px #dadada;
  1479. margin-top: 100px;
  1480. }
  1481. .detail-leftNav-title {
  1482. font-size: 16px;
  1483. text-align: center;
  1484. height: 40px;
  1485. line-height: 40px;
  1486. background: #0c80fe;
  1487. color: #fff;
  1488. }
  1489. .detail-leftNav ul li {
  1490. border-bottom: solid 1px #dadada;
  1491. }
  1492. .detail-leftNav ul li:last-child {
  1493. border-bottom: none;
  1494. }
  1495. .detail-leftNav ul li a {
  1496. display: inline-block;
  1497. width: 100%;
  1498. height: 40px;
  1499. line-height: 40px;
  1500. padding: 0 10px;
  1501. }
  1502. .detail-leftNav ul li.active a {
  1503. background: #f5f5f5;;
  1504. color:#0c80fe ;
  1505. }
  1506. .detailTab p {
  1507. line-height: 2;
  1508. }
  1509. .app-box {
  1510. position: relative;
  1511. }
  1512. .app-code {
  1513. /*display: none;*/
  1514. /*position: absolute;*/
  1515. width: 100%;
  1516. /*right: 100px;*/
  1517. /*top: -60px;*/
  1518. text-align: center;
  1519. background: #fff;
  1520. }
  1521. .app-code p {
  1522. background: #dd0000;
  1523. line-height: 36px;
  1524. color: #fff;
  1525. }
  1526. .app-code-box {
  1527. width: 170px;
  1528. float: left;
  1529. margin: 5px;
  1530. }
  1531. .app-code-box img {
  1532. width: 100%;
  1533. }
  1534. .app-box a:hover .app-code {
  1535. display: block;
  1536. }
  1537. .tips-content.appCodestyle {
  1538. height: 280px;
  1539. }
  1540. .tips-content.appCodestyle #popupCentent {
  1541. padding-top: 40px;
  1542. }
  1543. @media screen and (max-width: 1560px) {
  1544. .right-menu {
  1545. width: 100px;
  1546. padding: 10px;
  1547. bottom: 80px;
  1548. right: 0;
  1549. }
  1550. .r-item ul li .iconfont {
  1551. font-size: 30px;
  1552. }
  1553. /*.app-code {*/
  1554. /*right: 80px;*/
  1555. /*}*/
  1556. }
  1557. .tips-popup {
  1558. display: none;
  1559. position: fixed;
  1560. width: 100%;
  1561. height: 100%;
  1562. top: 0;
  1563. left: 0;
  1564. background: rgba(0,0,0,.3);
  1565. z-index: 10000;
  1566. }
  1567. .tips-content {
  1568. position: absolute;
  1569. top: 50%;
  1570. left: 50%;
  1571. margin: -100px 0 0 -200px;
  1572. width: 400px;
  1573. height: 200px;
  1574. font-size: 20px;
  1575. text-align: center;
  1576. /*padding-top: 90px;*/
  1577. background: #fff;
  1578. box-shadow: 2px 2px 10px rgba(0,0,0,.2);
  1579. }
  1580. .tips-content .tipsclose {
  1581. position: absolute;
  1582. top: 10px;
  1583. right: 10px;
  1584. font-size: 14px;
  1585. cursor: pointer;
  1586. }
  1587. #popupCentent {
  1588. padding: 70px 20px 0;
  1589. line-height: 2;
  1590. }
  1591. .popupInfo {
  1592. font-size: 16px;
  1593. text-align: left;
  1594. }