1362.css 61 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837838839840841842843844845846847848849850851852853854855856857858859860861862863864865866867868869870871872873874875876877878879880881882883884885886887888889890891892893894895896897898899900901902903904905906907908909910911912913914915916917918919920921922923924925926927928929930931932933934935936937938939940941942943944945946947948949950951952953954955956957958959960961962963964
  1. /****************************************************************
  2. * *
  3. * 代码库 *
  4. * www.dmaku.com *
  5. * 努力创建完善、持续更新插件以及模板 *
  6. * *
  7. ****************************************************************/
  8. @charset "utf-8";
  9. /*3转4*/
  10. @font-face{
  11. font-family: 'Bahnschrift';
  12. src:url('../font/bahnschrift.ttf') format('truetype');
  13. }
  14. @font-face{
  15. font-family: 'Oswald';
  16. src:url('../font/Oswald-Bold.otf');
  17. }
  18. html, body {
  19. font: 12px Bahnschrift;
  20. }
  21. #indexPage #mslider .bx-wrapper .bx-pager{display: none;}
  22. /*新首页开始*/
  23. #top {height: 46px;background: #f7f7f7;position: fixed;width: 100%;z-index: 999;}
  24. #top .con { width: 1200px;height:46px;margin: 0 auto;display: flex;justify-content: space-between;}
  25. #top .con .left {height:46px;display: flex;justify-content: center;align-items: center;}
  26. #top .con .left .tel,#top .con .left .email {width: 200px;height:46px;display: flex;justify-content: center;align-items: center;}
  27. #top .con .left .tel img,#top .con .left .email img {margin-right: 9px;}
  28. #top .con .left .tel div,#top .con .left .email div {font-size: 18px; color: #333;}
  29. #top .con .left .tel {margin-right: 40px;}
  30. #top .con .right .selected { position: relative; height:46px;display: flex;justify-content: center;align-items: center; cursor: pointer;}
  31. #top .con .right .selected .value {margin-left: 8px; font-size: 12px; color: #333;}
  32. #top .con .right .selected .fa-angle-down {font-size: 18px;}
  33. #top .con .right .dataList { position: absolute;top: 46px; display: none;}
  34. #top .con .right .dataList .option {width: 148px;height:40px;display: flex;justify-content: center;align-items: center; cursor: pointer; background: #f7f7f7;}
  35. #top .con .right .dataList .option:hover {background: #46A836; }
  36. #top .con .right .dataList .option:hover div {color: #fff;}
  37. #top .con .right .dataList .value {margin-left: 8px; font-size: 12px; color: #333;}
  38. #top .con .right .dataList .fa-angle-down {font-size: 18px;}
  39. #indexPage .module .content { position: relative }
  40. #indexPage #mslider .content { margin:0; height:750px; }
  41. #indexPage #mservice { background-color: rgb(247, 247, 247);left: 0px;}
  42. #indexPage #mservice .content {margin: 0 auto;width: 1200px;height: 310px;overflow:hidden;top: auto;padding-top:80px;position: relative; top: -240px;}
  43. #indexPage #madvantage .content { margin:0;background: #f7f7f7;height:100%; padding-bottom:60px; }
  44. #indexPage #mpage .content { margin:0; height: 540px;}
  45. #indexPage #mnews .content { margin:0; height:auto;background-color: #fff; }
  46. #indexPage #mcontact .content { margin:0; }
  47. #indexPage #mpartner .content { margin:0; height:140px; }
  48. /*首页头部导航*/
  49. #fixedRight {position: fixed;right: 0;z-index: 9999;top: 180px;}
  50. #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;}
  51. #fixedRight .fixed-item .val {margin-top: 9px;font-size: 12px;color: #46A836;}
  52. #header { background:#fff;padding-top: 0px;top: 46px;}
  53. #header .content { padding:0px }
  54. #header ul#nav { float:right;}
  55. #header ul li.navitem { transition: all 0.4s ease-out 0s; padding: 0px 1px 0px 0px !important; line-height: 40px;}
  56. #header ul li.navitem a { color:#4b4b4b;display: inline-block;padding: 30px 26px; font-size: 18px; }
  57. #header ul li.navitem a.active, #header ul li.navitem:hover a { color: #fff;background-color: #46A836;display: inline-block;padding: 30px 26px;}
  58. #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;}
  59. #header ul li.navitem a.active::after {width:60%;background:rgba(0, 0, 0, .5);display: none;}
  60. #header ul li.navitem:hover a::after {width:100%;background:rgba(0, 0, 0, .4);}
  61. #header.mini { background-color: rgba(255, 255, 255, 1); padding-top:0px; box-shadow: 0px 2px 4px rgba(0, 0, 0, 0.05); }
  62. #header.mini ul li.navitem a.active:after, #header.mini ul li.navitem:hover a:after { margin-top: -5px; }
  63. #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;}
  64. #header ul li.navitem ul.subnav li { border-bottom:1px solid rgba(0, 0, 0, .08); }
  65. #header ul li.navitem ul.subnav li a { text-align:center; color: #666; width:100%; padding:14px 0; background:none; }
  66. #header ul li.navitem ul.subnav li a i { display:none; }
  67. #header ul li.navitem ul.subnav li a:hover { background:#fff; color:#000; text-indent:inherit; }
  68. #header ul li.navitem ul.subnav li a:hover::after, #header ul li.navitem ul.subnav li a:after {display:none;}
  69. #header ul li.navitem ul.subnav li a:hover { background-color:#f5f5f5; }
  70. /*内页头部导航*/
  71. /* 首页服务*/
  72. #indexPage #mservice .content .header p.title{ display: none;}
  73. #indexPage .module .bgmask {background-color: #f7f7f7;position: absolute;left: 0px; top:0px; width: 100%;display: block;}
  74. .nobanner #header { border-bottom:1px solid #f3f3f3 }
  75. #indexPage #mservice{height: 150px;}
  76. /*幻灯*/
  77. /*首页产品*/
  78. #indexPage #mslider ul li div { display:none; clear: both;}
  79. #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; }
  80. #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; }
  81. #mslider .bx-wrapper .bx-pager.bx-default-pager a.active { opacity:1; }
  82. #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; }
  83. /*内页服务*/
  84. #servicelist { width:1200px; overflow:hidden; padding-top:10px; }
  85. #servicelist .serviceitem a { text-align:center; }
  86. #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; }
  87. #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; }
  88. #servicelist .serviceitem div p { padding:0 30px; }
  89. #servicelist .serviceitem div {display:none;position:relative; margin:0; transition: all 0.3s ease-out 0s; top:0px; padding-top:5%; }
  90. #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; }
  91. #servicelist .serviceitem div p.title { font-size:18px; }
  92. #servicelist .serviceitem div p.description { width:auto; margin-top:30px; }
  93. .npagePage #servicelist .serviceitem div p.description{color: #B1AFAF;}
  94. .Pageservice #servicelist .serviceitem:hover{position: relative;top:-8px}
  95. #servicelist .serviceitem:hover { box-shadow: 0 15px 30px rgba(0, 0, 0, 0.1); margin-top: -8px; background: #fff; }
  96. #servicelist .serviceitem:hover div { margin-top:0px; }
  97. #servicelist .serviceitem:hover p.title { color:#444; }
  98. #servicelist .serviceitem:hover div:after { border: 1px solid rgba(0, 0, 0, .4); width:94%; left:3%; height:125%; }
  99. #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;
  100. margin:0 auto; overflow:hidden; position:relative; }
  101. #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; }
  102. #servicelist .serviceitem:hover .details { margin-top:-15px; border-color: #b6b6b6; }
  103. #servicelist .serviceitem .details:hover { border:1px solid transparent; text-align: inherit; }
  104. #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;}
  105. /*案例*/
  106. #projectlist .projectitem a img{position: relative;perspective:150;-webkit-perspective:150;}
  107. #projectlist .projectitem a:hover img { transform: scale(1.08, 1.08);}
  108. #indexPage #mproject .content .header { padding-top:30px; padding-bottom:40px;margin:0 auto; width: 1200px;text-align: center;}
  109. #indexPage #mproject #projectlist { width:1260px; }
  110. #indexPage #mproject #projectlist { width:100%; margin:0 auto;margin-top:-15px }
  111. #indexPage #mproject .content .wrapper { width:1200px; margin: 0 auto;padding-left: 0px;overflow: hidden;}
  112. #indexPage #mproject #projectlist .projectitem { transition: all ease-out .3s;width:380px; height:360px; background:none; margin: 0 30px 25px 0; }
  113. #indexPage #mproject #projectlist .projectitem a::after{conter'';display:block;clear: both;}
  114. #indexPage #mproject #projectlist .projectitem:hover {box-shadow: 0px 7px 17px #dedede;}
  115. #indexPage #mproject #projectlist .projectitem:nth-child(3n){margin-right: 0px;}
  116. #projectlist .projectitem a:hover .project_info { background:none }
  117. #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; }
  118. #indexPage #mproject #projectlist .projectitem a .project_info p { width:auto; text-align:left; }
  119. #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%;}
  120. #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);
  121. transform: rotateX(90deg);-webkit-transform: rotateX(90deg);margin: 0px;padding: 0 1%;}
  122. #indexPage #mproject #projectlist .projectitem:hover a .project_info .subtitle{opacity: 1;transform: rotateX(0deg);-webkit-transform: rotateX(0deg);}
  123. #indexPage #mproject #projectlist .projectitem a img {overflow:hidden;}
  124. #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);
  125. height: 60px;overflow: hidden; }
  126. /*内页案例*/
  127. #projectlist{ text-align:center; float:right; width:960px;}
  128. .npagePage #projectlist .wrapper { margin-left:20px; display:inline-block; width:auto;}
  129. #sitecontent .Pageanli #projectlist .projectitem { width:300px; margin:0 20px 53px 0; height:318px; background:none; display:inline-block; transition: all 0.3s ease-out 0s;}
  130. #sitecontent .Pageanli #projectlist .projectitem:hover{box-shadow: 0px 7px 17px #dedede;}
  131. #projectlist .projectitem a:hover .project_info { background:none }
  132. .npagePage #projectlist .projectitem a .project_info div { border-bottom: 1px rgba(109, 109, 109, 0.22) solid; height: 146px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s; position:absolute; bottom:0px;width:100%; background:#fff; }
  133. .npagePage4 #projectlist .projectitem a .project_info div{ height: 131px;}
  134. .npagePage #projectlist .projectitem a .project_info p { width:auto; text-align:left; }
  135. .npagePage #projectlist .projectitem a .project_info .title { font-size: 24px;
  136. color: #333;
  137. font-family: Oswald;
  138. width: 246px;
  139. overflow: hidden;
  140. white-space: nowrap;
  141. text-overflow: ellipsis;
  142. height: 32px;
  143. line-height: 32px;
  144. text-align: left;
  145. padding-top: 25px;
  146. padding-left: 14px;
  147. margin: 0px;
  148. padding-right: 14px;}
  149. .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;
  150. line-height: 40px;
  151. overflow: hidden;
  152. font-size: 15px;
  153. text-align: center;
  154. padding: 0px;
  155. background: rgba(48, 93, 195, 0.87);
  156. transform: rotateX(90deg);
  157. -webkit-transform: rotateX(90deg);
  158. margin: 0px;}
  159. .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); }
  160. .npagePage #projectlist .projectitem:hover a .project_info div { padding:5px 0; }
  161. .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); }
  162. #projectlist .projectitem a:hover .project_info p.title { color: #666; font-size:15px;}
  163. .npagePage #mproject .content .subtitle::after{content: '';
  164. background-color: #2b68d2;
  165. width: 9px;
  166. height: 9px;
  167. display: block;
  168. border-left: 7px #F7F7F7 solid;
  169. border-right: 7px #F7F7F7 solid;
  170. position: relative;
  171. top: 15px;
  172. left: 228px;}
  173. /*more效果 _首页新闻*/
  174. #indexPage #mnews a.more{box-shadow: 0 2px 12px #e2e2e2;
  175. border: #46A836 1px solid;
  176. background: rgba(255,255,255,.0);
  177. width: 180px;
  178. height: 48px;
  179. display: block;
  180. margin: 40px auto 0;
  181. line-height: 48px;
  182. font-size: 18px;
  183. color: #46A836;;
  184. border-radius: 0px;
  185. text-align: center;
  186. transition: all ease-out .3s;background-color: #fff;}
  187. #indexPage #mnews a.more:hover i{ color: transparent;}
  188. #indexPage #mnews a.more:hover{color: #525252;text-indent:36px;box-shadow: 0px 7px 15px #dedede;}
  189. #indexPage #projectlist a.more{box-shadow: 0 2px 12px #e2e2e2;
  190. border: #46A836 1px solid;
  191. background: rgba(255,255,255,.0);
  192. width: 180px;
  193. height: 48px;
  194. display: block;
  195. margin: 40px auto 50px;
  196. line-height: 48px;
  197. font-size: 18px;
  198. color: #46A836;;
  199. border-radius: 0px;
  200. transition: all ease-out .3s;background-color: #fff;}
  201. #indexPage #projectlist a.more:hover i{ color: transparent;}
  202. #indexPage #projectlist a.more:hover::after{background-color: #46A836;}
  203. #indexPage #projectlist a.more:hover{ color: #525252;text-indent: 36px;box-shadow: 0px 7px 15px #dedede;}
  204. /* #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;} */
  205. /*新闻*/
  206. #indexPage #mnews .content .header { display:block; padding:90px 0 65px;text-align:center; }
  207. #newslist .newstitem.left a.newscontent, #newslist .newstitem.left a.newscontent:hover, #newslist .newstitem.right a.newscontent, #newslist .newstitem.right a.newscontent:hover { padding:0px; }
  208. #indexPage #newslist .newstitem .newsimg { display:block;float: left; width:180px; height: 123px;-webkit-perspective: 150;
  209. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  210. #newslist .newstitem { float:left; width:560px; height:310px; margin: 0 5px 20px 25px; }
  211. #newslist .news_wrapper, #newslist .newstitem a.newscontent:hover .news_wrapper { width:100%; background:transparent; }
  212. #mnews #newslist { width:1200px; margin:0 auto; }
  213. #indexPage #newslist .wrapper { margin-left:0px;}
  214. #newslist .newsbody {overflow: hidden; margin-left:100px; float:left }
  215. #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;}
  216. #newslist .newstitem a.newscontent{z-index: 7;}
  217. #indexPage #newslist .newstitem::after{ content: '';position: absolute;top: 0px;display: block;left: 0; width: 100%; height: 100%; background: #fff;
  218. /* z-index: 0; */transform: scaleY(0);transition: transform .75s cubic-bezier(.19,1,.22,1);transform-origin: top;transition-delay: 0s!important;}
  219. #indexPage #newslist .newstitem:hover::after{ z-index: 0; transform-origin:bottom;transform: scaleY(1); box-shadow: 0px 7px 17px #dedede;}
  220. #indexPage #newslist .newstitem:nth-child(2n){margin-right: 0px !important;}
  221. #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;}
  222. .Pageanli #projectlist .projectitem a .project_info p.description.hide{padding-left:15px;padding-right: 15px;text-align: left !important;padding-top: 13px;}
  223. .Pageanli #projectlist .projectitem a .project_info .title::after{height:1px;width:20px;background-color: #222224;border:1px red solid}
  224. #indexPage #projectlist .projectitem a .project_info p.description.hide{line-height: 23px;}
  225. /*#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}*/
  226. #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; }
  227. #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;}
  228. #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;}
  229. #indexPage #newslist .newstitem:hover .newsbody .date::before { width:calc(100% - 40px); background:rgba(0,0,0,5);}
  230. #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;}
  231. #newslist .separator::after{display:none}
  232. #newslist .separator::before{display: none;}
  233. #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;}
  234. #indexPage #newslist .newsbody .description {display:block;top: 55px;padding-left:105px; width: calc(86% - 125px);height:75px;color:#afafaf; line-height: 22px;}
  235. #newslist .newsbody .date { background: transparent; position: relative; top:-50px; font-weight:100; text-align:right; }
  236. #indexPage #newslist .newsbody .date { width:auto; text-align:left; top: 10px; display: none;}
  237. /*#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;}*/
  238. /*内页新闻*/
  239. .Pagenews .content { text-align:center; }
  240. .Pagenews #newslist { width:960px; float:right;padding-top:0px; margin-top: -95px; }
  241. .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}
  242. .Pagenews #newslist .wrapper .news_wrapper { width:800px; float:left; position:relative;margin-left:110px;}
  243. .Pagenews #newslist .newstitem .newsimg { display:block; width: 180px;height: 110px;margin-top:5px;}
  244. .Pagenews #newslist .news_wrapper, .Pagenews #newslist .newstitem a.newscontent:hover .news_wrapper { width:920px; }
  245. .Pagenews #newslist .newsbody .date {top: 37px;left: 734px;width: 100px;text-align:left;display: block; border:1px red solid}
  246. .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;}
  247. .Pagenews #newslist .newsbody .date .md { display:none;font-size: 30px; border-left: 3px #f7f7f7 solid;}
  248. .Pagenews #newslist .newsbody .date:after { left:100px; top:8px;display: block;}
  249. .Pagenews #newslist .newsbody .title { width: 360px; margin-top: 8px;line-height: 24px;height: 24px;padding-bottom: 8px;margin-bottom: 0px;overflow: hidden;}
  250. .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;
  251. -webkit-box-orient: vertical; color: #B5B5B5;}
  252. .Pagenews #newslist .newstitem:hover .newsbody .title, .Pagenews #newslist .newstitem:hover .newsbody .description { left:100px }
  253. .Pagenews #newslist .newstitem:hover .newsbody .date:after { width:60px; background:#7D7D7D; }
  254. .Pagenews #newslist .newstitem:hover .title { color:#333 }
  255. .Pagenews #newslist .newstitem:hover .date .year { color:#333; }
  256. .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; }
  257. .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; }
  258. .Pagenews #newslist .newstitem:hover .details { border-color: #b6b6b6; text-indent:130px; background:transparent; }
  259. .Pagenews #newslist .newstitem:hover .details:after { background: url(../../../../../../resources.jsmo.xin/templates/upload/302/201606/icon.png) no-repeat -1px -71px; }
  260. .Pagenews #newslist .newstitem .details:hover { border:none; }
  261. /*合作伙伴*/
  262. #indexPage #mpartner .content .header { display:none; }
  263. #indexPage #mpartner .module-content { padding:30px 0; height:80px;}
  264. #indexPage #mpartner .wrapper { height:auto; }
  265. #indexPage #mpartner .wrapper ul li { height:60px; padding-top:20px; }
  266. #indexPage #mpartner .wrapper ul li a { width:112px; height:auto; margin-right:10px; }
  267. #indexPage #mpartner .bx-wrapper .bx-pager { display:none; }
  268. #indexPage #mpartner .bx-wrapper .bx-controls-direction { display:block; }
  269. #indexPage #mpartner .bx-wrapper .bx-controls-direction a.disabled { display:block; border-radius: 3px;}
  270. #mpartner .bx-wrapper .bx-controls-direction a { background:none; }
  271. #mpartner .bx-wrapper .bx-controls-direction a i { color:#c3c6ca; }
  272. #mpartner .bx-wrapper .bx-controls-direction a:hover { background:#5d5d5d; }
  273. #mpartner .bx-wrapper .bx-controls-direction a:hover i { color:#fff; }
  274. #indexPage #mpartner .bx-wrapper .bx-prev { left:-58px; }
  275. #indexPage #mpartner .bx-wrapper .bx-next { right:-58px; }
  276. /*联系*/
  277. #indexPage #mcontact { height: 528px;background: url(../images/bottombg.png) no-repeat 100% 100%;background-position: 50% 100%; }
  278. #indexPage #mcontact .content { width:1200px; margin: 0 auto;}
  279. #indexPage #mcontact .content:after { content:''; display:block; clear: both; }
  280. #indexPage #mcontact .content .header { width:480px; float:left; }
  281. #indexPage #mcontact .content .header p.title { color: #666; text-align:left; }
  282. #indexPage #mcontact .content .header .subtitle { text-align:left; font-family:"Times New Roman", Times, serif, HELVETICANEUELTPRO-THEX, "微软雅黑"; }
  283. #indexPage #mcontact .content #contactlist { width:720px; float:left; }
  284. #mcontact .content #contactform { display: flex;}
  285. #mcontact .content #contactform .firm-info { width: 416px;}
  286. #mcontact .content #contactform .firm-info .bottom-logo{ width: 224px; height: 46px;}
  287. #mcontact .content #contactform .firm-info .bottom-logo img {width: 100%;height: 100%;}
  288. #mcontact .content #contactform .firm-info .info {font-size: 18px; opacity: 0.6; color: #fff;margin-top: 19px;font-weight: 100;}
  289. #mcontact .content #contactform .firm-info .info.email {margin-top: 47px;}
  290. #mcontact .content #contactform .firm-info .link {display: flex;margin-top: 33px;}
  291. #mcontact .content #contactform .firm-info .link .icon-item{width: 43px;height: 42px;background: rgb(85,85,85);margin-right: 9px;cursor: pointer;}
  292. #mcontact .content #contactform .nav{ width: 92px;margin-left: 74px;}
  293. #mcontact .content #contactform .nav .navtitle{ font-size: 20px;font-weight: bold; color: #fff;}
  294. #mcontact .content #contactform .nav .navcon{ margin-top: 27px;display: flex;flex-direction: column;}
  295. #mcontact .content #contactform .nav .navcon .navitem{ font-size: 18px; opacity: 0.6;margin-bottom: 12px;font-weight: 100;}
  296. #mcontact .content #contactform .nav .navcon .navitem a{ color: #fff;}
  297. #mcontact .content #contactform .nav .navcon .navitem:hover{ font-size: 18px; opacity: 1;}
  298. #mcontact .content #contactform .products{ width: 204px;margin-left: 46px;}
  299. #mcontact .content #contactform .products .productstitle{ font-size: 20px;font-weight: bold; color: #fff;}
  300. #mcontact .content #contactform .products .productscon{ margin-top: 27px;display: flex;flex-direction: column;}
  301. #mcontact .content #contactform .products .productscon .productsitem{ font-size: 18px; opacity: 0.6;margin-bottom: 12px;font-weight: 100;}
  302. #mcontact .content #contactform .products .productscon .productsitem a{ color: #fff;}
  303. #mcontact .content #contactform .products .productscon .productsitem:hover{ font-size: 18px; opacity: 1;}
  304. #mcontact .content #contactform .message{ width: 276px;margin-left: 70px;}
  305. #mcontact .content #contactform .message .messagetitle{ font-size: 20px;font-weight: bold; color: #fff;}
  306. #mcontact .content #contactform .message .messagecon{ margin-top: 27px;}
  307. #mcontact .content #contactform .message .inputtxt{ width: 256px;height: 32px;background: rgb(51, 51, 64); padding-left: 19px;color: rgb(195, 195, 195);}
  308. #mcontact .content #contactform .message .texttxt{ width: 256px;height: 112px;background: rgb(51, 51, 64); margin-top: 9px;padding-left: 19px;padding-top: 10px;color: rgb(195, 195, 195); border: none;}
  309. #mcontact .content #contactform .message .inputsubmit{width: 94px;height: 32px;background: #46A836;font-size: 18px; text-align: center;line-height: 32px; color: #fff;margin-top: 22px; float: right; cursor: pointer;}
  310. #mcontact .content #contactinfo { width:720px; float:left; position:relative; }
  311. #mcontact .content #contactinfo p { float:left; width:290px; padding-right:60px; margin-top:14px; height:auto; color:#999; font-size:12px; line-height:inherit; }
  312. #mcontact .content #contactinfo h3 { color:#696969; }
  313. #mcontact #contactinfo div { position: absolute; top:35px; left:-250px; }
  314. #mcontact #contactinfo div:after { content:'关注'; color: #696969; height: 20px; font-size: 16px; line-height: 20px; overflow: hidden; position: absolute; top:-56px; left:0px; }
  315. #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); }
  316. #mcontact #contactinfo div a:hover { background-color: rgb(48, 93, 195);border-radius: 4px;}
  317. #mcontact #contactinfo div a:hover i { color:#fff; }
  318. /*footer*/
  319. #indexPage .module.bgShow .bgmask { background-color: rgb(23, 81, 14, 0.8); }
  320. #footer { background:#fff; }
  321. #footer a path { fill: rgb(148, 148, 148); }
  322. #footer p { width:1200px; margin:0 auto; height:44px; line-height:44px; padding:0; text-align:left; }
  323. #footer p a { margin-top:15px; }
  324. /*分页*/
  325. /*#pages a{ visibility:hidden;}*/
  326. #pages a.active, #pages a:hover { background-color: #6b6b6b;}
  327. .Pagenews #pages a{background-color: rgba(214, 214, 214, 0.37);color: #969494;transition: background-color 0.2s ease-out;}
  328. .Pagenews #pages a:nth-child(1){color:#fff;background-color: #46A836; }
  329. .Pagenews #pages a:hover{background-color: #46A836; color: #fff;}
  330. .Pagenews #pages a{margin-right: 6px;}
  331. .Pageanli #pages a{background-color: rgba(214, 214, 214, 0.37);color: #969494;transition: background-color 0.2s ease-out;}
  332. .Pageanli #pages a:hover{background-color: #46A836; color: #fff;}
  333. .Pageanli #pages a:nth-child(1){color:#fff;background-color: #46A836; }
  334. /*内页banner*/
  335. .npagePage #banner, .npagePage #banner div { height:200px;}
  336. /*0801*/
  337. #header .content {text-align:center;width: 1200px;margin: 0 auto;height:100px;position: relative;}
  338. #header .content img {float:none;}
  339. #header #logo {margin-top:22px;float:left; }
  340. .content .header p.subtitle {font-family: Bahnschrift;}
  341. #indexPage #mproject #category {display: block; padding-bottom: 0px;margin-bottom: 55px;}
  342. #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;}
  343. #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;}
  344. #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;}
  345. #category a.active, #category a:hover { color:#fff;transition: 0.3s; background-color:#46A836;transform-origin: bottom;border: 1px #46A836 solid;}
  346. #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; width: 269px}
  347. /*#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); }*/
  348. #indexPage #mcontact .content .header { padding-top:0; }
  349. #indexPage #mslider .bx-wrapper { position:relative; }
  350. #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; }
  351. #indexPage #mnews a.details:hover { color:#666; }
  352. #indexPage #mnews a.details i { position:relative; top:3px; }
  353. #indexPage #mnews a.details:hover i { text-indent:10px; }
  354. #indexPage #mnews #newslist .newstitem { margin: 0; transition: all 0.3s ease-out 0s; }
  355. #indexPage #mnews #newslist .newstitem:hover a.details { color: #666 }
  356. #indexPage #mnews #newslist .newstitem:hover a.details i { text-indent: 10px; color: #707070; }
  357. #indexPage #mnews { background-color: #fff; border-top: 1px solid rgba(0, 0, 0, .0); }
  358. #indexPage #servicelist { overflow:hidden; }
  359. #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;
  360. margin:0 auto; overflow:hidden; position:relative; top:-20px; display: none; }
  361. #indexPage #servicelist .serviceitem div p.description { margin-top:15px; padding:0 40px; line-height:24px; color:#8D8D8D; }
  362. #indexPage #servicelist .serviceitem div p.title { font-size:18px; }
  363. #indexPage #servicelist .serviceitem { height: 250px;min-height: 250px;margin-bottom: 50px;padding-bottom: 0;width: 400px;transition: all 0.3s ease-out 0s; }
  364. #indexPage #servicelist #serviceitem_0{ background-color:#46A836;transition: all 0.3s ease-out 0s;}
  365. #indexPage #servicelist #serviceitem_1{ background-color:#2d57b6;transition: all 0.3s ease-out 0s;}
  366. #indexPage #servicelist #serviceitem_2{ background-color:#294da0;transition: all 0.3s ease-out 0s;}
  367. #indexPage #servicelist #serviceitem_0:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  368. #indexPage #servicelist #serviceitem_1:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  369. #indexPage #servicelist #serviceitem_2:hover {box-shadow: 0 12px 20px rgba(0, 0, 0, 0.1);margin-bottom: 10px;margin-top: -13px;}
  370. #indexPage #servicelist .serviceitem a { text-align:center; }
  371. #indexPage #servicelist .serviceitem:last-child, #indexPage #servicelist .serviceitem:nth-child(3n) {margin-right:0}
  372. #indexPage #mservice a.more { margin-top:0; }
  373. #indexPage #mpartner { border-top:1px solid rgba(0, 0, 0, .05);}
  374. .Pageanli #category a.active::after {display:none;}
  375. #sitecontent .npagePage #projectlist .projectitem { float:left; position: relative;}
  376. #sitecontent .npagePage #projectlist .projectitem:nth-child(3n) { margin-right:0;}
  377. #sitecontent .npagePage #projectwrap { width:1200px; }
  378. #sitecontent .npagePage #projectinfo .header p.title { font-size:19px; margin-bottom: 5px; }
  379. #sitecontent .npagePage #projectinfo .header p.subtitle { font-size:13px; font-family:HELVETICANEUELTPRO-THEX, "微软雅黑"; }
  380. #sitecontent .npagePage #projectwrap #projectbody { width:820px; }
  381. #projecttags a:hover { background: #575757; color:#fff; }
  382. #projectib .projectitem a .project_info p.title { margin-bottom:4px; }
  383. #projectinfo .header { border:none; }
  384. #projectib .projectitem { margin-bottom:25px; }
  385. .npagePage #banner { padding-top:80px; height:200px;}
  386. .npagePage #banner div { height:200px; position:relative;}
  387. .Pageservice #servicelist .serviceitem div::after {top:-5px;left:5%;}
  388. .Pageservice #servicelist .serviceitem:hover div::after {width:94%;left:3%;height: 180px;top: -10px;}
  389. .Pageservice #servicelist .serviceitem a.details { margin-top: -30px; opacity: 0; }
  390. .Pageservice #servicelist .serviceitem:hover .details { margin-top:-65px; opacity: 1; border:transparent; }
  391. .Pageservice #servicelist .serviceitem div { top:0; padding-top: 5px; }
  392. .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}
  393. .Pageservice #servicelist .serviceitem:nth-child(3n){margin-right:0px}
  394. .Pageservice #servicelist .serviceitem a img { top:0;margin-top: 25px;}
  395. .Pagenews #newslist .newstitem:nth-of-type(2n+1) {border-right:none;}
  396. .Pageservice #servicelist .serviceitem div p.title::after {top:50px;}
  397. .Pageservice #servicelist .serviceitem div p.description { margin-top:22px; }
  398. .npagePage .postbody { width:1100px; overflow:hidden; }
  399. #teampost .postbody { width:730px; overflow:hidden; }
  400. #teampost #teambody .theader .title { font-size:26px; margin-bottom:5px; }
  401. /*右下角悬浮*/
  402. #shares { display: none; }
  403. #shares a { width:40px; height:40px; }
  404. #shares a#sshare { display:none; }
  405. #shares a i { margin-top:11px; }
  406. #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; }
  407. #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;}
  408. #shares a#gotop i { margin-top:8px; }
  409. #shares a#gotop:hover { background:rgba(0, 0, 0, .9) }
  410. #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;}
  411. #shares a#sweixin { border-bottom: 1px solid rgba(0, 0, 0, .1); height:38px;position: fixed;bottom: 80px; }
  412. .fa-weibo::before {color:#999;}
  413. #mcontact #contactinfo div a:hover i.fa-weibo::before { color:#fff;}
  414. #shares a#sweibo:hover { background-color:#555;}
  415. #shares a#sweibo:hover .fa-weibo::before {color:#fff;}
  416. #shares a#sweixin:hover { background-color:#555;}
  417. #shares a#sweixin:hover i.fa-weixin { background-image: url(../../../../../../resources.jsmo.xin/templates/upload/468/icon/shouji.png); }
  418. #indexPage #mservice .wrapper { margin-left:0px; }
  419. #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;}
  420. #projectlist .projectitem:hover a .project_info div::before {border-bottom: 1px solid rgba(0, 0, 0, .4);display: none;}
  421. #indexPage #mnews .content .header::after {content:'';position:absolute;width:100%;height:0px;background: rgba(0, 0, 0, .1);top: 300px;}
  422. #projectinfo .description a { margin:15px 0; transition: all 0.3s ease-out 0s; width:calc(100% - 10px); }
  423. #projectinfo .description a:hover { color:#fff; background:#383838;}
  424. #sitecontent .npagePage #projectwrap #projectinfo .header .description { color:#999; line-height:28px; }
  425. .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;}
  426. /*内页团队*/
  427. .Pageteam #teamlist .wrap { margin-right:0;}
  428. #teamlist { width:1200px; padding-top:100px;}
  429. #teamlist .teamitem .wrap { display:none;}
  430. #teamlist .teamitem { width:560px; height:260px; margin: 0 40px 20px 0; transition: all 0.3s ease-out 0s; }
  431. #teamlist .teamitem a { float:left; width:180px; height:160px; overflow:hidden; transition: all 0.3s ease-out 0s; }
  432. #teamlist .teamitem .teaminfo { float:right; width:308px; height:130px; transition: all .6s cubic-bezier(.215, .61, .355, 1);
  433. padding:48px 20px 10px 0px; margin:0px; text-align:left;}
  434. #teamlist .teamitem .title { display:inline-block; padding-right: 12px;}
  435. #teamlist .teamitem .description { font-size:13px; line-height:26px; height: 52px; overflow: hidden; color: #757575;}
  436. #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; }
  437. #teamlist .teamitem:hover { border-top:1px solid #8cd4c1; }
  438. #teamlist .teamitem:hover a { margin-top:0px;}
  439. #teamlist .teamitem:hover .teaminfo { padding-top:48px; }
  440. .nobanner #projectlist .projectitem a .project_info p.title { color:#666; }
  441. .nobanner #projectlist .projectitem a .project_info p.subtitle { color:#999; }
  442. /*产品详情页*/
  443. #projectinfo4 .header p.title { font-size:22px;margin-bottom: 8px;}
  444. #projectinfo4 .header p.subtitle { font-family:Arial, Helvetica, sans-serif, "微软雅黑"; font-size:14px; font-weight:bold; color:#ff6700;}
  445. #projectinfo4 div.description { margin-top:20px; line-height:24px; font-size:13px;}
  446. .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);}
  447. #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;}
  448. #projectinfo4 div.description a:hover { background:#ff8e41; }
  449. #projectbody4 .postbody4 { margin-top:20px;}
  450. #projectbody4 .postbody4 p { line-height:24px;color: #a7a7a7;}
  451. #post_slider { background:#f8f8f8;}
  452. #projectimages4 img { margin-bottom:10px;}
  453. #projectbody4 {border-bottom: 1px dotted rgba(0,0,0,.1); padding-bottom:20px;}
  454. /*#projectbody4 { display:none;}*/
  455. .npagePage4 #projectwrap4 { margin-top:10px;}
  456. .npagePage4 #post_slider, #post_slider1 { height:510px;}
  457. .npagePage4 #post_slider li { height:510px;}
  458. .npagePage4 #projectshow4 { margin-top:10px;}
  459. .npagePage4 .bx-wrapper {width: 1180px;margin: 0px auto;}
  460. .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)}
  461. .npagePage4 .bx-wrapper .bx-controls-direction a i { color:rgba(0,0,0,.3);}
  462. .npagePage4 .bx-wrapper .bx-controls-direction a:hover { background:rgba(0,0,0,.5);}
  463. .npagePage4 .bx-wrapper .bx-controls-direction a:hover i { color:#fff;}
  464. .npagePage4 .bx-wrapper .bx-controls-direction a.bx-next i { margin-left:20px; margin-top:9px;}
  465. .npagePage4 .bx-wrapper .bx-controls-direction a.bx-prev i { margin-left:19px; margin-top:9px;}
  466. .npagePage4 #projectlist .wrapper { text-align:left;}
  467. .npagePage4 #projectinfo4 { border-bottom:1px dotted rgba(0,0,0,.1);}
  468. .npagePage4 #projectinfo4 .header { padding-bottom:10px; padding-top:50px;}
  469. #sitecontent .npagePage4 #projectlist .projectitem {width:24%;margin: 0 10px 25px 0;height: 372px;}
  470. #sitecontent .npagePage4 #projectlist .projectitem:nth-child(4n),#sitecontent .npagePage3 #projectlist .projectitem:last-child { margin-right:0;}
  471. #sitecontent .npagePage4 #projectlist .projectitem a img { height:auto;}
  472. .npagePage4 #projecttags4 a { border:1px solid rgba(0,0,0,.15); background:#fff; padding:5px 18px;transition: all 0.3s ease-out 0s;}
  473. .npagePage4 #projecttags4 a:hover {border:1px solid #6fc9b1;border: 1px solid #96abdc;background: #829fe2;color: #fff;}
  474. #category li.hasmore div ul a.active, #category li.hasmore div ul a:hover {background-color: rgba(34, 73, 160, 0); color:#333;}
  475. #category li.hasmore div ul a{color: rgba(255, 255, 255, 0.62);}
  476. .yy_tag_I {margin: 0 10px 0 0;color: #e1e1e1;}
  477. /*右下角联系展开*/
  478. #online_ask {position: fixed;z-index: 999;}
  479. #olx_head { background: #46A836; border-radius: 0px; }
  480. #olx_qq li a:hover i { color: #fff }
  481. #olx_qq li a:hover { padding: 18px 30px; background: rgb(29, 72, 171);}
  482. #online_open i { margin-top:10px;}
  483. #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;}
  484. #online_open:hover {background-color: #555; color:#fff;}
  485. #online_lx { border-radius: 0px; bottom: 160px;margin-right: -10px;display: none; }
  486. #olx_tel div { color: #898989; }
  487. #olx_qq li a i { color: #504f4f; }
  488. #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 */ }
  489. #indexPage #mslider { padding-top:100px;}
  490. #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;}
  491. #indexPage #mslider .bx-wrapper .bx-controls-direction a:hover{background: rgb(48, 93, 195);}
  492. #indexPage #mslider .bx-wrapper .bx-controls-direction a i { margin-top: 24px;margin-left: 14px;}
  493. .content .header p.title { font-size:42px; color:#333;margin-bottom: 8px;font-family: Oswald;font-weight: bold;}
  494. .npagePage .content { width:1200px; margin:0 auto;}
  495. .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;}
  496. .Pageanli .content .header p.title { text-align:left; white-space: nowrap;overflow: hidden;}
  497. .Pageanli #projectlist { text-align:left;padding-top:0px;margin-top:-140px;background-color: #fff;}
  498. #projectinfo { border-bottom:1px solid #e6e6e6;}
  499. .Pageteam #teamlist { padding-top:10px;width: 1100px;}
  500. #pages {width: 960px;margin-left: 220px;}
  501. .Pageanli #pages{width: 980px;margin-left: 220px; padding-left: 39px;text-align: left;}
  502. .Pagenews #pages{width: 980px;margin-left: 220px; padding-left: 45px;text-align: left;}
  503. .Pagenews #category a { display:block; border-bottom: 1px solid rgba(0,0,0,.08);padding-left: 16px;}
  504. .Pagenews #category a:last-child { border-bottom:none;}
  505. .Pagenews #category a:hover { padding-left:26px;}
  506. .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;}
  507. .Pagenews #category a:hover::before { left:10px; }
  508. #newslist .newstitem.right a.newscontent .newsimg { left:4px;}
  509. .postbody a { color:#17c2c4}
  510. .Pageteam #teamlist .teamitem:hover { border-top:none;box-shadow: 0px 7px 17px #dedede; border: 1px rgba(255, 255, 255, 0) solid; }
  511. #category li.hasmore div ul li { border-bottom:none;}
  512. #category li.hasmore div {position:relative; display:block;margin-bottom: 10px;margin-top: 5px;overflow: hidden;}
  513. #category li.hasmore div ul { text-align:left; border-top:none; margin-top:0; padding-top:0;}
  514. /*关于*/
  515. #indexPage #mpage .content ul li.header p.subtitle{display: none;}
  516. #indexPage #mpage .subtitle::after{ display:none !important}
  517. #indexPage #mpage .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #fff;}
  518. #indexPage #mpage .title{font-size: 42px;color: #FFFFFF;margin-bottom: 10px;}
  519. #indexPage #mpage .wrapper li .fimg { width:550px; height:376px;position: relative;top: -67px;margin-left: 25px;}
  520. #indexPage #mpage {width: 100%; height: 540px;}
  521. #indexPage #mpage ul{width:1200px;margin: 0 auto; background-color: #46A836; height: 368px;margin-top: 40px; position: relative;}
  522. #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;}
  523. #indexPage #mpage .more{width: 160px;height: 48px;border-radius: 0px; border: #fff 1px solid;background-color: rgba(255,255,255,.0); position: relative;
  524. 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;}
  525. /*
  526. #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;} */
  527. #indexPage #mpage .content .header {position: absolute;
  528. left: 42%;
  529. top: 78px;
  530. }
  531. #indexPage #mpage .content .aboutcontent {
  532. position: absolute;
  533. left: 50%;
  534. top: 171px;
  535. width: 1174px;
  536. transform: translateX(-50%);
  537. opacity: 0.6;
  538. }
  539. #indexPage #mpage .content .more {
  540. position: absolute;
  541. left: 44%;
  542. bottom:91px;
  543. text-align: center;
  544. text-indent: 0!important;
  545. }
  546. #indexPage #mpage .content .aboutcontent .info {font-size: 14px; margin-bottom: 24px;color: #fff;}
  547. #indexPage #mpage .content{top: auto;}
  548. /*#indexPage #mpage{ background-attachment: inherit;} 固定关于我们模块*/
  549. #indexPage #mpage ul{ margin-top: 250px;}
  550. /*首页标题线*/
  551. #indexPage #mteam .content .subtitle{display: block;
  552. width: 478px;
  553. color: rgba(191, 191, 191, 0.91);
  554. font-size: 14px;
  555. margin: 0 auto;
  556. border-bottom: 1px #ececec solid;
  557. padding-bottom: 10px;
  558. margin: 0 auto;}
  559. #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;
  560. position: relative;top: 15px; left: 228px;}
  561. #indexPage #mnews .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  562. #indexPage #mproject .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  563. #indexPage #madvantage .content .subtitle{display: block; width: 60px; height: 4px; margin: 0 auto; background-color: #46A836;}
  564. #indexPage #mproject .content #projectSubList_ .projectSubHeader .subtitle{display: none;}
  565. /* madvantage 优势*/
  566. #indexPage #madvantage .content{margin-top: 0px;}
  567. #indexPage #madvantage .content .header {display: block;}
  568. #indexPage #madvantage .content .header { display:block;padding: 88px 0 60px;text-align:center; }
  569. #indexPage #madvantage #advantagelist {height: 281px;display: flex;justify-content: center;}
  570. #indexPage #madvantage #advantagelist .advantageitem {overflow: hidden;height: 281px;display: flex;flex-direction: column;align-items: center; width: 372px;background-color: #fff;margin: 0 15px;}
  571. #indexPage #madvantage #advantagelist .advantageitem .num {position: relative; font-size: 84px;color: #333; font-family: Oswald; font-weight: bold;}
  572. #indexPage #madvantage #advantagelist .advantageitem .num .plus{ position: absolute;color: #333;font-size: 32px;right: -30px;top: -12px;}
  573. #indexPage #madvantage #advantagelist .advantageitem .icon { margin-top: 48px;}
  574. #indexPage #madvantage #advantagelist .advantageitem .info { margin-top: 12px;font-size: 18px;color: #999;}
  575. /*mteam 团队*/
  576. #indexPage #mteam .content{margin-top: 0px;}
  577. #indexPage #mteam .content .header {display: block;}
  578. #indexPage #mteam .content .header { display:block; padding:90px 0 65px;text-align:center; }
  579. #indexPage #mteam .bgmask {background-color: #f7f7f7;position: absolute;left: 0px;top: 230px;width: 100%; height: 41%;display: block;}
  580. #indexPage #mteam .module-content{width:1200px}
  581. #indexPage #mteam ul li{width: 277px;margin-right: 30px;float: left;height:438px;padding-top:0px;}
  582. #indexPage #mteam ul li:nth-child(4n){margin-right: 0px;}
  583. #indexPage #mteam ul li div:nth-child(1){padding:0px !important;height:276px}
  584. #indexPage #mteam .header img{ float: none; display: block; margin: 0px; width: 100%; border-radius: 0px; height: auto;}
  585. #indexPage #mteam .summary{ padding: 30px 25px 36px;background-color: #f7f7f7;transition: all 0.4s ease 0s;top: 0px;position: relative;}
  586. #indexPage #mteam ul li:hover .summary {background-color: #46A836}
  587. #indexPage #mteam .summary p{text-align: left;}
  588. #indexPage #mteam .summary p.title{margin-bottom: 3px;display: inline-block;float: left;}
  589. #indexPage #mteam ul li:hover .summary p.title a{color: #FFFFFF;font-size: 16px;line-height: 40px;}
  590. #indexPage #mteam ul li:hover .summary p.subtitle{color: rgba(248, 247, 247, 0.34);}
  591. #indexPage #mteam .summary p.title a {color: #3c3c3c;font-size: 16px;line-height: 40px;}
  592. #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}
  593. #indexPage #mteam .summary .description{clear:both;width: auto; overflow: hidden;height:47px;margin-top: 10px;}
  594. #indexPage #mteam .description{ color: rgba(144, 144, 144, 0.86); }
  595. #indexPage #mteam ul li:hover .summary .description{ color: rgba(207, 214, 230, 0.72);}
  596. #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;
  597. color: #fff;text-indent: 0px;border-radius: 0px;transition: all ease-out .3s; margin-top: -20px; margin-left: 26px;}
  598. /*详细页面左侧*/
  599. #plheader {padding-bottom: 30px;width: 220px;background-color: #46A836;position: relative;top: -70px;height: 70px;border-radius:3px 3px 0px 0px;}
  600. .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;}
  601. .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;
  602. width: 150px;text-align: right;}
  603. .npagePage #category { padding-top: 15px; margin-left: 0px;padding-bottom: 30px;width: 205px;float: left;padding-left: 15px;text-align: left;margin-top: -120px;background-color: #46A836;border-radius: 0px 0px 3px 3px;}
  604. .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);padding-left: 15px;margin-right:16px;transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  605. .npagePage #category li:last-child { border-bottom:none;}
  606. .npagePage #category a { border:0px; background:none; color:#CFDCF9; font-size:14px; position:relative; padding:0;line-height: 42px;height: 42px;}
  607. .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; }
  608. .npagePage #category a.active::before {display: none;}
  609. .npagePage #category li:hover {padding-left:30px;background-color: #2249A0;
  610. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;}
  611. .npagePage #category li:hover ul li{width: 136px;}
  612. .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;}
  613. .npagePage #category li ul li:hover a{ padding-left:0px; margin-left: 0px;}
  614. .npagePage #category li:hover a{color:#fff}
  615. /*内页banner*/
  616. .npagePage #banner::before{width:100%;height:auto; content: '';display: block;}
  617. #sitecontent.npagePage #category{margin-top: -64px;}
  618. /*内页新闻*/
  619. .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;}
  620. .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;}
  621. .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;}
  622. /*团队内页*/
  623. .npagePage .content .header { padding-bottom: 40px;padding-top: 70px;}
  624. .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;}
  625. .Pageteam #teamlist .teamitem:nth-child(2n){margin-right: 0px;}
  626. .Pageteam #teamlist .teamitem a.details{display: block;opacity: 0;width: 100%; position: absolute;top: 0;left: 0;
  627. height: 100%;}
  628. .Pageteam #teamlist .teamitem a { position: relative;width: 180px; height: auto;}
  629. #teamlist .teamitem a img { width: 160px;height: 160px;border-radius: 3px;margin: 18px 9px 9px 18px;}
  630. .Pageteam #teamlist .teamitem .teaminfo {width: 380px; margin-right: 0px;/* padding-top: 30px; */padding-left: 0px;padding-right: 0px;}
  631. #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;}
  632. #teamlist .teamitem .title{ text-align: left; display: inline-block; padding-right: 0px;}
  633. #teamlist .teamitem .subtitle {display: inline-block;
  634. font-size: 13px;
  635. color: rgb(195, 195, 195);
  636. margin-left: 8px;
  637. /* float: left; */
  638. text-align: left;
  639. margin-top: 6px;}
  640. .Pageteam #teamlist .teamitem .subtitle{width: 200px;white-space: nowrap;}
  641. .Pageteam #teamlist .teamitem .description {line-height: 22px;
  642. height: 40px;
  643. overflow: hidden;
  644. color: #b3b3b3;
  645. text-align: left;
  646. padding: 2px 20px 0px 0px;}
  647. .Pageteam .content{width: 1200px;margin: 0 auto; margin-top: 0px;}
  648. .Pagenews #category{margin-top: -70px;}
  649. .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;}
  650. .Pagenews #category a:hover {
  651. padding-left: 30px;
  652. background-color: #2249A0;
  653. transition: all 0.6s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;
  654. }
  655. .Pagenews #newslist .news_wrapper::before{display: none;}
  656. .Pagenews #newslist .newstitem.right a.newscontent .newsimg{left:0px;}
  657. #projectinfo4 .header p.subtitle{ color: rgba(149, 149, 150, 0.74);}
  658. .Pageanli #plheader {
  659. padding-bottom: 40px;
  660. width: 220px;
  661. background-color: #264EA7;
  662. position: relative;
  663. top: -80px;
  664. height: 70px;
  665. padding-top: 40px !important;
  666. border-radius: 3px 3px 0px 0px;
  667. }
  668. .Pageservice #servicelist{margin:0 auto;}
  669. /*产品详细页面*/
  670. .npagePage4 #post_slider1{height: 530px;width: 100%;background-color: #f7f7f7;}
  671. .npagePage4 #projectinfo5{width: 1200px;}
  672. .npagePage4 #projectshow5{float: none;}
  673. .npagePage4 #projectlist{float:none}
  674. .npagePage4 .bx-prev{border-radius: 3px;height: 70px;}
  675. .npagePage4 .bx-prev i{margin-top:19px}
  676. .npagePage4 .content .header {padding-bottom: 0px;padding-top: 0px;background-color: #fff;width: 1160px;padding:0px;margin-bottom:30px;}
  677. .npagPage5 .bx-wrapper{width:1200px}
  678. .npagePage4 .bx-viewport{ width: 1200px;overflow: hidden;position: relative;height: 500px;margin: 0 auto;padding-top: 2px;}
  679. .npagePage4 .content{width:100%; }
  680. .npagePage4 .content .header p.title{ margin-bottom: 10px; font-size: 24px; color: #5D5D5D;}
  681. .npagePage4 .content .header p.subtitle {color: #CACACA;font-size: 16px;padding-bottom: 18px;}
  682. .npagePage4 .npagePage4 .projecttags5{margin-top:20px;width:1200px;float:none;}
  683. .npagePage4 #projectih4 .title-warp p{text-align:left;}
  684. .npagePage4 #projectih4 .description p{font-size: 13px;line-height: 22px;color: #B7B7B7;margin:0px; background-color: rgba(247, 247, 247, 0);}
  685. .npagePage4 #projectlist .projectitem:nth-child(3n) {margin-right: 25px !important;}
  686. .npagePage4 #projectlist .projectitem:nth-child(4n) {margin-right: 0px !important;}
  687. .npagePage4 #projectlist .wrapper{margin-left: 0px; width: 1200px;}
  688. .npagePage4 #projectlist .projectitem{margin-right: 25px !important;}
  689. #sitecontent .npagePage4 #projectlist .projectitem{width: 280px !important; height: 263px;margin-bottom: 25px;}
  690. #sitecontent .npagePage4 #projectlist .projectitem:hover{ box-shadow: 0px 7px 17px #dedede;}
  691. .npagePage4 .projectitem a .project_info p.title{text-align: left !important;}
  692. .npagePage4 #projectlist .projectitem:hover a .project_info div {
  693. padding: 0px 0;
  694. }
  695. /*产品列表页面*/
  696. .npagePage #projectlist .projectitem:hover a .project_info div {
  697. padding: 0px 0;
  698. }
  699. .npagePage #projectlist .projectitem a:hover .project_info p.title{font-size: 16px;}
  700. #indexPage .projectitem a .project_info{top: 35px;}
  701. .npagePage .postbody{width:1200px}
  702. #indexPage .content .header p.subtitle{display:block;}
  703. #indexPage #mteam .content .subtitle::after{content: '';background-color: rgba(44, 102, 204, 0.82);width: 9px;
  704. height: 9px;
  705. display: block;
  706. border-left: 7px #fff solid;
  707. border-right: 7px #fff solid;
  708. position: relative;
  709. top: 15px;
  710. left: 228px;}
  711. #indexPage #mpage a.more{display: block;}
  712. #indexPage #mteam ul li{ transition: all 0.4s cubic-bezier(0.215, 0.61, 0.355, 1) 0s;curosr: pointer}
  713. /*
  714. #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;}
  715. #indexPage #mteam ul li a:hover img {transform: scale(1.08, 1.08);}
  716. */
  717. #indexPage #mteam ul li:hover .summary{position: relative;padding-top: 40px;padding-bottom: 46px;margin-top:-20px}
  718. .Pageanli .content_list li{height: 312px;}
  719. /* 文章列表more*/
  720. .Pagenews #newslist .newstitem a.details{display: none;}
  721. #indexPage .content .subtitle{color: rgba(216, 216, 216, 0.91) !imporborder-bottom: 1px #e8e8e8 solid !important;}
  722. .npagePage #projectlist .projectitem a .project_info p.description.hide{text-align: left !important;padding-right: 0px;padding-left:0px;margin: 0px 14px;}
  723. .Pageanli #projectlist .projectitem a .project_info{top: 22px;}
  724. /* .Pageanli #projectlist .projectitem a .project_info p::after{content'5555';width:30px;height:1px; background-color:#171717;border:1px red solid}
  725. #projectlist .projectitem a .project_info{ top: 30px;}*/
  726. #sitecontent .Pageanli #projectlist .projectitem{margin: 0 20px 36px 0;height: 309px;}
  727. .Pageservice #servicelist .serviceitem div{display: block;background-color: #f7f7f7;height: 172px;border-radius: 0px 0px 3px 3px; margin-top: 4px;}
  728. .Pageservice #servicelist .serviceitem div p.title::after{margin-top: 26px;}
  729. .Pageservice #servicelist .serviceitem div p.title{margin-top: 26px; padding: 0px 10px;overflow: hidden;}
  730. .Pageteam #teamlist{width:1200px}
  731. .Pageteam #teamlist .teamitem .teaminfo::after{position: absolute;width:40px; height: 1px;background-color: #eee;}
  732. #teampost #teamimage img {float: none;width: 100%;}
  733. #teampost #teamimage {
  734. width: 350px;
  735. margin-left: 10px;
  736. float: left;
  737. position: fixed;
  738. }
  739. #category li.hasmore div ul a.active, #category li.hasmore div ul a:hover{color:#fff;}
  740. .npagePage #category li:hover{padding-left: 20px;}
  741. #category li.hasmore div ul a{ padding: 0px;}
  742. .npagePage .Pageanli li:hover .div li{background-color: rgba(255, 255, 255, 0);}
  743. #indexPage #mservice .content .header p.subtitle{display:none !important;}
  744. #contactform p{border-bottom: 0px;padding-top: 0px;width: 1200px;margin: 0 auto;text-align: center; margin-bottom: 40px;}
  745. #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;}