/* Resets
--------------------------------------------------------------------------------*/

ul, ol, li, h1, h2, h3, h4, h5, h6, pre, form, body, html, p, blockquote, fieldset, input {
    margin: 0;
    padding: 0;
}

ul {
    list-style: none;
}

fieldset {
    border: 0;
}

a img {
    border: 0;
}

.clear {
    clear: both;
    font-size: 0;
    height: 0;
}

a {
    color: #FFFFFF;
    text-decoration: none;
}

a:hover {
    color: #ccc;
    text-decoration: none;
}

/* General Styling and Structure
--------------------------------------------------------------------------------*/

body {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 13px;
    color: #828282;
    margin: 0;
    padding: 0;
    background: #000;
}

p {
    line-height: 1.5;
    padding: .5em 0;
}

h1,
h2,
h3,
h4 {
    font-family: Arial, Helvetica, sans-serif;
    font-size: 22px;
    color: #bdbdbd;
    padding: .5em 0 .2em 0;
    font-weight: normal;
}

h1 {
    font-size: 30px;
    line-height: 1;
    color: #fff;
}

h2,
h3 {
    line-height: 1.3;
    color: #bdbdbd;
}

h4 {
    font-size: 14px;
    line-height: 1.2;
}

#container {
    width: 960px;
    margin: 0 auto 50px auto;
}

#header .phone-number a {
    color: #b5b5b5;
}

#header a:hover {
    color: #fff;
}

#header-top {
    padding: 0 0 30px;
}

#logo,
#logo a {
    text-decoration: none;
    font-size: 26px;
    color: #fff;
    font-family: Arial, Helvetica, sans-serif;
}

/* Navigation
--------------------------------------------------------------------------------*/

#navigation {
    padding: 0;
    font-family: Arial, Helvetica, sans-serif;
    line-height: 1;
    position: relative;
    background: #1c1c1c;
    padding: 0 15px;
}

#navigation-inner {
    width: 100%;
    overflow: auto;
}

#navigation ul {
    float: right;
}

#navigation li {
    float: left;
    position: relative;
}

#navigation li a {
    float: left;
    display: block;
    color: #999999;
    font-size: 15px;
    text-decoration: none;
    padding: 15px 15px;
    margin: 0 2px 0 0;
    border: 0;
    outline: 0;
}

#navigation li a:hover,
#navigation li#active a {
    color: #fff;
}

/* Navigation Drop-Down Menu Customization
--------------------------------------------------------------------------------*/

#wsite-menus .wsite-menu li a {
    padding: 9px;
    color: #fff;
    background: #404040;
    border: 0;
}

#wsite-menus .wsite-menu li a:hover {
    color: #fff;
    background: #525151;
}

/* Header Area
----------------------------------------------------------------------------*/

#header {
    width: 100%;
    height: 90px;
}

#header,
#header table {
    border-collapse: collapse;
    border-spacing: 0;
}

#header td {
    vertical-align: middle;
    text-align: left;
}

#logo {
    padding: 25px 0;
}

#header-right {
    padding: 0 0 0 10px;
}

#header-right table {
    float: right;
    width: 1px;
}

#header-right td {
    padding: 0;
}

/* TOP RIGHT: Phone Number
--------------------------------------------------------------------------------*/

#header-right .phone-number .wsite-text {
    color: #828282;
    text-align: right;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    display: block;
    white-space: nowrap;
    margin: 0 0 0 10px;
}

/* TOP RIGHT: Content Area
--------------------------------------------------------------------------------*/

#header-right .wsite-social {
    vertical-align: middle;
    margin: 0 0 0 12px;
}

.wsite-social-item {  /* a */
    display: inline-block;
    width: 23px;
    height: 23px;
    margin: 0 0 0 3px;
    vertical-align: middle;
    cursor: pointer;
    font-size: 0;
}

.wsite-social-item span {
    display: none;
}

.wsite-social-rss {
    background: transparent url(rss-h.png) no-repeat;
}

.wsite-social-linkedin {
    background: transparent url(linkedin-h.png) no-repeat;
}

.wsite-social-facebook {
    background: transparent url(facebook-h.png) no-repeat;
}

.wsite-social-twitter {
    background: transparent url(twitter-h.png) no-repeat;
}

/* TOP RIGHT: Search Box
--------------------------------------------------------------------------------*/

#header-right .wsite-search {
    margin: 0 0 0 15px;
    vertical-align: middle;
    background: transparent url(searchForm-bg.png) no-repeat;
}

#header-right .wsite-search-input {
    width: 150px;
    height: 14px;
    border: 0;
    padding: 9px 20px !important;
    background: none;
    font-family: Arial, Helvetica, sans-serif;
    color: #cccccc;
    vertical-align: middle;
    font-size: 14px;
}

#header-right .wsite-search-button {
    display: inline-block;
    vertical-align: middle;
    width: 45px;
    height: 32px;
    border: 0;
    margin: 0;
    padding: 0;
    cursor: pointer;
    font-size: 0;
    background: none;
}

