common.css 14 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753
  1. 
  2. /* top start*/
  3. body,td,th {
  4. font-size: 14px;
  5. }
  6. img, div { behavior: url(img/iepngfix.htc); }
  7. body, div, p,img,dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, fieldset, input, textarea, blockquote {
  8. padding:0px;
  9. margin:0px;
  10. }
  11. .FontRed{
  12. color:#FF0000;}
  13. h3{
  14. font-size:14px;}
  15. li{
  16. list-style-type:none;}
  17. img{border:0;
  18. }
  19. .gray{
  20. color:#666666;}
  21. a{color:#333333;text-decoration:none;}
  22. a:hover {text-decoration:underline;color:#0170d9;}
  23. a:active{text-decoration:underline;}
  24. .LineLink a{text-decoration:underline;}
  25. .LineLink a:hover {text-decoration:none;color:#0170d9;}
  26. .ColorLink a {color:#0170d9;}
  27. .ColorLink a:hover {color:#0170d9;}
  28. .WidthTab{
  29. width:10px;
  30. height:1px;
  31. float:left;}
  32. .WidthTab2{
  33. width:20px;
  34. height:1px;
  35. float:left;}
  36. .HeightTab{
  37. height:10px;
  38. width:1px;
  39. overflow:hidden;}
  40. .HeightTab2{
  41. height:20px;
  42. width:1px;
  43. overflow:hidden;}
  44. p{
  45. line-height:180%;}
  46. .ListDate{
  47. color:#666666;
  48. }
  49. body{
  50. font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
  51. width:100%;
  52. }
  53. input,textarea{
  54. font-family:"Microsoft Yahei",Arial, Helvetica, sans-serif;
  55. }
  56. {
  57. width:100%;
  58. padding:0px 0px;
  59. margin:auto;
  60. }
  61. #wrapper{
  62. padding-top:81px;
  63. }
  64. #head{
  65. width:100%;
  66. position:absolute;
  67. top:0px;
  68. z-index:99;}
  69. #head .top{
  70. background:#FFF url("img/top_bg1.gif") repeat-x center 25px;
  71. width:100%;
  72. height:80px;
  73. font-size:12px;
  74. border-bottom:1px solid #cbcaca;}
  75. .TopBG{
  76. width:100%;
  77. background:#FFF}
  78. .TopInfo{
  79. margin:auto;
  80. width:1080px;
  81. height:35px;
  82. }
  83. .TopInfo .link{
  84. background:#FFF url("img/link_bg1.gif") no-repeat center -5px;
  85. text-align:center;
  86. line-height:25px;
  87. width:227px;
  88. height:35px;
  89. float:right;
  90. color:#333;
  91. padding-right:20px;
  92. padding-left:10px;
  93. font-size:11px;}
  94. .TopInfo .link a{
  95. color:#333;}
  96. .TopInfo .link a:hover{
  97. color:#ccc;}
  98. #head .top .TopLogo{
  99. margin:auto;
  100. width:1080px;
  101. padding-top:0px;
  102. }
  103. #head .top .TopLogo .logo{
  104. float:left;
  105. height:62px;}
  106. #head .top .TopLogo .tel{
  107. float:left;
  108. height:62px;
  109. padding-top:10px;
  110. }
  111. #head .top .TopLogo .tel .telW{
  112. padding-left:0px;
  113. padding-top:10px;
  114. color:#999;
  115. font-size:11px;
  116. }
  117. #head .top .TopLogo .tel .telN{
  118. padding-left:0px;
  119. font-family:Tahoma, Geneva, sans-serif;
  120. font-size:18px;
  121. color:#FF8700;
  122. line-height:100%;}
  123. /* navs*/
  124. #head #NavLink{
  125. width:790px;
  126. height:38px;
  127. margin:auto;
  128. }
  129. #head #NavLink .NavBG{
  130. height:38px;
  131. width:790px;
  132. position:absolute;
  133. z-index:100;}
  134. #head #NavLink #sddm{
  135. width:790px;
  136. margin:auto;
  137. z-index:30}
  138. #head #NavLink #sddm li{
  139. float: right;
  140. font-weight:normal;}
  141. #head #NavLink #sddm .CurrentLi a{
  142. background:none;}
  143. #head #NavLink #sddm li a
  144. { display: block;
  145. width: 88px;
  146. color: #666666;
  147. text-align: center;
  148. padding:0px 5px;
  149. height:38px;
  150. line-height:38px;
  151. background:;
  152. font-size:14px;
  153. margin-top:8px;
  154. }
  155. #head #NavLink #sddm li P{
  156. font-size:10px;
  157. font-weight:normal;
  158. color:#FFF;
  159. text-transform:uppercase;}
  160. #head #NavLink #sddm li a:hover
  161. { text-decoration:none;
  162. background:#FF8700;
  163. color:#FFFFFF;
  164. }
  165. #head #NavLink #sddm div
  166. { position: absolute;
  167. visibility: hidden;
  168. background: #808080;
  169. padding:0px 0px;
  170. filter: alpha(opacity=85);
  171. top:38px;
  172. }
  173. #head #NavLink #sddm div a
  174. { position: relative;
  175. padding: 0px 5px;
  176. width:120px;
  177. text-align: center;
  178. background:#FF8700;
  179. color: #FFFFFF;
  180. font-size:12px;
  181. font-weight:normal;
  182. text-decoration:none;
  183. line-height:30px;
  184. height:30px;
  185. border-bottom:1px solid #FF9100;}
  186. #head #NavLink #sddm div a:hover{
  187. background:#287ec7;
  188. color:#fff;
  189. font-weight:bold;
  190. line-height:30px;
  191. border-bottom:1px solid #FF9100;}
  192. #wrapper #body{
  193. width:100%;
  194. margin:auto;
  195. }
  196. /* albumblock*/
  197. .albumblock{
  198. padding:10px 15px 30px 20px;
  199. float:left;
  200. }
  201. .albumblock .inner{
  202. width:160px;
  203. height:190px;
  204. position:relative;
  205. border:1px solid #DEDEDC;
  206. overflow:hidden;
  207. }
  208. .albumblock .inner img{
  209. border:2px solid #fff;
  210. width:156px;
  211. height:156px; }
  212. .albumblock .inner .albumtitle{
  213. height:30px;
  214. line-height:30px;
  215. font-size:12px;
  216. width:160px;
  217. position:relative;
  218. bottom:0px;
  219. left:0;
  220. color:#0170d9;
  221. font-weight:;
  222. text-align:center;
  223. cursor:pointer;
  224. margin:auto;
  225. overflow:hidden;}
  226. .albumblock .inner .albumtitle span{
  227. font-weight:normal;
  228. font-size:12px;}
  229. .albumblock .inner a{
  230. color:#0170d9;}
  231. .albumblock .inner a:hover{
  232. text-decoration:none;}
  233. .albumblock .inner a:visited{
  234. text-decoration:none;}
  235. .albumblock .inner:hover{
  236. border:1px solid #0170d9;}
  237. /*footer*/
  238. #footer{
  239. border-top:2px solid #494949;
  240. width:100%;
  241. height:100%;
  242. padding-bottom:30px;
  243. font-size:12px;
  244. color:#999;
  245. background:#2e2e2e;
  246. }
  247. #footer a{
  248. color:#999;}
  249. #footer .inner{
  250. margin:auto;
  251. width:1080px;
  252. padding-top:30px;
  253. }
  254. #footer .inner .InnerLeft{
  255. float:left;
  256. width:600px;
  257. text-align:left;}
  258. #footer .inner .InnerRight{
  259. float:right;
  260. width:420px;
  261. }
  262. #footer .inner .InnerRight .tel{
  263. background: url("img/tel_bottom.jpg") no-repeat 0px 0px;
  264. height:50px;
  265. width:220px;
  266. padding-left:180px;
  267. color:#FFF;
  268. font-size:24px;
  269. font-weight:bold;
  270. font-family:Georgia, "Times New Roman", Times, serif;}
  271. #footer .inner p{
  272. line-height:25px;}
  273. #footer .inner .BottomNav{
  274. width:100%;
  275. margin:auto;
  276. height:30px;
  277. line-height:30px;
  278. color:#FFF;
  279. background:#FFF url("img/nav_bg2.png") repeat-x center -5px;
  280. }
  281. #footer .inner .BottomNav a{
  282. color:#0170d9;
  283. padding:0px 10px;}
  284. #wrapper .t_page{
  285. padding:10px;
  286. text-align:center;
  287. font-size:12px;
  288. line-height:25px;
  289. }
  290. #wrapper .t_page a{
  291. padding:2px 5px;
  292. border:1px solid #DEDEDC;
  293. margin:0px 3px;}
  294. /* date css*/
  295. .header {font: 12px Arial, Tahoma !important;font-weight: bold !important;font: 11px Arial, Tahoma;font-weight: bold;color: #154BA0;background:#C2DEED;height: 25px;padding-left: 10px;
  296. }
  297. .header td {padding-left: 10px;}
  298. .header a {color: #154BA0;}
  299. .header input {background:none;vertical-align: middle;height: 16px;}
  300. .category {font: 12px Arial, Tahoma !important;font: 11px Arial, Tahoma;color: #92A05A;height:20px;background-color: #FFFFD9;}
  301. .category td {border-bottom: 1px solid #DEDEB8;}
  302. .expire, .expire a:link, .expire a:visited {color: #999999;}
  303. .default, .default a:link, .default a:visited {color: #000000;}
  304. .checked, .checked a:link, .checked a:visited {color: #FF0000;}
  305. .today, .today a:link, .today a:visited {color: #00BB00;}
  306. #calendar_year {display: none;line-height: 130%;background: #FFFFFF;position: absolute;z-index: 10;}
  307. #calendar_year .col {float: left;background: #FFFFFF;margin-left: 1px;border: 1px solid #86B9D6;padding: 4px;}
  308. #calendar_month {display: none;background: #FFFFFF;line-height: 130%;border: 1px solid #86B9D6;padding: 4px;position: absolute;z-index: 11;}
  309. #year,#month{padding:0 10px;background:#fff;}
  310. /* SearchBar */
  311. .SearchBar {
  312. width:220px;
  313. height:25px;
  314. background:url("img/search_bg.gif") no-repeat left top;
  315. }
  316. .Sbox .SearchBar{
  317. margin:10px 0px 0px 10px;}
  318. .SearchBar #search-text {
  319. width: 120px;
  320. padding:0px 5px;
  321. margin:0px;
  322. color:#666666;
  323. height:23px;
  324. line-height:23px;
  325. font-size:12px;
  326. background:none;
  327. border:none;
  328. padding-left:25px;}
  329. .SearchBar #search-submit {
  330. border:none;
  331. background:none;
  332. font-size:12px;
  333. color: #FFFFFF;
  334. height:25px;
  335. margin:0px;
  336. cursor:pointer;
  337. padding:0px;
  338. line-height:25px;
  339. width:54px;
  340. }
  341. /* search content */
  342. #search_content .searchtip{
  343. line-height:25px;
  344. font-size:14px;
  345. font-weight:bold;
  346. padding-left:10px;
  347. BORDER-bottom: #023848 1px solid;
  348. padding-top:10px;
  349. }
  350. #search_content .result_list{
  351. padding:10px 10px;
  352. }
  353. #search_content .result_list dt{
  354. font-size:14px;
  355. font-weight:bold;
  356. padding-top:10px;
  357. line-height:25px;
  358. font-family:Microsoft Yahei;}
  359. #search_content .result_list dd{
  360. padding:0 0 5px 0;
  361. margin:0px;
  362. line-height:20px;
  363. }
  364. #search_content .result_list .line {
  365. BORDER-bottom: #E9E8E8 1px dashed;}
  366. #search_content .result_list .line a{
  367. padding-right:20px;}
  368. #search_content .result_list .line a:hover{
  369. text-decoration:none;}
  370. #search_content .search_welcome{
  371. line-height:25px;
  372. text-align:center;
  373. }
  374. #search_content .search_welcome p{
  375. text-align:center;}
  376. #search_content .result_page{
  377. text-align:center;
  378. font-size:13px;
  379. padding:10px;}
  380. #search_content .result_page span{
  381. font-size:12px;
  382. font-family:arial;
  383. padding:0 5px;
  384. }
  385. #dark_footer .box_240px_left {
  386. width:143px;
  387. padding-right: 42px;
  388. padding-top: 0px;
  389. background-image: none;
  390. padding-bottom:0px;
  391. float:left;
  392. }
  393. #dark_footer .box_240px_left h2{
  394. font-size:14px;
  395. border-bottom:1px dotted #999;
  396. color:#FFF;
  397. padding-bottom:10px;}
  398. #dark_footer .box_240px_left li{
  399. line-height:250%;
  400. font-size:12px;}
  401. #dark_footer .box_240px_middle {
  402. padding: 0px 42px;
  403. background-image: none;
  404. }
  405. #dark_footer .box_240px_right {
  406. padding-left: 42px;
  407. padding-top: 0px;
  408. background-image: none;
  409. }
  410. #dark_footer_wrap {
  411. background-color:#0170d9;
  412. overflow: hidden;
  413. padding:20px 0px;
  414. }
  415. #dark_footer {
  416. width: 940px;
  417. margin: 0 auto;
  418. padding-top: 20px;
  419. padding-bottom: 20px;
  420. overflow: hidden;
  421. color#FFF;
  422. }
  423. #light_footer_wrapper {
  424. font-size:12px;
  425. padding:10px;
  426. height:100px;
  427. }
  428. .box_240px_right li {
  429. display: inline;
  430. }
  431. #dark_footer li a{
  432. color:#FFF;}
  433. /*backtotop*/
  434. .backToTop {
  435. display: none;
  436. width: 50px;
  437. height:50px;
  438. line-height: 1.2;
  439. background:url("img/back_top.png") left top;;
  440. color: #fff;
  441. font-size: 12px;
  442. text-align: center;
  443. position: fixed;
  444. _position: absolute;
  445. right: 10px;
  446. bottom: 100px;
  447. _bottom: "auto";
  448. cursor: pointer;
  449. opacity: .6;
  450. filter: Alpha(opacity=60);
  451. }
  452. /* open div*/
  453. #popupMask {
  454. display:none;
  455. position:absolute;
  456. top:0;
  457. left:0;
  458. width:100%;
  459. height:100%;
  460. z-index:9990;
  461. background-color:#000;
  462. -moz-opacity: 0.7;
  463. opacity:0.70;
  464. filter: alpha(opacity=70);
  465. }
  466. #popupContainer {
  467. position: absolute;
  468. z-index: 9991;
  469. top: 0px;
  470. left: 0px;
  471. display:none;
  472. padding: 0px;
  473. }
  474. #popupInner {
  475. border: 3px solid #0170d9;
  476. background-color: #FFFFFF;
  477. }
  478. #popupFrame {
  479. margin: 0px;
  480. width: 100%;
  481. height: 100%;
  482. position: relative;
  483. z-index: 9;
  484. }
  485. #popupTitleBar {
  486. background:url("img/box_bg1.jpg") repeat-x left top;
  487. color: #0170d9;
  488. font-weight: bold;
  489. height: 1.3em;
  490. padding: 5px;
  491. z-index: 9992;
  492. text-align:center;
  493. }
  494. #popupTitle {
  495. float:left;
  496. font-size: 1.1em;
  497. }
  498. #popupControls {
  499. float: right;
  500. cursor: pointer;
  501. cursor: hand;
  502. }
  503. #popupControls a span {
  504. display: block;
  505. height: 15px;
  506. width: 15px;
  507. text-indent: -9000px;
  508. background: url('img/close.gif') no-repeat;
  509. }
  510. .VideoBox{
  511. padding:10px;}
  512. /*product*/
  513. .RightNav span{
  514. color:#0170d9;}
  515. .ClassNav{
  516. padding:0px 0px;}
  517. .ClassNav .NavTree ul{
  518. }
  519. .ClassNav .NavTree ul li{
  520. position: relative;
  521. background:url("img/link_bg11.gif") repeat 0px 0px;
  522. }
  523. /*1st level sub menu style */
  524. .ClassNav .NavTree ul li ul{
  525. left: 178px; /* Parent menu width - 1*/
  526. position: positive;
  527. width: 217px; /*sub menu width*/
  528. top: 0;
  529. display: none;
  530. border:1px solid #0170d9;
  531. border-top:2px solid #0170d9;
  532. background:#FFFFFF;
  533. filter:progid:DXImageTransform.Microsoft.Shadow(Color=#999999, Strength=3, Direction=135);
  534. z-index:2000;
  535. }
  536. .RightNav .ClassNav .NavTree ul li ul{
  537. width:265px;}
  538. /*All subsequent sub menu levels offset */
  539. .ClassNav .NavTree ul li ul li ul{
  540. left: 159px; /* Parent menu width - 1*/
  541. z-index:2000;}
  542. /* menu links style */
  543. .ClassNav .NavTree ul li a{
  544. display: block;
  545. cursor:pointer;
  546. line-height:30px;
  547. border-bottom:1px solid #DDDDDD;
  548. padding-left:30px;
  549. height:30px;
  550. }
  551. .ClassNav .NavTree ul li li{
  552. background:url("img/box_icon1.png") no-repeat 12px 12px;
  553. padding-left:0;
  554. text-align:center;
  555. z-index:2000;
  556. }
  557. .ClassNav .NavTree ul li li a{
  558. border-bottom:1px solid #DDDDDD;
  559. padding-left:10px;
  560. z-index:2000;}
  561. .ClassNav .NavTree ul .current a{
  562. background:#0170d9;
  563. color:#FFFFFF;}
  564. .ClassNav .NavTree ul .current li a{
  565. background:#FFFFFF;
  566. color:#000000;}
  567. .ClassNav .NavTree ul li a:hover{
  568. color: white;
  569. background:#0170d9;
  570. text-decoration:none;
  571. }
  572. .ClassNav .NavTree .subfolderstyle{
  573. background: url(img/arrow-list.gif) no-repeat 180px center ;
  574. }
  575. /* Holly Hack for IE \*/
  576. * html .ClassNav .NavTree ul li { float: left; height: 1%;z-index:2000; }
  577. * html .ClassNav .NavTree ul li a { height: 1%;z-index:2000; }
  578. /* End */
  579. /*service*/
  580. .qqbox a:link {
  581. color: #000;
  582. text-decoration: none;
  583. }
  584. .qqbox a:visited {
  585. color: #000;
  586. text-decoration: none;
  587. }
  588. .qqbox a:hover {
  589. color: #f80000;
  590. text-decoration: underline;
  591. }
  592. .qqbox a:active {
  593. color: #f80000;
  594. text-decoration: underline;
  595. }
  596. .qqbox {
  597. width:132px;
  598. height:auto;
  599. overflow:hidden;
  600. position:absolute;
  601. right:0;
  602. top:200px;
  603. color:#000000;
  604. font-size:12px;
  605. letter-spacing:0px;
  606. z-index:500;
  607. }
  608. .qqlv {
  609. width:33px;
  610. height:256px;
  611. overflow:hidden;
  612. position:relative;
  613. float:right;
  614. z-index:50px;
  615. }
  616. .qqkf {
  617. width:120px;
  618. height:auto;
  619. overflow:hidden;
  620. right:0;
  621. top:0;
  622. z-index:99px;
  623. border:6px solid #cc0000;
  624. background:#fff;
  625. }
  626. .qqkfbt {
  627. width:118px;
  628. height:20px;
  629. overflow:hidden;
  630. background:#cc0000;
  631. line-height:20px;
  632. font-weight:bold;
  633. color:#fff;
  634. position:relative;
  635. border:1px solid #fff;
  636. cursor:pointer;
  637. text-align:center;
  638. }
  639. .qqkfhm {
  640. width:112px;
  641. height:22px;
  642. overflow:hidden;
  643. line-height:22px;
  644. padding-right:8px;
  645. position:relative;
  646. margin:3px 0;
  647. }
  648. .bgdh {
  649. width:102px;
  650. padding-left:10px;
  651. }
  652. #K1 {
  653. padding-left:3px;
  654. }
  655. #K1 p{
  656. padding:5px 0px;}
  657. /* clearfix */
  658. .clearfix:after{
  659. content:" ";
  660. display:block;
  661. visibility:hidden;
  662. height:0;
  663. clear:both;
  664. }
  665. .clearfix {
  666. clear:both;
  667. }
  668. .clearbox {
  669. clear:both;
  670. width:996px;
  671. margin:0 auto;
  672. height:0;
  673. overflow:hidden;}
  674. .clear {
  675. height:1%;
  676. overflow:hidden; }