1362.css 80 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964965966967968969970971972973974975976977978979980981982983984985986987988989990991992993994995996997998999100010011002100310041005100610071008100910101011101210131014101510161017101810191020102110221023102410251026102710281029103010311032103310341035103610371038103910401041104210431044104510461047104810491050105110521053105410551056105710581059106010611062106310641065106610671068106910701071107210731074107510761077107810791080108110821083108410851086108710881089109010911092109310941095109610971098109911001101110211031104110511061107110811091110111111121113111411151116111711181119112011211122112311241125112611271128112911301131113211331134113511361137113811391140114111421143114411451146114711481149115011511152115311541155115611571158115911601161116211631164116511661167116811691170117111721173117411751176117711781179118011811182118311841185118611871188118911901191119211931194119511961197119811991200120112021203120412051206120712081209121012111212
  1. @charset "utf-8";
  2. /*3转4*/
  3. ul,li {list-style: none;}
  4. @font-face{
  5. font-family: 'Bahnschrift';
  6. src:url('../font/bahnschrift.ttf') format('truetype');
  7. }
  8. @font-face{
  9. font-family: 'Oswald';
  10. src:url('../font/Oswald-Bold.otf');
  11. }
  12. html, body {
  13. font: 12px Bahnschrift;
  14. }
  15. #indexPage #mslider .bx-wrapper .bx-pager{display: none;}
  16. /*新首页开始*/
  17. #top {height: 46px;background: #f7f7f7;position: fixed;width: 100%;z-index: 999;}
  18. #top .con { width: 1200px;height:46px;margin: 0 auto;display: flex;justify-content: space-between;}
  19. #top .con .left {height:46px;display: flex;justify-content: center;align-items: center;}
  20. #top .con .left .tel,#top .con .left .email {width: 200px;height:46px;display: flex;justify-content: center;align-items: center;}
  21. #top .con .left .tel img,#top .con .left .email img {margin-right: 9px;}
  22. #top .con .left .tel {position: relative;}
  23. #top .con .left .tel div,#top .con .left .email div {font-size: 18px; color: #333;}
  24. #top .con .left .tel div a,#top .con .left .email div a{font-size: 18px; color: #333;}
  25. #top .con .left .tel {margin-right: 40px;}
  26. #top .con .right .selected { position: relative; height:46px;display: flex;justify-content: center;align-items: center; cursor: pointer;}
  27. #top .con .right .selected .value {margin-left: 8px; font-size: 12px; color: #333;}
  28. #top .con .right .selected .fa-angle-down {font-size: 18px;}
  29. #top .con .right .dataList { position: absolute;top: 46px; display: none;}
  30. #top .con .right .dataList .option {width: 148px;height:40px;display: flex;justify-content: center;align-items: center; cursor: pointer; background: #f7f7f7;}
  31. #top .con .right .dataList .option:hover {background: #46A836; }
  32. #top .con .right .dataList .option:hover div {color: #fff;}
  33. #top .con .right .dataList .value {margin-left: 8px; font-size: 12px; color: #333;}
  34. #top .con .right .dataList .fa-angle-down {font-size: 18px;}
  35. #indexPage .module .content { position: relative }
  36. #indexPage #mslider .content { margin:0; height:750px; }
  37. #indexPage #mservice { background-color: rgb(247, 247, 247);left: 0px;}
  38. #indexPage #mservice .content {margin: 0 auto;width: 1200px;height: 310px;overflow:hidden;top: auto;padding-top:80px;position: relative; top: -240px;}
  39. #indexPage #madvantage .content { margin:0;background: #f7f7f7;height:100%; padding-bottom:60px; }
  40. #indexPage #mpage .content { margin:0; height: 540px;}
  41. #indexPage #mnews .content { margin:0; height:auto;background-color: #fff; }
  42. #indexPage #mcontact .content { margin:0; }
  43. #indexPage #mpartner .content { margin:0; height:140px; }
  44. /*首页头部导航*/
  45. #fixedRight {position: fixed;right: 0;z-index: 9999;top: 180px;}
  46. #fixedRight .fixed-item {width: 80px;height: 80px;display: flex;flex-direction: column;justify-content: center;align-items: center;background: #fff;border-bottom: solid 1px #f7f7f7; cursor: pointer;position: relative;}
  47. #fixedRight .fixed-item a {display: block;text-align: center;}
  48. #fixedRight .fixed-item img {float: none;}
  49. #fixedRight .fixed-item .val {margin-top: 9px;font-size: 12px;color: #46A836;}
  50. #fixedRight .fixed-item:hover .left-detail {opacity: 1;}
  51. #fixedRight .fixed-item .left-detail {transition: all .4s;position: absolute; right: 100%; top: 0;width: 201px; height: 81px; line-height: 80px; font-size: 18px; font-family: Bahnschrift; font-weight: 300; color: #333333; cursor: default; text-align: center; background: #FFFFFF;border: 1px solid #EDEDED; box-sizing: border-box;opacity: 0;}
  52. #fixedRight .fixed-item .left-detail a { color: #333; }
  53. #header { background:#fff;padding-top: 0px;top: 46px;transition: all linear .2s;height: 100px;}
  54. #header .content { padding:0px }
  55. #header ul#nav { float:right;height: 100%;}
  56. #header ul li.navitem { transition: all 0.4s ease-out 0s; padding: 0px 1px 0px 0px !important;}
  57. #header ul li.navitem a { color:#4b4b4b;display: flex;padding: 0 26px; font-size: 18px;height: 100%;align-items: center; }
  58. #header ul li.navitem a.active, #header ul li.navitem:hover a { color: #fff;background-color: #46A836;display: flex;padding: 0 26px;height: 100%;align-items: center;}
  59. #header ul li.navitem a::after {content:'';display:none;margin-top: -5px;width:30%;height:1px;background:transparent;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  60. #header ul li.navitem a.active::after {width:60%;background:rgba(0, 0, 0, .5);display: none;}
  61. #header ul li.navitem:hover a::after {width:100%;background:rgba(0, 0, 0, .4);}
  62. #header.mini { background-color: rgba(255, 255, 255, 1); padding-top:0px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  63. #header.mini ul li.navitem a.active:after, #header.mini ul li.navitem:hover a:after { margin-top: -5px; }
  64. #header ul li.navitem ul.subnav { width:192px; background:#fff; border:0; box-shadow: 0 6px 10px rgba(0, 0, 0, .1);top: 68px !important;z-index: 2;}
  65. #header ul li.navitem ul.subnav li { border-bottom:1px solid rgba(0, 0, 0, .08); }
  66. #header ul li.navitem ul.subnav li a { text-align:center; color: #666; width:100%; padding:14px 0; background:none; }
  67. #header ul li.navitem ul.subnav li a i { display:none; }
  68. #header ul li.navitem ul.subnav li a:hover { background:#fff; color:#000; text-indent:inherit; }
  69. #header ul li.navitem ul.subnav li a:hover::after, #header ul li.navitem ul.subnav li a:after {display:none;}
  70. #header ul li.navitem ul.subnav li a:hover { background-color:#f5f5f5; }
  71. /*内页头部导航*/
  72. /* 首页服务*/
  73. #indexPage #mservice .content .header p.title{ display: none;}
  74. #indexPage .module .bgmask {background-color: #f7f7f7;position: absolute;left: 0px; top:0px; width: 100%;display: block;}
  75. .nobanner #header { border-bottom:1px solid #f3f3f3 }
  76. #indexPage #mservice{height: 150px;}
  77. /*幻灯*/
  78. /*首页产品*/
  79. #indexPage #mslider ul li div { display:none; clear: both;}
  80. #mslider .bx-wrapper .bx-pager-item { width: 6px; height: 6px; background:rgba(0, 0, 0, .3); margin-bottom: 20px; border-radius: 4px; position: relative; cursor: pointer; margin-left: 18px; }
  81. #mslider .bx-wrapper .bx-pager.bx-default-pager a { width:16px; height:16px; display: block; position: absolute; top: -5px; left:-10px; border-radius: 8px; border:0; background:rgba(0, 0, 0, 0.21); opacity:0; }
  82. #mslider .bx-wrapper .bx-pager.bx-default-pager a.active { opacity:1; }
  83. #mslider .bx-wrapper .bx-pager.bx-default-pager a.active:after { content:''; height:6px; width:6px; background: #fff; display:block; position:absolute; top:5px; left:5px; border-radius:10px; }
  84. /*内页服务*/
  85. #servicelist { width:1200px; overflow:hidden; padding-top:10px; }
  86. #servicelist .serviceitem a { text-align:center; }
  87. #servicelist .serviceitem a img { margin-top: 25px; width:360px; height:200px; overflow:hidden; transition: all 0.3s ease-out 0s; position: relative; top:0; margin-bottom:0px; }
  88. #servicelist .serviceitem { width:374px; float:left; min-height: 400px; margin-bottom: 60px; padding-bottom: 40px; margin:0; margin-right:25px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  89. #servicelist .serviceitem div p { padding:0 30px; }
  90. #servicelist .serviceitem div {display:none;position:relative; margin:0; transition: all 0.3s ease-out 0s; top:0px; padding-top:5%; }
  91. #servicelist .serviceitem div:after {display:none;position: absolute; content: ""; left: 5%; width: 90%; height: 120%; border: 1px solid rgba(0, 0, 0, .15); margin-left: 0; top:-4px; transition: all 0.3s ease-out 0s; }
  92. #servicelist .serviceitem div p.title { font-size:18px; }
  93. #servicelist .serviceitem div p.description { width:auto; margin-top:30px; }
  94. .npagePage #servicelist .serviceitem div p.description{color: #B1AFAF;}
  95. .Pageservice #servicelist .serviceitem:hover{position: relative;top:-8px}
  96. #servicelist .serviceitem:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); margin-top: -8px; background: #fff; }
  97. #servicelist .serviceitem:hover div { margin-top:0px; }
  98. #servicelist .serviceitem:hover p.title { color:#444; }
  99. #servicelist .serviceitem:hover div:after { border: 1px solid rgba(0, 0, 0, .4); width:94%; left:3%; height:125%; }
  100. #sitecontent .serviceitem a.details { width:35px; height:35px; text-align:center; display:block; border-radius: 0; border: 1px solid transparent; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  101. margin:0 auto; overflow:hidden; position:relative; }
  102. #sitecontent .serviceitem a.details:after { content:''; width: 15px; height: 9px; background: url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px; display: block; margin: 13px 0 0 11px; position:absolute; top:0px; left:0px; }
  103. #servicelist .serviceitem:hover .details { margin-top:-15px; border-color: #b6b6b6; }
  104. #servicelist .serviceitem .details:hover { border:1px solid transparent; text-align: inherit; }
  105. #servicelist .serviceitem div p.title::after {content:'';position:absolute;width:34px;height:1px;background:rgba(0, 0, 0, .2);left: 50%;margin-left: -17px;top:61px;}
  106. /*案例*/
  107. #projectlist .projectitem a img{position: relative;perspective:150;-webkit-perspective:150;}
  108. #projectlist .projectitem a:hover img { transform: scale(1.08, 1.08);}
  109. #indexPage #mproject .content .header { padding-top:30px; padding-bottom:40px;margin:0 auto; width: 1200px;text-align: center;}
  110. #indexPage #mproject #projectlist { width:1260px; }
  111. #indexPage #mproject #projectlist { width:100%; margin:0 auto;margin-top:-15px }
  112. #indexPage #mproject .content .wrapper { width:1200px; margin: 0 auto;padding-left: 0px;overflow: hidden;}
  113. #indexPage #mproject #projectlist .projectitem { transition: all ease-out .3s;width:380px; height:360px; background:none; margin: 0 30px 25px 0; }
  114. #indexPage #mproject #projectlist .projectitem a::after{conter'';display:block;clear: both;}
  115. #indexPage #mproject #projectlist .projectitem:hover {box-shadow: 0px 7px 17px #dedede;}
  116. #indexPage #mproject #projectlist .projectitem:nth-child(3n){margin-right: 0px;}
  117. #projectlist .projectitem a:hover .project_info { background:none }
  118. #indexPage #mproject #projectlist .projectitem a .project_info div {margin-bottom:35px;height:188px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position:absolute; bottom:0px; top:auto; width:100%; background:#fff; }
  119. #indexPage #mproject #projectlist .projectitem a .project_info p { width:auto; text-align:left; }
  120. #indexPage #mproject #projectlist .projectitem a .project_info .title { font-size: 24px;color: #333;overflow: hidden;white-space: nowrap;text-overflow: ellipsis;height: 32px;line-height: 32px;text-align: center;margin:0px;padding-top:29px;margin: 0 auto;width: 80%;}
  121. #indexPage #mproject #projectlist .projectitem a .project_info .subtitle {border:0px red solid; transition: all ease-out .3s;-webkit-transform-origin: center bottom; -moz-transform-origin: center bottom; transform-origin: center bottom; opacity: 1; -webkit-transform: rotateX(0deg); position:absolute;left:19%;top:-40px;color:#FFFFFF; width:60%; height:40px; line-height: 40px;overflow: hidden; font-size: 15px;text-align: center;padding:0px; background: rgba(48, 93, 195, 0.87);
  122. transform: rotateX(90deg);-webkit-transform: rotateX(90deg);margin: 0px;padding: 0 1%;}
  123. #indexPage #mproject #projectlist .projectitem:hover a .project_info .subtitle{opacity: 1;transform: rotateX(0deg);-webkit-transform: rotateX(0deg);}
  124. #indexPage #mproject #projectlist .projectitem a img {overflow:hidden;}
  125. #indexPage #mproject #projectlist .projectitem a .project_info div:after { content:''; width:37px; height:20px; display:none; position:absolute; top:50%; right:2px; background: transparent url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top:-11px; border-left: 1px solid rgba(0, 0, 0, .0);width: calc(100% - 198px);
  126. height: 60px;overflow: hidden; }
  127. /*内页案例*/
  128. #projectlist{ text-align:center; float:left; width:794px;}
  129. .npagePage #projectlist .wrapper { margin-left:43px; display:block; width:auto;}
  130. .npagePage #projectlist .wrapper .content_list { width: 794px;}
  131. #sitecontent .Pageanli #projectlist .projectitem { width:380px; margin:0 16px 18px 0; height:323px; background:none; display:inline-block; transition: all 0.3s ease-out 0s;}
  132. #sitecontent .Pageanli #projectlist .projectitem:hover{box-shadow: 0px 7px 17px #dedede;}
  133. #projectlist .projectitem a:hover .project_info { background:none }
  134. .npagePage #projectlist .projectitem a .project_info div { height: 150px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position:absolute; bottom:0px;width:100%; background:#f7f7f7; }
  135. .npagePage4 #projectlist .projectitem a .project_info div{ height: 131px;}
  136. .npagePage #projectlist .projectitem a .project_info p { width:auto; text-align:left; }
  137. .npagePage #projectlist .projectitem a .project_info .title { font-size: 24px;
  138. color: #333;
  139. font-family: Oswald;
  140. width: 100%;
  141. overflow: hidden;
  142. white-space: nowrap;
  143. text-overflow: ellipsis;
  144. height: 32px;
  145. line-height: 32px;
  146. text-align: center;
  147. padding: 0;
  148. padding-top: 25px;
  149. margin: 0px;}
  150. .npagePage #projectlist .projectitem a .project_info .subtitle { -webkit-transform-origin: center bottom;border: 0px red solid;display: block; overflow: hidden; margin:0px; padding:0px 70px 0px 0px; -moz-transform-origin: center bottom;overflow: hidden;line-height: 40px;transform-origin: center bottom; opacity: 1;-webkit-transform: rotateX(0deg); height: 40px; position: absolute;left: 20%; top: -40px;color: #FFFFFF;width: 60%; font-size: 15px;height: 40px;
  151. line-height: 40px;
  152. overflow: hidden;
  153. font-size: 15px;
  154. text-align: center;
  155. padding: 0px;
  156. background: rgba(48, 93, 195, 0.87);
  157. transform: rotateX(90deg);
  158. -webkit-transform: rotateX(90deg);
  159. margin: 0px;}
  160. .npagePage #projectlist .projectitem a .project_info div:after {display: none; content:''; width:37px; height:20px; position:absolute; top:50%; right:0; background: transparent url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -30px -66px; transition: all 0.3s ease-out 0s; margin-top:-13px; border-left: 1px solid rgba(0, 0, 0, 0); }
  161. .npagePage #projectlist .projectitem:hover a .project_info div { padding:5px 0; }
  162. .npagePage #projectlist .projectitem:hover a .project_info div:after {display:none;background: url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 16px -66px; border-left:1px solid rgba(0, 0, 0, .1); }
  163. #projectlist .projectitem a:hover .project_info p.title { color: #666; font-size:15px;}
  164. .npagePage #mproject .content .subtitle::after{content: '';
  165. background-color: #2b68d2;
  166. width: 9px;
  167. height: 9px;
  168. display: block;
  169. border-left: 7px #F7F7F7 solid;
  170. border-right: 7px #F7F7F7 solid;
  171. position: relative;
  172. top: 15px;
  173. left: 228px;}
  174. /*more效果 _首页新闻*/
  175. #indexPage #mnews a.more{box-shadow: 0 2px 12px #e2e2e2;
  176. border: #46A836 1px solid;
  177. background: rgba(255,255,255,.0);
  178. width: 180px;
  179. height: 48px;
  180. display: block;
  181. margin: 40px auto 0;
  182. line-height: 48px;
  183. font-size: 18px;
  184. color: #46A836;;
  185. border-radius: 0px;
  186. text-align: center;
  187. transition: all ease-out .3s;background-color: #fff;}
  188. #indexPage #mnews a.more:hover i{ color: transparent;}
  189. #indexPage #mnews a.more:hover{color: #525252;text-indent:36px;box-shadow: 0px 7px 15px #dedede;}
  190. #indexPage #projectlist a.more{box-shadow: 0 2px 12px #e2e2e2;
  191. border: #46A836 1px solid;
  192. background: rgba(255,255,255,.0);
  193. width: 180px;
  194. height: 48px;
  195. display: block;
  196. margin: 40px auto 50px;
  197. line-height: 48px;
  198. font-size: 18px;
  199. color: #46A836;;
  200. border-radius: 0px;
  201. transition: all ease-out .3s;background-color: #fff;}
  202. #indexPage #projectlist a.more:hover i{ color: transparent;}
  203. #indexPage #projectlist a.more:hover::after{background-color: #46A836;}
  204. #indexPage #projectlist a.more:hover{ color: #525252;text-indent: 36px;box-shadow: 0px 7px 15px #dedede;}
  205. /* #projectlist a.more::after{ transition: all 0.4s ease-out 0s;content: ' ';width: 37px;display: block; float: right;height: 37px;background: url(../../../../../../resources.jsmo.xin/templates/upload/1362/images/jiantou2.png) no-repeat -55px -63px;background-color: #383838;} */
  206. /*新闻*/
  207. #indexPage #mnews .content .header { display:block; padding:90px 0 65px;text-align:center; }
  208. #newslist .newstitem.left a.newscontent, #newslist .newstitem.left a.newscontent:hover, #newslist .newstitem.right a.newscontent, #newslist .newstitem.right a.newscontent:hover { padding:0px; }
  209. #indexPage #newslist .newstitem .newsimg { display:block;float: left; width:180px; height: 123px;-webkit-perspective: 150;
  210. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  211. #newslist .newstitem { float:left; width:560px; height:310px; margin: 0 5px 20px 25px; }
  212. #newslist .news_wrapper, #newslist .newstitem a.newscontent:hover .news_wrapper { width:100%; background:transparent; }
  213. #mnews #newslist { width:1200px; margin:0 auto; }
  214. #indexPage #newslist .wrapper { margin-left:0px;}
  215. #newslist .newsbody {overflow: hidden; margin-left:100px; float:left }
  216. #indexPage #newslist .newstitem{width: 529px;height: 130px; margin-bottom: 30px !important; margin-right: 37px !important; background-color: #f7f7f7;padding:20px;position: relative; display: block; transition: all ease-out .3s;}
  217. #newslist .newstitem a.newscontent{z-index: 7;}
  218. #indexPage #newslist .newstitem::after{ content: '';position: absolute;top: 0px;display: block;left: 0; width: 100%; height: 100%; background: #fff;
  219. /* z-index: 0; */transform: scaleY(0);transition: transform .75s cubic-bezier(.19,1,.22,1);transform-origin: top;transition-delay: 0s!important;}
  220. #indexPage #newslist .newstitem:hover::after{ z-index: 0; transform-origin:bottom;transform: scaleY(1); box-shadow: 0px 7px 17px #dedede;}
  221. #indexPage #newslist .newstitem:nth-child(2n){margin-right: 0px !important;}
  222. #projectlist .projectitem a .project_info p.description.hide{display: block;color: #666;font-size: 14px;padding-top: 20px;text-align: left !important;line-height: 22px;height: 66px;padding-top: 16px;overflow: hidden;}
  223. .Pageanli #projectlist .projectitem a .project_info p.description.hide{padding-left:15px;padding-right: 15px;text-align: left !important;padding-top: 13px;}
  224. .Pageanli #projectlist .projectitem a .project_info .title::after{height:1px;width:20px;background-color: #222224;border:1px red solid}
  225. #indexPage #projectlist .projectitem a .project_info p.description.hide{line-height: 23px;}
  226. /*#newslist .newsbody:after{ content:'';width: 25px; height:10px;background: url(http://resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat 0 -71px; position:absolute; left:100px; bottom:44px; opacity:0;transition: all 0.3s ease-out 0s}*/
  227. #newslist .newsbody .title { height:54px; overflow:hidden; white-space: nowrap; text-overflow: ellipsis; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; font-size:16px; color: #06090e; line-height:32px; text-align:left; position:absolute; text-indent:0px; }
  228. #indexPage #newslist .newsbody .title { top:16px; padding-left:105px; font-size: 20px;overflow: hidden;white-space: nowrap;text-overflow: ellipsis; width:calc(60% - 40px);color:#333; font-family: Oswald; font-weight: bold;}
  229. #indexPage #newslist .newstitem .newsbody .date::before { content:''; position:absolute; width:50px; height:1px; background:rgba(0,0,0,.0);transition: all 0.3s ease-out 0s;margin-top:58px; z-index:99;left: 40px;margin-block-start: 56px; -webkit-margin-before:59px;}
  230. #indexPage #newslist .newstitem:hover .newsbody .date::before { width:calc(100% - 40px); background:rgba(0,0,0,5);}
  231. #newslist .separator {display:none;color: transparent;font: 0px/0; height: 6px;text-decoration: none; background-color: #E2E2E2;content: "";height: 1px; position: absolute;top:23%;width:33px;}
  232. #newslist .separator::after{display:none}
  233. #newslist .separator::before{display: none;}
  234. #newslist .newsbody .description { height:78px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical; transition: all 0.3s ease-out 0s; margin-top: 0; color: #666; line-height:26px; text-align:left; position:absolute; top:108px;font-size: 14px;}
  235. #indexPage #newslist .newsbody .description {display:block;top: 55px;padding-left:105px; width: calc(86% - 125px);height:75px;color:#afafaf; line-height: 22px;}
  236. #newslist .newsbody .date { background: transparent; position: relative; top:-50px; font-weight:100; text-align:right; }
  237. #indexPage #newslist .newsbody .date { width:auto; text-align:left; top: 10px; display: none;}
  238. /*#newslist .newsbody .date:after{ content:'';width: 35px;height: 1px;background: rgba(0,0,0,.25);display: block;position: relative;top: 2px;left:-40px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}*/
  239. /*内页新闻*/
  240. .Pagenews .content { text-align:center; }
  241. .Pagenews #newslist { width:960px; float:right;padding-top:0px; margin-top: -95px; }
  242. .Pagenews #newslist .newstitem { transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; width:936px; margin:0; height:150px; margin-bottom: 30px;border-bottom: 1px solid rgba(0, 0, 0, .06);margin-left:25px}
  243. .Pagenews #newslist .wrapper .news_wrapper { width:800px; float:left; position:relative;margin-left:110px;}
  244. .Pagenews #newslist .newstitem .newsimg { display:block; width: 180px;height: 110px;margin-top:5px;}
  245. .Pagenews #newslist .news_wrapper, .Pagenews #newslist .newstitem a.newscontent:hover .news_wrapper { width:920px; }
  246. .Pagenews #newslist .newsbody .date {top: 37px;left: 734px;width: 100px;text-align:left;display: block; border:1px red solid}
  247. .Pagenews #newslist .newsbody .date .year { font-size: 14px;text-align: left;display:block; position: absolute;color: #eeeeee;font-size: 30px;padding: 3px 10px; border-left: 3px #f7f7f7 solid;}
  248. .Pagenews #newslist .newsbody .date .md { display:none;font-size: 30px; border-left: 3px #f7f7f7 solid;}
  249. .Pagenews #newslist .newsbody .date:after { left:100px; top:8px;display: block;}
  250. .Pagenews #newslist .newsbody .title { width: 360px; margin-top: 8px;line-height: 24px;height: 24px;padding-bottom: 8px;margin-bottom: 0px;overflow: hidden;}
  251. .Pagenews #newslist .newsbody .description { width: 620px;top: 55px;margin-top: 0px;height: 50px;font-size: 13px;line-height: 22px; height: 50px; overflow: hidden; text-overflow: ellipsis; display: -webkit-box;-webkit-line-clamp: 2;
  252. -webkit-box-orient: vertical; color: #B5B5B5;}
  253. .Pagenews #newslist .newstitem:hover .newsbody .title, .Pagenews #newslist .newstitem:hover .newsbody .description { left:100px }
  254. .Pagenews #newslist .newstitem:hover .newsbody .date:after { width:60px; background:#7D7D7D; }
  255. .Pagenews #newslist .newstitem:hover .title { color:#333 }
  256. .Pagenews #newslist .newstitem:hover .date .year { color:#333; }
  257. .Pagenews #newslist .newstitem a.details { width:35px; height:35px; display:block; border-radius: 0; border:none; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;overflow:hidden; position:relative; margin:0px; z-index:3; top:-96px; right:0;float: right; }
  258. .Pagenews #newslist .newstitem a.details:after { content:''; width: 15px; height: 9px; background: url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -110px -11px; display: block; margin: 13px 0 0 11px; position:absolute; top:0px; left:0px; }
  259. .Pagenews #newslist .newstitem:hover .details { border-color: #b6b6b6; text-indent:130px; background:transparent; }
  260. .Pagenews #newslist .newstitem:hover .details:after { background: url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -1px -71px; }
  261. .Pagenews #newslist .newstitem .details:hover { border:none; }
  262. /*合作伙伴*/
  263. #indexPage #mpartner .content .header { display:none; }
  264. #indexPage #mpartner .module-content { padding:30px 0; height:80px;}
  265. #indexPage #mpartner .wrapper { height:auto; }
  266. #indexPage #mpartner .wrapper ul li { height:60px; padding-top:20px; }
  267. #indexPage #mpartner .wrapper ul li a { width:112px; height:auto; margin-right:10px; }
  268. #indexPage #mpartner .bx-wrapper .bx-pager { display:none; }
  269. #indexPage #mpartner .bx-wrapper .bx-controls-direction { display:block; }
  270. #indexPage #mpartner .bx-wrapper .bx-controls-direction a.disabled { display:block; border-radius: 3px;}
  271. #mpartner .bx-wrapper .bx-controls-direction a { background:none; }
  272. #mpartner .bx-wrapper .bx-controls-direction a i { color:#c3c6ca; }
  273. #mpartner .bx-wrapper .bx-controls-direction a:hover { background:#5d5d5d; }
  274. #mpartner .bx-wrapper .bx-controls-direction a:hover i { color:#fff; }
  275. #indexPage #mpartner .bx-wrapper .bx-prev { left:-58px; }
  276. #indexPage #mpartner .bx-wrapper .bx-next { right:-58px; }
  277. /*联系*/
  278. #indexPage #mcontact { height: 528px;background: url(../images/bottombg.png) no-repeat 100% 100%;background-position: 50% 100%; }
  279. #indexPage #mcontact .content { width:1200px; margin: 0 auto;}
  280. #indexPage #mcontact .content:after { content:''; display:block; clear: both; }
  281. #indexPage #mcontact .content .header { width:480px; float:left; }
  282. #indexPage #mcontact .content .header p.title { color: #666; text-align:left; }
  283. #indexPage #mcontact .content .header .subtitle { text-align:left; font-family:"Times New Roman", Times, serif, HELVETICANEUELTPRO-THEX, "微软雅黑"; }
  284. #indexPage #mcontact .content #contactlist { width:720px; float:left; }
  285. #mcontact .content #contactform { display: flex;}
  286. #mcontact .content #contactform .firm-info { width: 416px;}
  287. #mcontact .content #contactform .firm-info .bottom-logo{ width: 224px; height: 46px;}
  288. #mcontact .content #contactform .firm-info .bottom-logo img {width: 100%;height: 100%;}
  289. #mcontact .content #contactform .firm-info .info {font-size: 18px; opacity: 0.6; color: #fff;margin-top: 19px;font-weight: 100;}
  290. #mcontact .content #contactform .firm-info .info.email {margin-top: 26px;}
  291. #mcontact .content #contactform .firm-info .link {display: flex;margin-top: 33px;}
  292. #mcontact .content #contactform .firm-info .link .icon-item{width: 43px;height: 42px;background: rgb(85,85,85);margin-right: 9px;cursor: pointer;}
  293. #mcontact .content #contactform .nav{margin: 23px 0 0 74px; width: 92px;}
  294. #mcontact .content #contactform .nav .navtitle{ font-size: 20px;font-weight: bold; color: #fff;}
  295. #mcontact .content #contactform .nav .navcon{ margin-top: 21px;display: flex;flex-direction: column;}
  296. #mcontact .content #contactform .nav .navcon .navitem{ font-size: 18px; opacity: 0.6;margin-bottom: 11px;font-weight: 100;}
  297. #mcontact .content #contactform .nav .navcon .navitem a{ color: #fff;}
  298. #mcontact .content #contactform .nav .navcon .navitem:hover{ font-size: 18px; opacity: 1;}
  299. #mcontact .content #contactform .products{margin: 23px 0 0 46px; width: 204px;}
  300. #mcontact .content #contactform .products .productstitle{ font-size: 20px;font-weight: bold; color: #fff;}
  301. #mcontact .content #contactform .products .productscon{ margin-top: 21px;display: flex;flex-direction: column;}
  302. #mcontact .content #contactform .products .productscon .productsitem{ font-size: 18px; opacity: 0.6;margin-bottom: 11px;font-weight: 100;}
  303. #mcontact .content #contactform .products .productscon .productsitem a{ color: #fff;}
  304. #mcontact .content #contactform .products .productscon .productsitem:hover{ font-size: 18px; opacity: 1;}
  305. #mcontact .content #contactform .message{margin: 23px 0 0 70px; width: 276px;}
  306. #mcontact .content #contactform .message .messagetitle{ font-size: 20px;font-weight: bold; color: #fff;}
  307. #mcontact .content #contactform .message .messagecon{ margin-top: 25px;}
  308. #mcontact .content #contactform .message .inputtxt{ width: 242px;height: 32px;background: rgb(51, 51, 64); padding-left: 19px;color: rgb(195, 195, 195);}
  309. #mcontact .content #contactform .message .texttxt{ width: 242px;height: 76px;background: rgb(51, 51, 64); margin-top: 9px;padding-left: 19px;padding-top: 10px;color: rgb(195, 195, 195); border: none;}
  310. #mcontact .content #contactform .message .inputsubmit{width: 100%;height: 32px;background: #46A836;font-size: 18px; text-align: center;line-height: 32px; color: #fff;margin-top: 22px; float: right; cursor: pointer;}
  311. #mcontact .content #contactinfo { width:720px; float:left; position:relative; }
  312. #mcontact .content #contactinfo p { float:left; width:290px; padding-right:60px; margin-top:14px; height:auto; color:#999; font-size:12px; line-height:inherit; }
  313. #mcontact .content #contactinfo h3 { color:#696969; }
  314. #mcontact #contactinfo div { position: absolute; top:35px; left:-250px; }
  315. #mcontact #contactinfo div:after { content:'关注'; color: #696969; height: 20px; font-size: 16px; line-height: 20px; overflow: hidden; position: absolute; top:-56px; left:0px; }
  316. #mcontact #contactinfo div a { background-color: rgba(255, 255, 255, 0);color: #9b9b9b;border-radius: 4px;font-size: 16px; border: 2px solid rgba(0, 0, 0, 0); }
  317. #mcontact #contactinfo div a:hover { background-color: rgb(48, 93, 195);border-radius: 4px;}
  318. #mcontact #contactinfo div a:hover i { color:#fff; }
  319. /*footer*/
  320. #indexPage .module.bgShow .bgmask { background-color: rgba(23, 81, 14, 0.8); }
  321. #footer { background:#fff; margin-top: 88px;}
  322. #footer a path { fill: rgb(148, 148, 148); }
  323. #footer p { width:1200px; margin:0 auto; height:44px; line-height:44px; padding:0; text-align:center;font-size: 16px;color: #333; }
  324. #footer p a { margin-top:15px; }
  325. #footer.home-index {background:black; margin-top: 0; color: rgba(255, 255, 255, 0.5);}
  326. #footer.home-index p {color: rgba(255, 255, 255, 0.5);}
  327. /*分页*/
  328. /*#pages a{ visibility:hidden;}*/
  329. #pages a.active, #pages a:hover { background-color: #6b6b6b;}
  330. .Pagenews #pages a{background-color: rgba(214, 214, 214, 0.37);color: #969494;transition: background-color 0.2s ease-out;}
  331. .Pagenews #pages a:nth-child(1){color:#fff;background-color: #46A836; }
  332. .Pagenews #pages a:hover{background-color: #46A836; color: #fff;}
  333. .Pagenews #pages a{margin-right: 6px;}
  334. .Pageanli #pages a{background-color: rgba(214, 214, 214, 0.37);color: #969494;transition: background-color 0.2s ease-out;}
  335. .Pageanli #pages a:hover{background-color: #46A836; color: #fff;}
  336. .Pageanli #pages a:nth-child(1){color:#fff;background-color: #46A836; }
  337. /*内页banner*/
  338. .npagePage #banner, .npagePage #banner div { height:242px; }
  339. /*0801*/
  340. #header .content {text-align:center;width: 1200px;margin: 0 auto;height:100%;position: relative;}
  341. #header .content img {float:none;}
  342. #header #logo { display: flex;
  343. justify-content: center;
  344. align-items: center;
  345. height: 100%;
  346. margin-left: 12px;}
  347. .content .header p.subtitle {font-family: Bahnschrift;}
  348. #indexPage #mproject #category {display: block; padding-bottom: 0px;margin-bottom: 55px;}
  349. #indexPage #mproject #category a {display: inline-block;width: 240px;height: 48px;line-height: 48px;border: solid 1px #46A836; font-size: 18px; color: #46A836;margin-right: 20px;padding: 0;}
  350. #indexPage #mproject #category a.active, #indexPage #mproject #category a:hover { color:#fff;transition: 0.3s; background-color:#46A836;transform-origin: bottom;border: 1px #46A836 solid;}
  351. #category a { border:none; font-size: 14px; padding:10px 28px; margin-right:4px; border: 1px #efefef solid;color:#a9a9a9;background-color:#fff; transition: 0.3s;transform-origin: top;}
  352. #category a.active, #category a:hover { color:#fff;transition: 0.3s; background-color:#46A836;transform-origin: bottom;border: 1px #46A836 solid;}
  353. .npagePage #category li.active { background: rgb(60, 146, 79);}
  354. #header #logo img { transform: scale(1, 1); transition: all 0.3s ease-out 0s; transition: all 0.3s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;height:55px;}
  355. /*#header.mini #logo img { transform: scale(0.8, 0.8); -moz-trancontent sform:scale(0.8, 0.8); -webkit-transform:scale(0.8, 0.8); -o-transform:scale(0.8,0.8); }*/
  356. #indexPage #mcontact .content .header { padding-top:0; }
  357. #indexPage #mslider .bx-wrapper { position:relative; }
  358. #indexPage #mnews a.details { display:none; border:none; text-indent:100px; margin:0; color:#999; font-size:15px; width:200px; font-family:Georgia, "Times New Roman", Times, serif; height:50px; line-height:50px; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position: relative; left:-58px; top: -55px; }
  359. #indexPage #mnews a.details:hover { color:#666; }
  360. #indexPage #mnews a.details i { position:relative; top:3px; }
  361. #indexPage #mnews a.details:hover i { text-indent:10px; }
  362. #indexPage #mnews #newslist .newstitem { margin: 0; transition: all 0.3s ease-out 0s; }
  363. #indexPage #mnews #newslist .newstitem:hover a.details { color: #666 }
  364. #indexPage #mnews #newslist .newstitem:hover a.details i { text-indent: 10px; color: #707070; }
  365. #indexPage #mnews { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, .0); }
  366. #indexPage #servicelist { overflow:hidden; }
  367. #sitecontent #indexPage #mservice .serviceitem a.details { width:35px; height:35px; text-align:center; display:block; border-radius: 0; border: 1px solid transparent; transition: all .6s cubic-bezier(.215, .61, .355, 1) 0s;
  368. margin:0 auto; overflow:hidden; position:relative; top:-20px; display: none; }
  369. #indexPage #servicelist .serviceitem div p.description { margin-top:15px; padding:0 40px; line-height:24px; color:#8D8D8D; }
  370. #indexPage #servicelist .serviceitem div p.title { font-size:18px; }
  371. #indexPage #servicelist .serviceitem { height: 250px;min-height: 250px;margin-bottom: 50px;padding-bottom: 0;width: 400px;transition: all 0.3s ease-out 0s; }
  372. #indexPage #servicelist #serviceitem_0{ background-color:#46A836;transition: all 0.3s ease-out 0s;}
  373. #indexPage #servicelist #serviceitem_1{ background-color:#2d57b6;transition: all 0.3s ease-out 0s;}
  374. #indexPage #servicelist #serviceitem_2{ background-color:#294da0;transition: all 0.3s ease-out 0s;}
  375. #indexPage #servicelist #serviceitem_0:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  376. #indexPage #servicelist #serviceitem_1:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  377. #indexPage #servicelist #serviceitem_2:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  378. #indexPage #servicelist .serviceitem a { text-align:center; }
  379. #indexPage #servicelist .serviceitem:last-child, #indexPage #servicelist .serviceitem:nth-child(3n) {margin-right:0}
  380. #indexPage #mservice a.more { margin-top:0; }
  381. #indexPage #mpartner { border-top:1px solid rgba(0, 0, 0, .05);}
  382. .Pageanli #category a.active::after {display:none;}
  383. #sitecontent .npagePage #projectlist .projectitem { float:left; position: relative;}
  384. #sitecontent .npagePage #projectlist .projectitem:nth-child(2n) { margin-right:0;}
  385. #sitecontent .npagePage #projectwrap { width:1200px; }
  386. #sitecontent .npagePage #projectinfo .header p.title { font-size:19px; margin-bottom: 5px; }
  387. #sitecontent .npagePage #projectinfo .header p.subtitle { font-size:13px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }
  388. #sitecontent .npagePage #projectwrap #projectbody { width:820px; }
  389. #projecttags a:hover { background: #575757; color:#fff; }
  390. #projectib .projectitem a .project_info p.title { margin-bottom:4px; }
  391. #projectinfo .header { border:none; }
  392. #projectib .projectitem { margin-bottom:25px; }
  393. .npagePage #banner { padding-top:146px; height:242px;}
  394. .npagePage #banner div { height:242px; position:relative;}
  395. .npagePage #banner .banner-name { position: absolute; left: 50%; bottom: 46px; margin-left: -588px; width: 1177px; text-align: right; font-size: 34px; font-family: Oswald; font-weight: 500; color: #FFFFFF; z-index: 1; line-height: 1;}
  396. .Pageservice #servicelist .serviceitem div::after {top:-5px;left:5%;}
  397. .Pageservice #servicelist .serviceitem:hover div::after {width:94%;left:3%;height: 180px;top: -10px;}
  398. .Pageservice #servicelist .serviceitem a.details { margin-top: -30px; opacity: 0; }
  399. .Pageservice #servicelist .serviceitem:hover .details { margin-top:-65px; opacity: 1; border:transparent; }
  400. .Pageservice #servicelist .serviceitem div { top:0; padding-top: 5px; }
  401. .Pageservice #servicelist .serviceitem {position:relative;top:0px;transition: all 0.4s ease-out 0s;margin-bottom: 80px;padding-bottom: 0;height: 405px;min-height: 235px;padding-top: 7px;background-color: #46A836;border-radius: 3px;margin-top:0px}
  402. .Pageservice #servicelist .serviceitem:nth-child(3n){margin-right:0px}
  403. .Pageservice #servicelist .serviceitem a img { top:0;margin-top: 25px;}
  404. .Pagenews #newslist .newstitem:nth-of-type(2n+1) {border-right:none;}
  405. .Pageservice #servicelist .serviceitem div p.title::after {top:50px;}
  406. .Pageservice #servicelist .serviceitem div p.description { margin-top:22px; }
  407. .npagePage .postbody { width:1100px; overflow:hidden; }
  408. #teampost .postbody { width:730px; overflow:hidden; }
  409. #teampost #teambody .theader .title { font-size:26px; margin-bottom:5px; }
  410. /*右下角悬浮*/
  411. #shares { display: none; }
  412. #shares a { width:40px; height:40px; }
  413. #shares a#sshare { display:none; }
  414. #shares a i { margin-top:11px; }
  415. #shares a i.fa-weixin { margin: 11px 0 0 14px; background-image: url(../../../../../../resources.jsmo.xin/templates/upload/468/icon/shouji-.png); transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  416. #shares a#gotop { margin-top:0; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; bottom: 40px;position: fixed;right: 10px;}
  417. #shares a#gotop i { margin-top:8px; }
  418. #shares a#gotop:hover { background:rgba(0, 0, 0, .9) }
  419. #shares a#sweibo, #shares a#sweixin { background-color:#fff; border: 1px solid rgba(0, 0, 0, .1); width: 38px; height: 39px; border-bottom:none; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position: fixed;bottom: 120px;right: 10px;}
  420. #shares a#sweixin { border-bottom: 1px solid rgba(0, 0, 0, .1); height:38px;position: fixed;bottom: 80px; }
  421. .fa-weibo::before {color:#999;}
  422. #mcontact #contactinfo div a:hover i.fa-weibo::before { color:#fff;}
  423. #shares a#sweibo:hover { background-color:#555;}
  424. #shares a#sweibo:hover .fa-weibo::before {color:#fff;}
  425. #shares a#sweixin:hover { background-color:#555;}
  426. #shares a#sweixin:hover i.fa-weixin { background-image: url(../../../../../../resources.jsmo.xin/templates/upload/468/icon/shouji.png); }
  427. #indexPage #mservice .wrapper { margin-left:0px; }
  428. #projectlist .projectitem a .project_info div::before {content:'';position:absolute;width:100%;height:0%;border-bottom: 0px solid rgba(0, 0, 0, .1);left:0;}
  429. #projectlist .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4);display: none;}
  430. #indexPage #mnews .content .header::after {content:'';position:absolute;width:100%;height:0px;background: rgba(0, 0, 0, .1);top: 300px;}
  431. #projectinfo .description a { margin:15px 0; transition: all 0.3s ease-out 0s; width:calc(100% - 10px); }
  432. #projectinfo .description a:hover { color:#fff; background:#383838;}
  433. #sitecontent .npagePage #projectwrap #projectinfo .header .description { color:#999; line-height:28px; }
  434. .Pageteam #teamlist .teamitem a.details { display:block; border-radius:0px; width:40px; height:80px; text-indent:-9999px; position:relative; border:none; border-left:1px solid #ededed; left:700px; top: 10px; transition: all 0.3s ease-out 0s; opacity:1; float:right;}
  435. /*内页团队*/
  436. .Pageteam #teamlist .wrap { margin-right:0;}
  437. #teamlist { width:1200px; padding-top:100px;}
  438. #teamlist .teamitem .wrap { display:none;}
  439. #teamlist .teamitem { width:560px; height:260px; margin: 0 40px 20px 0; transition: all 0.3s ease-out 0s; }
  440. #teamlist .teamitem a { float:left; width:180px; height:160px; overflow:hidden; transition: all 0.3s ease-out 0s; }
  441. #teamlist .teamitem .teaminfo { float:right; width:308px; height:130px; transition: all .6s cubic-bezier(.215, .61, .355, 1);
  442. padding:48px 20px 10px 0px; margin:0px; text-align:left;}
  443. #teamlist .teamitem .title { display:inline-block; padding-right: 12px;}
  444. #teamlist .teamitem .description { font-size:13px; line-height:26px; height: 52px; overflow: hidden; color: #757575;}
  445. #teamlist .teamitem a.details:after { content: ''; width: 37px; height: 20px; display: block; position: absolute; top: 30px;left: 10px;background: transparent url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -20px -66px; transition: all 0.3s ease-out 0s; }
  446. #teamlist .teamitem:hover { border-top:1px solid #8cd4c1; }
  447. #teamlist .teamitem:hover a { margin-top:0px;}
  448. #teamlist .teamitem:hover .teaminfo { padding-top:48px; }
  449. .nobanner #projectlist .projectitem a .project_info p.title { color:#666; }
  450. .nobanner #projectlist .projectitem a .project_info p.subtitle { color:#999; }
  451. /*产品详情页*/
  452. #projectinfo4 .header p.title { font-size:22px;margin-bottom: 8px;}
  453. #projectinfo4 .header p.subtitle { font-family:Arial, Helvetica, sans-serif, "微软雅黑"; font-size:14px; font-weight:bold; color:#ff6700;}
  454. #projectinfo4 div.description { margin-top:20px; line-height:24px; font-size:13px;}
  455. .bx-wrapper .bx-pager.bx-default-pager a.active,.bx-wrapper .bx-pager.bx-default-pager a:hover {background-color:rgba(255,255,255,.8);border: 1px solid rgba(255,255,255,.8);}
  456. #projectinfo4 div.description a { display:inline-block; width:150px; height:40px; line-height:40px; background: #ea9459; color:#fff; text-align:center; margin:20px auto;transition: all 0.3s ease-out 0s;}
  457. #projectinfo4 div.description a:hover { background:#ff8e41; }
  458. #projectbody4 .postbody4 { margin-top:20px;}
  459. #projectbody4 .postbody4 p { line-height:24px;color: #a7a7a7;}
  460. #post_slider { background:#f8f8f8;}
  461. #projectimages4 img { margin-bottom:10px;}
  462. #projectbody4 {border-bottom: 1px dotted rgba(0,0,0,.1); padding-bottom:20px;}
  463. /*#projectbody4 { display:none;}*/
  464. .npagePage4 #projectwrap4 { margin-top:10px;}
  465. .npagePage4 #post_slider, #post_slider1 { height:510px;}
  466. .npagePage4 #post_slider li { height:510px;}
  467. .npagePage4 #projectshow4 { margin-top:10px;}
  468. .npagePage4 .bx-wrapper {width: 1180px;margin: 0px auto;}
  469. .npagePage4 .bx-wrapper .bx-controls-direction a { border-radius:0; background: rgba(0,0,0,.0); width:50px; height:50px; border:1px solid rgba(0,0,0,.1)}
  470. .npagePage4 .bx-wrapper .bx-controls-direction a i { color:rgba(0,0,0,.3);}
  471. .npagePage4 .bx-wrapper .bx-controls-direction a:hover { background:rgba(0,0,0,.5);}
  472. .npagePage4 .bx-wrapper .bx-controls-direction a:hover i { color:#fff;}
  473. .npagePage4 .bx-wrapper .bx-controls-direction a.bx-next i { margin-left:20px; margin-top:9px;}
  474. .npagePage4 .bx-wrapper .bx-controls-direction a.bx-prev i { margin-left:19px; margin-top:9px;}
  475. .npagePage4 #projectlist .wrapper { text-align:left;}
  476. .npagePage4 #projectinfo4 { border-bottom:1px dotted rgba(0,0,0,.1);}
  477. .npagePage4 #projectinfo4 .header { padding-bottom:10px; padding-top:50px;}
  478. #sitecontent .npagePage4 #projectlist .projectitem {width:24%;margin: 0 10px 25px 0;height: 372px;}
  479. #sitecontent .npagePage4 #projectlist .projectitem:nth-child(4n),#sitecontent .npagePage3 #projectlist .projectitem:last-child { margin-right:0;}
  480. #sitecontent .npagePage4 #projectlist .projectitem a img { height:auto;}
  481. .npagePage4 #projecttags4 a { border:1px solid rgba(0,0,0,.15); background:#fff; padding:5px 18px;transition: all 0.3s ease-out 0s;}
  482. .npagePage4 #projecttags4 a:hover {border:1px solid #6fc9b1;border: 1px solid #96abdc;background: #829fe2;color: #fff;}
  483. #category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {background-color: rgba(34, 73, 160, 0); color:#333;}
  484. #category li.hasmore div ul a{color: rgba(255, 255, 255, 0.62);}
  485. .yy_tag_I {margin: 0 10px 0 0;color: #e1e1e1;}
  486. /*右下角联系展开*/
  487. #online_ask {position: fixed;z-index: 999;}
  488. #olx_head { background: #46A836; border-radius: 0px; }
  489. #olx_qq li a:hover i { color: #fff }
  490. #olx_qq li a:hover { padding: 18px 30px; background: rgb(29, 72, 171);}
  491. #online_open i { margin-top:10px;}
  492. #online_open { background: none; bottom: 0px; color: #515151;bottom: 160px; color:#999;background-color:#fff;border: 1px solid rgba(0, 0, 0, .1);width: 38px;height: 39px;border-bottom: none;}
  493. #online_open:hover {background-color: #555; color:#fff;}
  494. #online_lx { border-radius: 0px; bottom: 160px;margin-right: -10px;display: none; }
  495. #olx_tel div { color: #898989; }
  496. #olx_qq li a i { color: #504f4f; }
  497. #olx_head i:hover { color: #fff; transform: rotate(90deg); -ms-transform: rotate(90deg); /* IE 9 */ -moz-transform: rotate(90deg); /* Firefox */ -webkit-transform: rotate(90deg); /* Safari和 Chrome */ -o-transform: rotate(90deg); /* Opera */ }
  498. #indexPage #mslider { padding-top:146px;}
  499. #indexPage #mslider .bx-wrapper .bx-controls-direction a { border-radius: 3px;height: 80px;margin-top: -35px;background: rgba(21, 20, 20, 0.91);border: 1px rgba(241, 241, 241, 0.11) solid;}
  500. #indexPage #mslider .bx-wrapper .bx-controls-direction a:hover{background: rgb(48, 93, 195);}
  501. #indexPage #mslider .bx-wrapper .bx-controls-direction a i { margin-top: 24px;margin-left: 14px;}
  502. .content .header p.title { font-size:42px; color:#333;margin-bottom: 8px;font-family: Oswald;font-weight: bold;}
  503. .npagePage .content { width:1177px; margin:0 auto;}
  504. .Pageanli .content > .header { position:relative; padding-top:40px; padding-bottom:40px; border-bottom:1px solid rgba(0,0,0,0.1); margin-bottom:40px;padding-bottom: 25px;}
  505. .Pageanli .content .header p.title { text-align:left; white-space: nowrap;overflow: hidden;}
  506. .Pageanli #projectlist { text-align:left;padding-top:0px;background-color: #fff;margin-top: 23px;}
  507. #projectinfo { border-bottom:1px solid #e6e6e6;}
  508. .Pageteam #teamlist { padding-top:10px;width: 1100px;}
  509. #pages {width: 960px;margin-left: 220px;}
  510. .Pageanli #pages{width: 980px;margin-left: 220px; padding-left: 39px;text-align: left;}
  511. .Pagenews #pages{width: 980px;margin-left: 220px; padding-left: 45px;text-align: left;}
  512. .Pagenews #category a { display:block; border-bottom: 1px solid rgba(0,0,0,.08);padding-left: 16px;}
  513. .Pagenews #category a:last-child { border-bottom:none;}
  514. .Pagenews #category a:hover { padding-left:26px;}
  515. .Pagenews #category a::before { left:0; content:''; position:absolute; width:3px; height:12px; background:transparent;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  516. .Pagenews #category a:hover::before { left:10px; }
  517. #newslist .newstitem.right a.newscontent .newsimg { left:4px;}
  518. .postbody a { color:#17c2c4}
  519. .Pageteam #teamlist .teamitem:hover { border-top:none;box-shadow: 0px 7px 17px #dedede; border: 1px rgba(255, 255, 255, 0) solid; }
  520. #category li.hasmore div ul li { border-bottom:none;}
  521. #category li.hasmore div {position:relative; display:block;margin-bottom: 10px;margin-top: 5px;overflow: hidden;}
  522. #category li.hasmore div ul { text-align:left; border-top:none; margin-top:0; padding-top:0;}
  523. /*关于*/
  524. #indexPage #mpage .content ul li.header p.subtitle{display: none;}
  525. #indexPage #mpage .subtitle::after{ display:none !important}
  526. #indexPage #mpage .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #fff;}
  527. #indexPage #mpage .title{font-size: 42px;color: #FFFFFF;margin-bottom: 10px;}
  528. #indexPage #mpage .wrapper li .fimg { width:550px; height:376px;position: relative;top: -67px;margin-left: 25px;}
  529. #indexPage #mpage {width: 100%; height: 540px;}
  530. #indexPage #mpage ul{width:1200px;margin: 0 auto; background-color: #46A836; height: 368px;margin-top: 40px; position: relative;}
  531. #indexPage #mpage .module-content .description{ width: 470px;text-align: left;height: 80px;float: right;font-size: 13px;color: rgba(255, 255, 255, 0.75);line-height: 22px;overflow: hidden;margin: 0px 80px;}
  532. #indexPage #mpage .more{width: 160px;height: 48px;border-radius: 0px; border: #fff 1px solid;background-color: rgba(255,255,255,.0); position: relative;
  533. margin: 0px;background: url(../../../../../../resources.jsmo.xin/templates/upload/1362/images/jiantou2.png) no-repeat -38px -2px;opacity: 0.6;color: #fff;font-size: 18px;line-height: 48px;}
  534. /*
  535. #indexPage #mpage .more:hover{transition: all ease-out .3s;background: url(../../../../../../resources.jsmo.xin/templates/upload/1362/images/jiantou2.png) no-repeat -38px -33px; opacity: 1;border: rgba(255, 255, 255, 0.41) 1px solid;} */
  536. #indexPage #mpage .content .header {margin-top: 78px;
  537. }
  538. #indexPage #mpage .content .aboutcontent {
  539. width: 1174px;
  540. opacity: 0.6;
  541. margin: 0 auto;
  542. }
  543. #indexPage #mpage .content .more {
  544. margin: 0 auto;
  545. text-align: center;
  546. text-indent: 0;
  547. }
  548. #indexPage #mpage .content .aboutcontent .info {font-size: 14px; margin-bottom: 24px;color: #fff;}
  549. #indexPage #mpage .content{top: auto;overflow: hidden;}
  550. /*#indexPage #mpage{ background-attachment: inherit;} 固定关于我们模块*/
  551. #indexPage #mpage ul{ margin-top: 250px;}
  552. /*首页标题线*/
  553. #indexPage #mteam .content .subtitle{display: block;
  554. width: 478px;
  555. color: rgba(191, 191, 191, 0.91);
  556. font-size: 14px;
  557. margin: 0 auto;
  558. border-bottom: 1px #ececec solid;
  559. padding-bottom: 10px;
  560. margin: 0 auto;}
  561. #indexPage #mteam .content .subtitle::after{ content:''; background-color:rgba(44, 102, 204, 0.82);width: 9px; height: 9px;display: none; border-left: 7px #F7F7F7 solid; border-right: 7px #F7F7F7 solid;
  562. position: relative;top: 15px; left: 228px;}
  563. #indexPage #mnews .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  564. #indexPage #mproject .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  565. #indexPage #madvantage .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  566. #indexPage #mproject .content #projectSubList_ .projectSubHeader .subtitle{display: none;}
  567. /* madvantage 优势*/
  568. #indexPage #madvantage .content{margin-top: 0px;}
  569. #indexPage #madvantage .content .header {display: block;}
  570. #indexPage #madvantage .content .header { display:block;padding: 88px 0 60px;text-align:center; }
  571. #indexPage #madvantage #advantagelist {height: 281px;display: flex;justify-content: center;}
  572. #indexPage #madvantage #advantagelist .advantageitem {overflow: hidden;height: 281px;display: flex;flex-direction: column;align-items: center; width: 372px;background-color: #fff;margin: 0 15px;}
  573. #indexPage #madvantage #advantagelist .advantageitem .num {position: relative; font-size: 84px;color: #333; font-family: Oswald; font-weight: bold;}
  574. #indexPage #madvantage #advantagelist .advantageitem .num .plus{ position: absolute;color: #333;font-size: 74px;right: -40px;top: -48px;}
  575. #indexPage #madvantage #advantagelist .advantageitem .icon { margin-top: 48px;}
  576. #indexPage #madvantage #advantagelist .advantageitem .info { margin-top: 12px;font-size: 18px;color: #999;}
  577. /*mteam 团队*/
  578. #indexPage #mteam .content{margin-top: 0px;}
  579. #indexPage #mteam .content .header {display: block;}
  580. #indexPage #mteam .content .header { display:block; padding:90px 0 65px;text-align:center; }
  581. #indexPage #mteam .bgmask {background-color: #f7f7f7;position: absolute;left: 0px;top: 230px;width: 100%; height: 41%;display: block;}
  582. #indexPage #mteam .module-content{width:1200px}
  583. #indexPage #mteam ul li{width: 277px;margin-right: 30px;float: left;height:438px;padding-top:0px;}
  584. #indexPage #mteam ul li:nth-child(4n){margin-right: 0px;}
  585. #indexPage #mteam ul li div:nth-child(1){padding:0px !important;height:276px}
  586. #indexPage #mteam .header img{ float: none; display: block; margin: 0px; width: 100%; border-radius: 0px; height: auto;}
  587. #indexPage #mteam .summary{ padding: 30px 25px 36px;background-color: #f7f7f7;transition: all 0.4s ease 0s;top: 0px;position: relative;}
  588. #indexPage #mteam ul li:hover .summary {background-color: #46A836}
  589. #indexPage #mteam .summary p{text-align: left;}
  590. #indexPage #mteam .summary p.title{margin-bottom: 3px;display: inline-block;float: left;}
  591. #indexPage #mteam ul li:hover .summary p.title a{color: #FFFFFF;font-size: 16px;line-height: 40px;}
  592. #indexPage #mteam ul li:hover .summary p.subtitle{color: rgba(248, 247, 247, 0.34);}
  593. #indexPage #mteam .summary p.title a {color: #3c3c3c;font-size: 16px;line-height: 40px;}
  594. #indexPage #mteam .summary p.subtitle{margin-bottom: 0px;display: inline-block;width: 120px;position: relative;top: 14px;color: rgba(177, 176, 176, 0.91); margin-left: 12px;overflow: hidden;float: left;border-bottom:0px}
  595. #indexPage #mteam .summary .description{clear:both;width: auto; overflow: hidden;height:47px;margin-top: 10px;}
  596. #indexPage #mteam .description{ color: rgba(144, 144, 144, 0.86); }
  597. #indexPage #mteam ul li:hover .summary .description{ color: rgba(207, 214, 230, 0.72);}
  598. #indexPage a.more, #indexPage a.details, #sitecontent .npagePage a.details{display: none;background: rgba(255,255,255,.0);width: 44px;height: 26px;margin: 0px;line-height: 58px;font-size: 0px;
  599. color: #fff;text-indent: 0px;border-radius: 0px;transition: all ease-out .3s; margin-top: -20px; margin-left: 26px;}
  600. /*详细页面左侧*/
  601. #plheader {padding-bottom: 30px;width: 220px;background-color: #46A836;position: relative;top: -70px;height: 70px;border-radius:3px 3px 0px 0px;}
  602. .Pageanli .content .header p.title{ text-align: left; margin-left: 31px;font-weight: bold;font-size: 25px; padding-bottom: 8px; margin-top: 0px;width: 158px; margin-bottom: 24px;border-bottom: 1px solid rgba(255, 255, 255, 0.16);letter-spacing:1px;color: #fff;}
  603. .Pageanli .content .header p.subtitle { letter-spacing: 1px;font-size: 15px;display: inline-block;padding-top: 0px;color: #EAEAEA; margin-top: 0px; margin-right:31px;float: right;overflow: hidden;
  604. width: 150px;text-align: right;}
  605. .npagePage .left-con { margin-left: 0px;padding-bottom: 30px;width: 355px;float: left }
  606. .npagePage .left-con .contact-us { margin-top: 17px; }
  607. .npagePage .left-con .contact-us .title { height: 63px; background: #46A836;font-size: 24px;color: #fff;line-height: 63px;padding-left: 25px; }
  608. .npagePage .left-con .contact-us .content { padding: 28px 23px; background: #f7f7f7;width: 310px;}
  609. .npagePage .left-con .contact-us .content .info {font-size: 16px;color: #333;width: 300px;}
  610. .npagePage .left-con .contact-us .content .info a{font-size: 16px;color: #333}
  611. .npagePage .left-con .contact-us .content .email {margin: 36px 0;}
  612. .npagePage .left-con .message { margin-top: 17px; }
  613. .npagePage .left-con .message .title { height: 63px; background: #46A836;font-size: 24px;color: #fff;line-height: 63px;padding-left: 25px; }
  614. .npagePage .left-con .message .content {padding: 28px 23px; background: #f7f7f7;width: 310px;overflow: hidden;}
  615. .npagePage .left-con .message .content input {width: 282px;height: 32px;background: #fff;font-size: 16px;color: #999;padding-left: 19px;}
  616. .npagePage .left-con .message .content textarea {width: 282px;height: 112px;background: #fff;border: none;margin-top: 9px;font-size: 16px;color: #999;padding-left: 19px;padding-top: 10px;}
  617. .npagePage .left-con .message .content .submit {width: 94px;height: 32px;background: #46A836;float: right;font-size: 18px;color: #fff;text-align: center;line-height: 32px;margin: 30px 10px 40px 0;cursor: pointer;padding-left: 0;}
  618. .npagePage #category { padding-top: 15px; margin-left: 0px;padding-bottom: 30px;width: 355px;text-align: left;background-color: #46A836;border-radius: 0px 0px 3px 3px;margin-top: 23px;}
  619. .npagePage #category li {height:auto;position:relative;float:none; display:block;margin-top:1px;margin-bottom:1px;line-height:43px; border-bottom: 1px solid rgba(255, 255, 255, 0.05);margin-right:10px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  620. .npagePage #category li:last-child { border-bottom:none;}
  621. .npagePage #category a { border:0px; background:none; color:#CFDCF9; font-size:14px; position:relative; padding:0;line-height: 42px;height: 42px;}
  622. .npagePage #category a::before { content:''; position:absolute; content: '';position: absolute;width: 190px;background-color: #AEAEAF;height: 42px;background: transparent;left: -16px;position: absolute;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; }
  623. .npagePage #category a.active::before {display: none;}
  624. .npagePage #category .title {font-size: 24px;font-family: Oswald; color: #fff;padding-left: 24px;font-weight: 500;}
  625. .npagePage #category .category2 li{padding-left: 41px;}
  626. .npagePage #category .category2 li a {font-size: 16px; color: #fff;}
  627. .npagePage #category li:hover {padding-left:30px;background-color: rgb(60, 146, 79);
  628. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  629. .npagePage #category li:hover ul li{width: 136px;}
  630. .npagePage #category li:hover ul li a{color: rgba(255, 255, 255, 0.45);width: 136px;overflow: hidden; background-color: rgb(34, 73, 160); padding-left:0px;}
  631. .npagePage #category li ul li:hover a{ padding-left:0px; margin-left: 0px;}
  632. .npagePage #category li:hover a{color:#fff}
  633. /*内页banner*/
  634. .npagePage #banner::before{position:absolute;left:0;top:146px;width:100%;height:242px;content: '';display: block;background-color:rgba(0, 0, 0, 0.2);z-index: 1;}
  635. #sitecontent.npagePage #category{margin-top: -64px;}
  636. .npagePage .nav-con {width: 1151px;height:60px;background: #f7f7f7; display: flex;align-items: center;padding-left: 26px;margin: 0 auto;margin-top: 25px;}
  637. .npagePage .nav-con .sign {font-size: 18px;color: #333;margin: 0 10px ;}
  638. .npagePage .nav-con .nav-item {font-size: 18px;color: #333;}
  639. .npagePage .nav-con .nav-item a {color: #333;}
  640. .npagePage .nav-con .nav-item a:hover {text-decoration: underline;}
  641. /*内页新闻*/
  642. .Pagenews .content .header{padding-bottom: 30px;width: 220px;background-color: #264EA7;position: relative;top: -70px;height: 70px;padding-top: 40px !important;border-radius:3px 3px 0px 0px;}
  643. .Pagenews .content .header p.title { text-align: left;margin-left: 31px; white-space: nowrap;overflow: hidden;font-weight: bold;font-size: 25px;padding-bottom: 8px;margin-top: -5px;width: 158px; margin-bottom: 8px;border-bottom: 1px solid rgba(255, 255, 255, 0.16);letter-spacing: 1px;color: #fff;}
  644. .Pagenews .content .header p.subtitle { float:right;letter-spacing: 1px;font-size: 15px;display: inline-block;color: #EAEAEA;margin-top: 0px; margin-right: 31px;width: 150px;overflow: hidden;text-align:right;}
  645. /*团队内页*/
  646. .npagePage .content .header { padding-bottom: 40px;padding-top: 70px;}
  647. .Pageteam #teamlist .teamitem {position:relative;overflow:hhidden;margin-bottom: 0px;/* border: 1px red solid; */height: 196px;margin-right: 25px;background: #ffffff; width: 582px;margin-right: 30px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; border: 1px #f3f3f3 solid; margin-bottom: 30px;}
  648. .Pageteam #teamlist .teamitem:nth-child(2n){margin-right: 0px;}
  649. .Pageteam #teamlist .teamitem a.details{display: block;opacity: 0;width: 100%; position: absolute;top: 0;left: 0;
  650. height: 100%;}
  651. .Pageteam #teamlist .teamitem a { position: relative;width: 180px; height: auto;}
  652. #teamlist .teamitem a img { width: 160px;height: 160px;border-radius: 3px;margin: 18px 9px 9px 18px;}
  653. .Pageteam #teamlist .teamitem .teaminfo {width: 380px; margin-right: 0px;/* padding-top: 30px; */padding-left: 0px;padding-right: 0px;}
  654. #teamlist .teamitem .title a {float: none;color: #333;left: 0;top: 0;width: 100%;height: 30px;text-align: center;margin: 0 auto;padding-bottom: 5px;}
  655. #teamlist .teamitem .title{ text-align: left; display: inline-block; padding-right: 0px;}
  656. #teamlist .teamitem .subtitle {display: inline-block;
  657. font-size: 13px;
  658. color: rgb(195, 195, 195);
  659. margin-left: 8px;
  660. /* float: left; */
  661. text-align: left;
  662. margin-top: 6px;}
  663. .Pageteam #teamlist .teamitem .subtitle{width: 200px;white-space: nowrap;}
  664. .Pageteam #teamlist .teamitem .description {line-height: 22px;
  665. height: 40px;
  666. overflow: hidden;
  667. color: #b3b3b3;
  668. text-align: left;
  669. padding: 2px 20px 0px 0px;}
  670. .Pageteam .content{width: 1200px;margin: 0 auto; margin-top: 0px;}
  671. .Pagenews #category{margin-top: -70px;}
  672. .Pagenews #category a{border-bottom: 1px solid rgba(0,0,0,.08);float: none;display: block;height:43px;margin-top: 1px;margin-bottom: 1px;line-height: 43px; padding-left: 15px; margin-right: 16px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  673. .Pagenews #category a:hover {
  674. padding-left: 30px;
  675. background-color: #2249A0;
  676. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  677. }
  678. .Pagenews #newslist .news_wrapper::before{display: none;}
  679. .Pagenews #newslist .newstitem.right a.newscontent .newsimg{left:0px;}
  680. #projectinfo4 .header p.subtitle{ color: rgba(149, 149, 150, 0.74);}
  681. .Pageanli #plheader {
  682. padding-bottom: 40px;
  683. width: 220px;
  684. background-color: #264EA7;
  685. position: relative;
  686. top: -80px;
  687. height: 70px;
  688. padding-top: 40px !important;
  689. border-radius: 3px 3px 0px 0px;
  690. }
  691. .Pageservice #servicelist{margin:0 auto;}
  692. /*产品详细页面*/
  693. #projectlist .product-detail { display: flex;margin-left: 43px;}
  694. #projectlist .product-detail .leftimg {width: 351px;}
  695. #projectlist .product-detail .leftimg .img-box {width: 351px;height: 351px;border: solid 1px #DCDCDC;display: flex;justify-content: center;align-items: center;box-sizing: border-box;}
  696. #projectlist .product-detail .leftimg .img-box img { width: 300px;height: auto;}
  697. #projectlist .product-detail .leftimg .img-change {display: flex;justify-content: space-between; width: 351px;height: 76px;margin-top: 11px;position: relative;}
  698. #projectlist .product-detail .leftimg .img-change .left-btn, #projectlist .product-detail .leftimg .img-change .right-btn {width: 38px;height: 76px;background: #000000;opacity: 0.3; font-size: 30px;color: #fff; display: flex;justify-content: center;align-items: center;cursor: pointer;}
  699. #projectlist .product-detail .leftimg .img-change .left-btn-ban, #projectlist .product-detail .leftimg .img-change .right-btn-ban {opacity: 0.1; cursor: not-allowed;}
  700. #projectlist .product-detail .leftimg .img-change .img-group-box {width: 255px;height: 78px;overflow: hidden;transition: all 1s;}
  701. #projectlist .product-detail .leftimg .img-change .img-group {margin-left: 0;padding-top: 1px; display: flex; align-items: center;transition: all 0.5s;}
  702. #projectlist .product-detail .leftimg .img-change .img-group::-webkit-scrollbar {
  703. display: none;}
  704. #projectlist .product-detail .leftimg .img-change .img-group div {position: relative;width: 73px;height: 73px;border: 1px solid #DCDCDC; display: flex;justify-content: center;align-items: center;cursor: pointer;margin: 0 5px; flex-shrink: 0}
  705. #projectlist .product-detail .leftimg .img-change .img-group div:hover {border: 1px solid #46A836}
  706. #projectlist .product-detail .leftimg .img-change .img-group div.active::before {position: absolute; left: -2px; top: -2px; width: 77px; height: 77px; border: 2px solid #46A836; box-sizing: border-box; content: ''}
  707. #projectlist .product-detail .leftimg .img-change .img-group div img {width: 50px;height: 50px;}
  708. #projectlist .product-detail .rightparam {margin-left: 41px;}
  709. #projectlist .product-detail .rightparam .title {font-size: 24px;color: #333;font-family: Oswald; width: 388px;word-break: break-all;}
  710. #projectlist .product-detail .rightparam .content {font-size: 14px;color: #666;width: 388px;word-break: break-all;margin: 24px 0;display: -webkit-box;-webkit-box-orient: vertical;-webkit-line-clamp: 3;overflow: hidden;}
  711. #projectlist .product-detail .rightparam .line {width: 388px;height: 1px;background: #DCDCDC;margin-bottom: 27px;}
  712. #projectlist .product-detail .rightparam .param .info1 {display: flex;justify-content: space-between;}
  713. #projectlist .product-detail .rightparam .param .info1:nth-child(2) {margin: 20px 0;}
  714. #projectlist .product-detail .rightparam .param .info1 .left {font-size: 14px;color: #333;font-weight: bold;}
  715. #projectlist .product-detail .rightparam .param .info1 .right {font-size: 14px;color: #333;font-weight: 300;}
  716. #projectlist .product-detail .rightparam .btn {width: 134px; height: 42px; background: #46A836; font-size: 18px;line-height: 42px;text-align: center;color: #fff;margin-top: 50px;float: right;cursor: pointer;}
  717. #productDetail {margin-top: 41px;margin-left: 41px;}
  718. #productDetail .nav-anchor {width: 782px;height: 60px;background-color: #f7f7f7;display: flex;align-items: center;}
  719. #productDetail .nav-anchor li {padding: 0 21px; font-size: 20px;font-family: Oswald;font-weight: 500;height: 100%;line-height: 60px;}
  720. #productDetail .nav-anchor li a {color: #333;height: 10%;display: inline-block;}
  721. #productDetail .nav-anchor li.active {background: #46A836;}
  722. #productDetail .nav-anchor li.active a {color: #fff;}
  723. #productDetail .nav-anchor li:hover {background: #46A836;}
  724. #productDetail .nav-anchor li:hover a {color: #fff;}
  725. #productDetail .content {width: 782px;}
  726. #productDetail .content .title-box {width: 100%;margin-top: 20px;}
  727. #productDetail .content .title-box .title {font-size: 24px;color: #46A836; padding: 19px 0;border-bottom: solid 2px #46A836;text-align: center;font-family: Oswald;font-weight: 500;text-align: left;display: inline-block;}
  728. #productDetail .content .title-box .line {width:779px;height: 1px;background: #EDEDED;}
  729. #productDetail .content .itcontent {margin-top: 10px;width: 779px;}
  730. #productDetail .content .itcontent .ltitle{font-size: 18px;color: #333;font-weight: bold;margin: 28px 0;}
  731. #productDetail .content .itcontent .text {font-size: 14px;color: #333;}
  732. #productDetail .content .itcontent .img-box {display: flex;flex-wrap: wrap;}
  733. #productDetail .content .itcontent .img-box img {width: 380px; margin-right: 18px;margin-top: 36px;}
  734. #productDetail .content .itcontent .img-box img:nth-child(2n) {margin-right: 0;}
  735. #productDetail .content .itcontent .content-text p {font-size: 14px; font-family: Bahnschrift; color: #666; line-height: 20px;}
  736. #productDetail .content .itcontent .content-text .margin-text {margin-top: 16px;}
  737. #productDetail .content .itcontent.form {display: flex;justify-content: center;}
  738. #productDetail .content .itcontent.form .input-item {display: flex;margin: 18px 0; width:472px;display: flex;justify-content: space-between;}
  739. #productDetail .content .itcontent.form .input-item label {font-size: 14px;color: #333;width: 73px;text-align: right;}
  740. #productDetail .content .itcontent.form .input-item .require-label {color: #EF1F1F;}
  741. #productDetail .content .itcontent.form .input-item input {width: 375px;
  742. height: 32px;
  743. background: #FFFFFF;
  744. border: 1px solid #DCDCDC;}
  745. #productDetail .content .itcontent.form .input-item textarea {width: 375px;
  746. height: 108px;
  747. background: #FFFFFF;
  748. border: 1px solid #DCDCDC;}
  749. #productDetail .content .itcontent.form .submit {width: 94px;
  750. height: 32px;
  751. transform: translateX(48px);
  752. background: #46A836;font-size: 18px; color: #fff;margin: 0 auto;display:block;cursor: pointer;}
  753. /*产品列表页面*/
  754. .npagePage #projectlist .projectitem:hover a .project_info div {
  755. padding: 0px 0;
  756. }
  757. .npagePage #projectlist .projectitem a:hover .project_info p.title{font-size: 16px;}
  758. #indexPage .projectitem a .project_info{top: 35px;}
  759. .npagePage .postbody{width:1200px}
  760. #indexPage .content .header p.subtitle{display:block;}
  761. #indexPage #mteam .content .subtitle::after{content: '';background-color: rgba(44, 102, 204, 0.82);width: 9px;
  762. height: 9px;
  763. display: block;
  764. border-left: 7px #fff solid;
  765. border-right: 7px #fff solid;
  766. position: relative;
  767. top: 15px;
  768. left: 228px;}
  769. #indexPage #mpage a.more{display: block;}
  770. #indexPage #mteam ul li{ transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;curosr: pointer}
  771. /*
  772. #indexPage #mteam ul li img{width: 100%;height: auto;-webkit-perspective: 150; transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  773. #indexPage #mteam ul li a:hover img {transform: scale(1.08, 1.08);}
  774. */
  775. #indexPage #mteam ul li:hover .summary{position: relative;padding-top: 40px;padding-bottom: 46px;margin-top:-20px}
  776. .Pageanli .content_list li{height: 312px;}
  777. /* 文章列表more*/
  778. .Pagenews #newslist .newstitem a.details{display: none;}
  779. #indexPage .content .subtitle{color: rgba(216, 216, 216, 0.91) !imporborder-bottom: 1px #e8e8e8 solid !important;}
  780. .npagePage #projectlist .projectitem a .project_info p.description.hide{text-align: left !important;padding-right: 0px;padding-left:0px;margin: 0px 26px;}
  781. .Pageanli #projectlist .projectitem a .project_info{top: 28px;}
  782. /* .Pageanli #projectlist .projectitem a .project_info p::after{content'5555';width:30px;height:1px; background-color:#171717;border:1px red solid}
  783. #projectlist .projectitem a .project_info{ top: 30px;}*/
  784. #sitecontent .Pageanli #projectlist .projectitem{margin: 0 18px 18px 0;height: 323px;}
  785. #indexPage #mslider ul li {background-size: contain;}
  786. .Pageservice #servicelist .serviceitem div{display: block;background-color: #f7f7f7;height: 172px;border-radius: 0px 0px 3px 3px; margin-top: 4px;}
  787. .Pageservice #servicelist .serviceitem div p.title::after{margin-top: 26px;}
  788. .Pageservice #servicelist .serviceitem div p.title{margin-top: 26px; padding: 0px 10px;overflow: hidden;}
  789. .Pageteam #teamlist{width:1200px}
  790. .Pageteam #teamlist .teamitem .teaminfo::after{position: absolute;width:40px; height: 1px;background-color: #eee;}
  791. #teampost #teamimage img {float: none;width: 100%;}
  792. #teampost #teamimage {
  793. width: 350px;
  794. margin-left: 10px;
  795. float: left;
  796. position: fixed;
  797. }
  798. #category li.hasmore div ul a.active, #category li.hasmore div ul a:hover{color:#fff;}
  799. .npagePage #category li:hover{padding-left: 20px;}
  800. #category li.hasmore div ul a{ padding: 0px;}
  801. .npagePage .Pageanli li:hover .div li{background-color: rgba(255, 255, 255, 0);}
  802. #indexPage #mservice .content .header p.subtitle{display:none !important;}
  803. #contactform p{border-bottom: 0px;padding-top: 0px;width: 1200px;margin: 0 auto;text-align: center; margin-bottom: 40px;}
  804. #contactform p .inputtxt{border: none;margin-bottom: 5px;background: none;color: #696969;width: 320px; float: left;border-bottom: 1px solid rgb(146, 146, 146);margin: 40px 0 0 40px;}
  805. /* 关于我们q */
  806. #ourcompany .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  807. #ourcompany .content .module-content {margin-top: 84px;}
  808. #ourcompany .content .module-content .about-part {display: flex;justify-content: space-between;}
  809. #ourcompany .content .module-content .about-part .part-item {display: flex;flex-direction: column; justify-content: center;align-items: center;width: 266px;}
  810. #ourcompany .content .module-content .about-part .part-item img {width: 78px;height: 78px;}
  811. #ourcompany .content .module-content .about-part .part-item .title {font-size: 24px;color: #333;font-family: Oswald;font-weight: 500;margin: 13px 0 22px;}
  812. #ourcompany .content .module-content .about-part .part-item .info {font-size: 14px; color: #666;word-break: break-all;height: 120px;overflow-y: auto;width: 266px;}
  813. #ourcompany .content .module-content .about-part .part-item .info::-webkit-scrollbar {
  814. display: none;}
  815. #ourcompany .content .module-content .company-img {height: 348px;margin-top: 92px;}
  816. #ourfactory .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  817. #ourfactory .content .module-content .info {font-size: 14px;color: #666;text-align: center;}
  818. #ourfactory .content .module-content .video {margin-top: 30px;position: relative;}
  819. #ourfactory .content .module-content .video .playbtn {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 64px;height: 64px;border-radius: 100%;border: solid 1px #fff;background: transparent url(../images/aboutUs/play.png) no-repeat 56% 56%;cursor: pointer;}
  820. #ourfactory .content .module-content .img-box {margin-top: 23px;width: 1175px; display: flex;justify-content: space-between;}
  821. #certificate .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  822. #certificate .content .module-content .info {font-size: 14px;color: #666;text-align: center;}
  823. #certificate .content .module-content .img-box {margin-top: 29px;width: 1175px; display: flex;justify-content: space-between;}
  824. #exhibitions .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  825. #exhibitions .content .module-content .info {font-size: 14px;color: #666;text-align: center;}
  826. #exhibitions .content .module-content .img-box {margin-top: 29px;width: 1175px; display: flex;justify-content: space-between;}
  827. /* 公共样式图片列表 news|resource */
  828. .com-img-list {text-align: left;}
  829. .com-img-list li {margin-top: 24px;}
  830. .com-img-list li > a {display: block; padding: 19px 26px 24px 20px; overflow: hidden; background-color: #F7F7F7;}
  831. .com-img-list .photo-box {float: left; width: 254px; height: 176px;}
  832. .com-img-list .photo-box img {width: 100%;}
  833. .com-img-list .text-box {float: right; width: 457px; line-height: 1;}
  834. .com-img-list .text-box h2 {font-size: 24px; font-family: Oswald; font-weight: 500; color: #333333;}
  835. .com-img-list .text-box .date-text {margin-bottom: 19px; padding-bottom: 22px; font-size: 14px; font-family: Bahnschrift; font-weight: 300; color: #666666; border-bottom: 1px dashed #DCDCDC;}
  836. .com-img-list .text-box .content-text {font-size: 14px; font-family: Bahnschrift; color: #666666; line-height: 19px; overflow : hidden; text-overflow: ellipsis; display: -webkit-box; -webkit-line-clamp: 3; -webkit-box-orient: vertical;}
  837. #projectlist.com-projectlist {margin-left: 26px; width: 796px;}
  838. #projectlist.com-projectlist .wrapper {margin-left: 0;}
  839. /* 新闻列表页 news */
  840. .news-content #news-list.com-img-list .text-box h2 {margin-bottom: 43px;}
  841. /* 新闻详情页 news_detail */
  842. #news-detail {color: #666666; font-size: 14px; font-family: Bahnschrift; margin-top: 23px; text-align: left; line-height: 1;}
  843. #news-detail h2 {margin-bottom: 27px; font-size: 32px; font-family: Oswald; font-weight: 500; color: #333333;}
  844. #news-detail .date-text {margin-bottom: 31px; font-weight: 300;}
  845. #news-detail .news-img {margin-bottom: 41px; width: 770px; height: 421px;}
  846. #news-detail .news-img img {width: 100%;}
  847. #news-detail .content-text {margin-bottom: 35px;}
  848. #news-detail .content-text p {line-height: 22px;}
  849. #news-detail .content-text p + p {margin-top: 10px;}
  850. #news-detail .chang-page-box {overflow: hidden;}
  851. #news-detail .chang-page-box .btn {padding: 0 20px; display: flex; align-items: center; justify-content: center; font-size: 16px; color: #333333; width: 227px; height: 48px; line-height: 48px; border: 1px solid #DCDCDC; transition: 0.3s; transform-origin: top; background-color: #fff; box-sizing: border-box;}
  852. #news-detail .chang-page-box .btn:hover {color: #46A836; border: 1px solid #46A836; background: rgba(70, 168, 54, 0.1); transition: 0.3s;transform-origin: bottom;}
  853. #news-detail .chang-page-box .left-btn {float: left;}
  854. #news-detail .chang-page-box .right-btn {float: right;}
  855. #news-detail .chang-page-box .btn .article-name {display: inline-block; width: 142px; overflow: hidden; text-overflow:ellipsis; white-space: nowrap;}
  856. /* 联系我们 contact us */
  857. #contact-box {margin-top: 89px;}
  858. #contact-box .content .header {padding: 0;}
  859. #contact-box .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  860. #contact-box .module-content {margin: 82px 0 116px;}
  861. #contact-box .module-content .about-part {display: flex;justify-content: space-between;}
  862. #contact-box .module-content .about-part .part-item {display: flex;flex-direction: column; justify-content: center;align-items: center;width: 266px;}
  863. #contact-box .module-content .about-part .part-item .title {font-size: 24px;color: #333;font-family: Oswald;font-weight: 500;margin: 13px 0 22px;}
  864. #contact-box .module-content .about-part .part-item .info {font-size: 14px; color: #666;word-break: break-all;text-align: center; overflow-y: auto;width: 266px;}
  865. #contact-box .module-content .about-part .part-item .info a {color: #666;}
  866. #contact-box .module-content .about-part .part-item .info::-webkit-scrollbar { display: none;}
  867. #contact-box .module-content .company-img {height: 348px;margin-top: 92px;}
  868. #contact-box .itcontent.form {margin-top: 57px; display: flex;justify-content: center;}
  869. #contact-box .itcontent.form .input-item {display: flex; width:472px;display: flex;justify-content: space-between;}
  870. #contact-box .itcontent.form .input-item + .input-item {margin-top: 18px;}
  871. #contact-box .itcontent.form .input-item label {font-size: 14px;color: #333;width: 73px;text-align: right;}
  872. #contact-box .itcontent.form .input-item input {padding: 0 10px; width: 375px; height: 32px; background: #FFFFFF; border: 1px solid #DCDCDC; box-sizing: border-box;}
  873. #contact-box .itcontent.form .input-item textarea {padding: 10px 10px; width: 375px; height: 108px; background: #FFFFFF; border: 1px solid #DCDCDC; box-sizing: border-box;}
  874. #contact-box .itcontent.form .input-item .require-label {color: #EF1F1F;}
  875. #contact-box .itcontent.form .button-item {margin: 46px 0 0 83px; text-align: center;}
  876. #contact-box .itcontent.form .submit {width: 94px; height: 32px; background: #46A836; font-size: 18px; color: #fff; display:inline-block;cursor: pointer;}
  877. /* 资源页 resource */
  878. #resource-list {font-family: Bahnschrift;}
  879. #resource-list.com-img-list > li {display: block; padding: 19px 26px 24px 20px; overflow: hidden; background-color: #F7F7F7;}
  880. #resource-list.com-img-list .text-box {height: 176px; position: relative;}
  881. #resource-list.com-img-list .text-box h2 {margin-bottom: 15px;}
  882. #resource-list .link-more {position: absolute; left: 0; bottom: 0; width: 180px; height: 48px; line-height: 48px; background: #46A836;}
  883. #resource-list .link-more a {display: block; font-size: 18px; color: #FFFFFF; text-align: center; transition: all 0.3s ease 0s;}
  884. #resource-list .link-more a:hover {padding-left: 20px;}
  885. #resource-list .link-more a i {margin-left: 19px;}
  886. #resource-content .content .header {margin-top: 68px;}
  887. #resource-content .header p.title {font-size: 32px;}
  888. #resource-content .img-box img{display: block; float: none;margin-left: 16px;}
  889. #resource-content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  890. #resource-content .content-one, .content-two, .content-three, .content-four, .content-video, .content-download { display: none;}
  891. #resource-content .show {display: block;}
  892. #resource-content .content-download .text {font-size: 14px;font-family: Bahnschrift;font-weight: 400;color: #333333;}
  893. #resource-content .content-download .d-box {padding: 0 20px;margin-top: 28px;display: flex; justify-content: space-between; align-items: center; width: 787px;height: 60px;background: #f7f7f7; }
  894. #resource-content .content-download .d-box .left {font-size: 18px;font-weight: bold;color: #333;}
  895. #resource-content .content-download .d-box .right {font-size: 18px;font-weight: 400;color: #46A836; cursor: pointer;}
  896. .dialog-content .d-box {padding: 0 20px; margin: 0 auto;margin-top: 38px;display: flex; justify-content: space-between; align-items: center; width: 342px;height: 40px;background: #f7f7f7; }
  897. .dialog-content .d-box .left {font-size: 18px;font-weight: bold;color: #333;}
  898. .dialog-content .d-box .right {font-size: 18px;font-weight: 400;color: #46A836; cursor: pointer;}
  899. .dialog-content .d-box .right a{color: #46A836;}
  900. .video {margin-top: 30px;position: relative;}
  901. .video .playbtn {position: absolute;left: 0;right: 0;top: 0;bottom: 0;margin: auto;width: 64px;height: 64px;border-radius: 100%;border: solid 1px #fff;background: transparent url(../images/aboutUs/play.png) no-repeat 56% 56%;cursor: pointer;}
  902. /* 弹窗 */
  903. .dialog-hide { display: none;}
  904. .dialog-show {display: block;}
  905. .dialog-mask {width: 100%; height: 100%; position: fixed; top: 0; left: 0; z-index: 999; background: #000; opacity: 0.6;}
  906. .dialog { width: 30%; height: 520px; position: fixed; left: 0; right: 0;top: 0;bottom: 0;margin: auto; z-index: 1001 ; background: #fff;}
  907. .dialog .title-box { padding: 10px 20px; display: flex;justify-content: space-between;align-items: center;}
  908. .dialog .title-box .dialog-title { font-size: 16px; color: #333; font-family: Bebas;}
  909. .dialog .title-box .dialog-close {font-size: 32px;font-weight: 100; cursor: pointer;}
  910. .itcontent.form {margin-top: 57px; display: flex;justify-content: center;}
  911. .dialog-content.form .input-item {display: flex; width:340px;display: flex;justify-content: space-between;}
  912. .dialog-content.form .input-item + .input-item {margin-top: 18px;}
  913. .dialog-content.form .input-item label {font-size: 14px;color: #333;width: 73px;text-align: right;}
  914. .dialog-content.form .input-item input {padding: 0 10px; width: 238px; height: 32px; background: #FFFFFF; border: 1px solid #DCDCDC; box-sizing: border-box;}
  915. .dialog-content.form .input-item textarea {padding: 10px 10px; width: 238px; height: 108px; background: #FFFFFF; border: 1px solid #DCDCDC; box-sizing: border-box;}
  916. .dialog-content.form .input-item .require-label {color: #EF1F1F;}
  917. .dialog-content.form .button-item {margin: 46px 0 0 83px; text-align: center;}
  918. .dialog-content.form .submit {width: 94px; height: 32px; background: #46A836; font-size: 18px; color: #fff; display:inline-block;cursor: pointer;}
  919. .lowB #indexPage #mslider {padding-top: 0;}
  920. .lowB #header {background-color: #fff;}
  921. .lowB .npagePage #banner {padding-top: 0;}
  922. #backTop {position: fixed; z-index: 999; right: 40px;bottom: 60px;width: 50px;height: 50px;opacity: 0;transition: all ease 0.2s;}
  923. #backTop img {width: 50px;height: 50px;cursor: pointer;}
  924. #message-box {
  925. display: none;
  926. position: fixed;
  927. left: 0;top: 0;right: 0;bottom: 0;
  928. text-align: center;
  929. margin: auto;
  930. width: 20%;
  931. padding: 0 20px;
  932. height: 60px;
  933. line-height: 60px;
  934. font-size: 20px;
  935. font-family: Bahnschrift;
  936. z-index: 9999;
  937. border-radius: 4px;
  938. }
  939. #message-box.warning {
  940. background: #FD762C;
  941. color: #fff;
  942. }
  943. #message-box.success {
  944. background: #46A836;
  945. color: #fff;
  946. }
  947. #message-box.failed {
  948. background: #FD762C;
  949. color: #fff;
  950. }
  951. /* ----- PB分页数字条效果 结束 ----- */
  952. .pagebar .pagination {
  953. display: flex;
  954. justify-content: center;
  955. margin-top: 35px;
  956. }
  957. .pagebar .pagination a {
  958. background: #fff;
  959. color: #333;
  960. font-size: 14px;
  961. width: 35px;
  962. height: 28px;
  963. display: flex;
  964. justify-content: center;
  965. align-items: center;
  966. margin: 0 5px;
  967. border-radius: 2px;
  968. box-sizing: border-box;
  969. background-color: #f4f4f5;
  970. }
  971. .pagebar .pagination span {
  972. color: #333;
  973. font-size: 14px;
  974. padding: 8px 2px;
  975. margin: 0 5px;
  976. border-radius: 3px;
  977. }
  978. .pagebar .pagination a:hover {
  979. color: #46A836;
  980. }
  981. .pagebar .pagination a.page-num-current {
  982. color: #fff;
  983. background-color: #46A836;
  984. cursor: not-allowed;
  985. }
  986. /* ----- PB分页数字条效果 结束 ----- */