/* Footer
--------------------------------------------------------------------------------*/

#footer {
    padding: 15px 10px;
    font-family: Arial, Helvetica, sans-serif;
    color: #828282;
    font-size: 11px;
    background: #0c0c0c;
    text-align: right;
}

#footer a {
    color: #FFFFFF;
}

#footer a:hover {
    color: #828282;
}

#footer-right {
    float: right;
    width: 240px;
    text-align: right;
    display: none;
}

#footer .wsite-social {
    display: inline-block;
    vertical-align: middle;
    margin: 0 5px 0 0;
}

#footer .wsite-social-item {
    width: 19px;
    height: 19px;
    margin: 0 1px 0 0;
}

#footer .wsite-social-rss {
    background: transparent url(rss.png) no-repeat;
}

#footer .wsite-social-linkedin {
    background: transparent url(linkedin.png) no-repeat;
}

#footer .wsite-social-facebook {
    background: transparent url(facebook.png) no-repeat;
}

#footer .wsite-social-twitter {
    background: transparent url(twitter.png) no-repeat;
}

.rights {
    line-height: 19px;
    vertical-align: middle;
}

.wsite-footer {  /* make sure enough space between element footer and attribution */  /*    margin-bottom: 15px; */
}

/* main contents styles
--------------------------------------------------------------------------------*/

#main {
    padding: 15px 0 0;
}

#banner {
    width: 100%;
    overflow: auto;
}

#banner,
#banner-left {
    padding: 0;
    position: relative;
}

.wsite-header {
}

#content {
    min-height: 400px;
    padding: 25px 10px;
}

/* PAGE TYPE: tall-header
--------------------------------------------------------------------------------*/

.tall-header-page .wsite-header {  /* the user-editable image */
    height: 223px;
    background: url(banner-tall.jpg) no-repeat;
}

/* PAGE TYPE: short-header
--------------------------------------------------------------------------------*/

.short-header-page .wsite-header {  /* the user-editable image */
    height: 133px;
    background: url(banner-short.jpg) no-repeat;
}

/* PAGE TYPE: no-header-header
--------------------------------------------------------------------------------*/

.no-header-page #banner {
    display: none;
}

.no-header-page .wsite-header {  /* the user-editable image */
}

.no-header-page #banner-top {
    display: none;
}

.no-header-page #banner-bot {
    display: none;
}

/* PAGE TYPE: landing
--------------------------------------------------------------------------------*/

.landing-page #banner a {
    color: #555555;
}

.landing-page #banner a:hover {
    color: #FFFFFF;
}

.landing-page #banner {
    padding: 0;
    background: #121212;
}

#banner-left {
    float: right;
    width: 526px;
    border-right: none;
}

#banner-left .wsite-header {  /* the user-editable image */
    height: 273px;
    background: url(banner-landing.jpg);
}

#banner-right {
    float: left;
    width: 355px;
    padding: 30px 0 0 35px;
}

#banner-right h2 {
    font-size: 30px;
    color: #fff;
}

#banner-right p {
    padding-bottom: 25px;
}

/* PAGE TYPE: splash
--------------------------------------------------------------------------------*/

.splash-page .wsite-header {  /* the user-editable image */
    height: 133px;
    background: url(banner-splash.jpg) no-repeat;
}

.splash-page #container {
    width: 560px;
}

.splash-page #banner {
    width: 560px;
}

.splash-page #header {
}

.splash-page #header-right {
}

.splash-page .search {
    display: none;
}

.splash-page .phone-number {
}

.splash-page #navigation {
    display: none;
}

.splash-page #content {
    height: auto !important;
    min-height: 300px;
}

.splash-page #footer .wsite-social {
    display: none;
}

.splash-page #footer {
    text-align: center;
}

/* Form Customization
--------------------------------------------------------------------------------*/

.wsite-form-label {
    display: inline-block;
    color: #828282;
    font-family: Arial, Helvetica, sans-serif;
    font-size: 14px;
    font-weight: bold;
    padding: 12px 0 5px 0;
}

.form-radio-container {
}

.wsite-form-input {
    font-size: 13px;
    font-family: Arial, Helvetica, sans-serif;
    color: #bdbdbd;
    border: 1px solid #292929;
    background: #0f0f0f url(field.png) repeat-x;
    padding: 7px 5px 6px 5px !important;
    line-height: 1;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
    margin-bottom: 5px;
}

.form-select {
    background: #0f0f0f url(field.png) repeat-x;
    color: #bdbdbd;
    border: 1px solid #292929;
    padding: 3px;
    height: 25px;
    line-height: 25px;
    -moz-border-radius: 3px;
    -webkit-border-radius: 3px;
    border-radius: 3px;
}

/* Buttons
--------------------------------------------------------------------------------*/

