common (1).css 6.7 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344
  1. @charset "utf-8";
  2. /*==========头图================*/
  3. .home_mainpart_wrap {
  4. height: 550px;
  5. position: relative;
  6. }
  7. .home_mainpart {
  8. height: 1px;
  9. position: relative;
  10. z-index: 13;
  11. }
  12. .home_mainpart .box {
  13. height: 550px;
  14. overflow: hidden;
  15. }
  16. .home_slide {
  17. height: 550px;
  18. position: absolute;
  19. left: 0;
  20. top: 0;
  21. right: 0;
  22. overflow: hidden
  23. }
  24. .home_slide .bd {
  25. position: relative;
  26. z-index: 0;
  27. }
  28. .home_slide .bd li {
  29. zoom: 1;
  30. height: 550px;
  31. position: relative;
  32. }
  33. .home_slide .bd a {
  34. display: block;
  35. height: 550px;
  36. width: 1027px;
  37. position: absolute;
  38. top: 0;left: 50%;
  39. margin-left: -533px;
  40. }
  41. .home_slide .hd {
  42. width: 100%;
  43. text-align: center;
  44. position: absolute;
  45. bottom: 15px;
  46. z-index: 12
  47. }
  48. .home_slide .hd ul {
  49. *left: 50%;
  50. *position: absolute;
  51. *bottom: 0px;
  52. }
  53. .home_slide .hd li {
  54. display: inline-block;
  55. *display: inline;
  56. *float: left;
  57. width: 12px;
  58. height: 12px;
  59. border-radius: 100%;
  60. -webkit-border-radius: 100%;
  61. -moz-border-radius: 100%;
  62. background-color: #A8A8A8;
  63. margin-right: 10px;
  64. text-indent: -9999px;
  65. font-size: 0;
  66. zoom: 0;
  67. cursor: pointer;
  68. overflow: hidden;
  69. }
  70. .home_slide .hd li.on {
  71. width: 46px;
  72. border-radius: 6px;
  73. cursor: pointer;
  74. background-color: #4B4D5B;
  75. transition: all .3s linear 0s;
  76. }
  77. .home_notice {
  78. margin-top: 20px;
  79. background: #fff;
  80. width: 256px;
  81. height: 510px;
  82. position: relative;
  83. border-top-left-radius: 4px;
  84. border-top-right-radius: 4px;
  85. -webkit-border-top-left-radius: 4px;
  86. -webkit-border-top-right-radius: 4px;
  87. }
  88. .home_notice a, .home_notice p {
  89. color: #ffffff;
  90. }
  91. .home_notice .home_nlogin, .home_notice .home_nservice {
  92. margin: 0 15px 0 10px;
  93. }
  94. .home_notice .home_nlogin .btnborder {
  95. width: 86px;
  96. height: 26px;
  97. border-radius: 13px;
  98. margin: 10px auto;
  99. display: block;
  100. background: #1a1a1a;
  101. font-size: 14px;
  102. line-height: 26px;
  103. text-align: center;
  104. }
  105. .home_notice .home_nlogin a:hover {
  106. /*opacity: 0.8;*/
  107. }
  108. .home_notice .home_nservice {
  109. width: 216px;
  110. margin: 10px auto 0;
  111. }
  112. .home_notice .home_nservice a {
  113. display: block;
  114. height: 40px;
  115. line-height: 40px;
  116. text-align: center;
  117. background: #EB0C1C;
  118. border: 1px solid #EB0C1C;
  119. border-radius: 3px;
  120. color: #fff;
  121. font-size: 16px;
  122. }
  123. .home_notice .home_nservice a:hover {
  124. opacity: 0.8;
  125. filter: alpha(opacity=80);
  126. }
  127. .home_nvalid {
  128. width: 216px;
  129. margin: 10px auto 0;
  130. }
  131. .home_notice .home_nvalid a {
  132. height: 40px;
  133. line-height: 40px;
  134. background: #fff;
  135. border: 1px solid #EB0C1C;
  136. border-radius: 3px;
  137. text-align: center;
  138. display: block;
  139. position: relative;
  140. z-index: 14;
  141. color: #eb0c1c;
  142. font-size: 16px;
  143. }
  144. .home_notice .home_nvalid a:hover {
  145. opacity: 0.8;
  146. filter: alpha(opacity=80);
  147. }
  148. /*弹框*/
  149. .mytrueservice_wrap {
  150. display: none;
  151. background: rgba(0, 0, 0, 0.40);
  152. filter: progid:DXImageTransform.Microsoft.Gradient(startColorstr=#75000000, endColorstr=#40000000);
  153. position: fixed;
  154. padding: 10px;
  155. left: 50%;
  156. top: 50%;
  157. z-index: 999999;
  158. margin-left: -344px;
  159. margin-top: -262px;
  160. height: 525px;
  161. }
  162. .mytrueservice {
  163. background: #fff;
  164. }
  165. .mytrueservice .pop_hd {
  166. height: 56px;
  167. line-height: 56px;
  168. color: #fff;
  169. font-size: 18px;
  170. margin-bottom: 42px;
  171. background: #65b71d;
  172. padding-left: 25px;
  173. background: url(../../ym/images/pop_verify_tbg.jpg) left top repeat-x;
  174. }
  175. .mytrueservice .pop_hd span {
  176. background: url(../../ym/images/icon_pop_verify.png) left center no-repeat;
  177. padding-left: 42px;
  178. margin-right: 18px;
  179. }
  180. .mytrueservice .pop_hd .close {
  181. display: block;
  182. width: 22px;
  183. height: 48px;
  184. position: absolute;
  185. right: 36px;
  186. top: 10px;
  187. background: url(../../ym/images/icon.png) no-repeat -238px -402px;
  188. cursor: pointer;
  189. z-index: 10;
  190. }
  191. .mytrueservice .bid_con {
  192. margin-left: 38px;
  193. }
  194. .mytrueservice_cont .tit .btn {
  195. font-size: 16px;
  196. }
  197. .mytrueservice_tit {
  198. text-align: center;
  199. line-height: 38px;
  200. font-size: 24px;
  201. margin-top: 60px;
  202. }
  203. .mytrueservice_tit img {
  204. margin-right: 20px;
  205. display: inline-block;
  206. }
  207. .mytrueservice_cont {
  208. width: 688px;
  209. margin: 40px auto;
  210. }
  211. .mytrueservice_cont .tit {
  212. text-align: center;
  213. }
  214. .mytrueservice_cont .tit .inp {
  215. width: 413px;
  216. padding: 15px;
  217. border: 1px solid #ddd;
  218. font-size: 14px;
  219. color: #898888;
  220. margin-bottom: 20px;
  221. }
  222. .mytrueservice_cont .tit .btn {
  223. cursor: pointer;
  224. background: #ffa200;
  225. font-weight: bold;
  226. width: 260px;
  227. line-height: 42px;
  228. color: #fff;
  229. }
  230. .mytrueservice_cont .cont {
  231. margin-top: 40px;
  232. background: #f2f2f2;
  233. padding: 40px 0;
  234. height: 195px;
  235. position: relative;
  236. text-align: center;
  237. }
  238. .mytrueservice_cont .true {
  239. position: relative;
  240. }
  241. .mytrueservice_cont .true .num {
  242. line-height: 34px;
  243. margin-bottom: 10px;
  244. }
  245. .mytrueservice_cont .true .num strong {
  246. font-size: 30px;
  247. }
  248. .mytrueservice_cont .true .info {
  249. font-size: 18px;
  250. line-height: 32px;
  251. }
  252. .mytrueservice_cont .cont .tips {
  253. text-align: center;
  254. font-size: 14px;
  255. line-height: 22px;
  256. margin-top: 35px;
  257. }
  258. .mytrueservice_cont .cont .img {
  259. position: absolute;
  260. left: 66%;
  261. top: 0;
  262. }
  263. .myadvice_form .form_hd {
  264. margin-bottom: 30px;
  265. border: none;
  266. height: 80px;
  267. }
  268. .trademark-list-page { margin: 20px 0 50px 0; text-align: center }
  269. .trademark-list-page a { padding: 8px 15px; border: 1px solid #f0f0f0; background: #fff; color: #666666; font-size: 14px; }
  270. .trademark-list-page a:hover { background: #dd2727; border: 1px solid #dd2727; color: #fff }
  271. .trademark-list-page span { color: #666; font-size: 14px; padding: 0 10px }
  272. .trademark-list-page .active { background: #dd2727; border: 1px solid #dd2727; color: #fff }
  273. .trademark-list-page-input { *vertical-align:middle; border: 1px solid #f0f0f0; background: #fff; padding: 8px 0; width: 40px; text-align:center; }
  274. .trademark-list-am-bg { left: -50px; margin: 20px 0 0 0; position: absolute; border: 1px solid #e0e0e0; width: 1000px; height: 200px; background: #fff; color: #ff0000; z-index: 9999 }
  275. /*当前位置*/
  276. .trademark-position { width:1200px; margin:0 auto;}
  277. .trademark-position,.trademark-position a { font-size: 14px; color: #999999; line-height: 48px;}