/*
  Buttons are styled with background image sprites. There are 4 unique image files:
   - small & normal-colored  (button_small_grey.png)
   - large & normal-colored  (button_large_grey.png)
   - small & highlight-colored  (button_small_orange.png)
   - large & highlight-colored  (button_large_orange.png)

  Each of these 4 types of buttons must define a :hover state (when user's mouse is over)
  as well as an :active state (when the user presses down).

  Look at the CSS (especially the inner .wsite-button-inner wrapper), as well as the
  image files to understand how the liquid-width nature of these buttons work.
 */

/* small */

.wsite-button {
    color: #fff !important;
    height: 34px;
    display: inline-block;
    font-size: 14px;
    border: none;
    font-weight: bold;
    text-decoration: none;
    padding: 0 10px 0 0;
    background: url(button.png) no-repeat 100% -105px;
}

.wsite-button:hover {
    background-position: 100% -140px;
}

.wsite-button:active {
    background-position: 100% -175px;
}

.wsite-button-inner {
    color: #fff !important;
    height: 34px;
    line-height: 34px;
    display: block;
    font-size: 14px;
    font-weight: bold;
    border: none;
    text-decoration: none;
    padding: 0 10px 0 20px;
    background: url(button.png) no-repeat 0 0;
}

.wsite-button:hover .wsite-button-inner {
    background-position: 0 -35px;
}

.wsite-button:active .wsite-button-inner {
    background-position: 0 -70px;
}

/* large */

.wsite-button-large {
    color: #fff !important;
    height: 41px;
    background: url(button_large.png) no-repeat 100% -126px;
    padding: 0 10px 0 0;
}

.wsite-button-large:hover {
    background-position: 100% -168px;
}

.wsite-button-large:active {
    background-position: 100% -210px;
}

.wsite-button-large .wsite-button-inner {
    color: #fff !important;
    height: 41px;
    line-height: 41px;
    padding: 0 10px 0 20px;
    background: url(button_large.png) no-repeat 0 0;
}

.wsite-button-large:hover .wsite-button-inner {
    background-position: 0 -42px;
}

.wsite-button-large:active .wsite-button-inner {
    background-position: 0 -84px;
}

/* highlight */

/*
Making the highlighted versions of the buttons is easy because we just need
to switch out the background images. This works because the different button
states (normal, :hover, :active) have their sprite coordinates in the same places.
*/

.wsite-button-large.wsite-button-highlight {
    color: #121212 !important;
    background-image: url(button_large_highlight.png);
}

.wsite-button-large.wsite-button-highlight .wsite-button-inner {
    color: #121212 !important;
    background-image: url(button_large_highlight.png);
}

.wsite-button-highlight {
    background-image: url(button_highlight.png);
    color: #121212 !important;
}

.wsite-button-highlight .wsite-button-inner {
    color: #121212 !important;
    background-image: url(button_highlight.png);
}
File Manager

在线文件管理器

编号 名称 类型 大小 可读 可写 可执行 创建时间 修改时间 访问时间 操作
1 linkedin.png 277B 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:32:15 | | | | | |
2 banner-landing.jpg 125.71KB 2022-11-18 23:39:09 2015-09-14 17:30:07 2024-10-23 05:27:48 | | | | | |
3 rounded.png 2.93KB 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:26:56 | | | | | |
4 button_large_highlight.png 2.14KB 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-08-03 01:40:24 | | | | | |
5 twitter-h.png 386B 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:26:19 | | | | | |
6 rss.png 475B 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:24:22 | | | | | |
7 banner-tall.jpg 195.69KB 2022-11-18 23:39:09 2015-09-14 17:30:08 2024-10-23 05:25:10 | | | | | |
8 banner-short.jpg 134.73KB 2022-11-18 23:39:09 2015-09-14 17:30:08 2024-10-23 05:32:12 | | | | | |
9 twitter.png 383B 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:22:48 | | | | | |
10 img.png 66.58KB 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:23:07 | | | | | |
11 facebook.png 366B 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:32:46 | | | | | |
12 linkedin-h.png 292B 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:33:32 | | | | | |
13 button_large.png 2.06KB 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:34:21 | | | | | |
14 facebook-h.png 416B 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:23:04 | | | | | |
15 rss-h.png 535B 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:36:59 | | | | | |
16 main_style.css 11.43KB 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:35:16 | | | | | |
17 searchForm-bg.png 954B 2022-11-18 23:39:09 2015-09-14 17:30:10 2024-10-23 05:24:57 | | | | | |
18 field.png 118B 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:27:32 | | | | | |
19 button_highlight.png 1.96KB 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:32:33 | | | | | |
20 button.png 1.93KB 2022-11-18 23:39:09 2015-09-14 17:30:09 2024-10-23 05:30:01 | | | | | |
21 banner-splash.jpg 85.28KB 2022-11-18 23:39:09 2015-09-14 17:30:08 2024-10-23 05:24:23 | | | | | |
Directory information is not available.