@charset "UTF-8";
body, div, dl, dt, dd, ul, ol, li, h1, h2, h3, h4, h5, h6, h7, h8, pre, form, fieldset, input, textarea, p, blockquote, th, td {
  padding: 0;
  margin: 0;}

a {
  text-decoration: none;
  cursor: pointer;
  cursor: pointer;
  outline: none;
  color: #666777;
  transition: 0.3s; }

a:hover {
  color: #03a9f4; }

h1, h2, h3, h4, h5, h6, h7 {
  font-weight: normal;
  margin: 0;
  padding: 0; }
h8 {
  font-weight: normal;
  line-height:22px;
  font-size: 14px;
  color: #666;
  margin: 0;
  padding: 0; }
  
.normal {
	FONT-SIZE: 8pt; FONT-FAMILY: Verdana,Arial
}

.footer {
  background: #333444;
  color: #fff; }
  .footer .footer-inner {
    position: relative;
    width: 1200px;
    margin: 0 auto;
    height: 220px; }
    .footer .footer-inner .links {
      padding-right: 200px; }
      .footer .footer-inner .links h1 {
        font-size: 16px;
        padding: 10px 0; }
      .footer .footer-inner .links li {
        display: inline-block;
        margin-right: 20px; }
      .footer .footer-inner .links .copyright {
        font-size: 12px;
        color: #666;
        position: absolute;
        bottom: 20px;
        left: 0;
        right: 0;
        border-top: 1px solid #222;
        padding-top: 20px; }

.header {
  background: #323436;
  height: 60px;
  position: fixed;
  z-index: 1000;
  top: 0;
  width: 100%;
  border-bottom: 4px solid #ff5402; }
  .header .header-box {
    width: 1024px;
    height: 100%;
    margin: 0 auto;
    position: relative; }
    .header .header-box .logo {
      margin-top: 10px; }
    .header .header-box:before {
      content: '';
      display: inline-block;
      height: 100%;
      width: 0;
      vertical-align: middle; }
  .header .header-nav {
    float: right;
    height: 100%; }
    .header .header-nav ul {
      height: 100%; }
    .header .header-nav li {
      line-height: 56px;
      text-align: center;
      display: inline-block;
      height: 100%; }
      .header .header-nav li a {
        color: #949494;
        display: inline-block;
        height: 100%;
        padding: 0 20px; }
      .header .header-nav li.active a {
        color: #fff;
        background: #444749; }

.bodyer {
  padding-top: 60px; }

.main-pic {
  height: 525px;
  background: #222222; }
  .main-pic .main-inner {
    height: 100%;
    width: 1200px;
    margin: 0 auto;
    text-align: center; }
    .main-pic .main-inner h1 {
      font-size: 43px;
      color: #fff;
      padding-top: 80px; }
	.main-pic .main-inner h7 {
      font-size: 39px;
      color: #fff;
      padding-top: 80px; }
    .main-pic .main-inner h2 {
      letter-spacing: 20px;
      color: #fff;
      padding-top: 40px; }
    .main-pic .main-inner .download {
      padding-top: 40px; }
    .main-pic .main-inner .img {
      padding-top: 20px;
      color: #fff; }
    .main-pic .main-inner .blank {
      padding-top: 20px; }


.main-module {
  width: 1200px;
  margin: 0 auto;
  text-align: center; }
  .main-module h1.title {
    padding-top: 80px;
    font-size: 30px; }
  .main-module h2.des {
    padding-top: 10px;
    color: #666;
    font-size: 14px; }

.main-introduce .modules {
  padding-top: 40px;
  text-align: center; }
  .main-introduce .modules .iconfont {
    font-size: 70px;
    color: #ff7800;
    padding: 10px 0; }
  .main-introduce .modules li {
    display: inline-block;
    width: 18%;
    padding: 0 10px; }
    .main-introduce .modules li h3 {
      font-size: 20px;
      padding: 10px 0; }
    .main-introduce .modules li p {
      color: #666;
      font-size: 14px; }

.main-utils ul {
  padding: 30px 0; }

.main-utils li {
  display: inline-block; }

.main-github {
  background: center;
  text-align: center;
  color: #fff;
  height: 180px; }
  .main-github .github-box {
    padding-top: 60px; }
    .main-github .github-box h1 {
      padding-bottom: 40px; }
	  
.wrapper {
	max-width: 350px;
    width: 90%;
    margin: 0 auto;
	float: right;
}

#buttons {
    margin-top: 30px;
}

.button {
    margin-top: 10px;
    width: 200px;
	color: #eee;
    cursor: pointer;
    display: inline-block;
    text-align: center;
    text-decoration: none;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
    border-radius: 200px;
    font-size: 20px;
    line-height: 24px;
    padding: 13px 15px;
    -webkit-transition: background 0.1s linear, opacity 0.1s linear;
    -moz-transition: background 0.1s linear, opacity 0.1s linear;
    -ms-transition: background 0.1s linear, opacity 0.1s linear;
    -o-transition: background 0.1s linear, opacity 0.1s linear;
    transition: background 0.1s linear, opacity 0.1s linear;
}
@media screen and (max-width: 500px) {
     .button { width: 250px;}
}
	  
.footer-nav {
    text-decoration: none;
    line-height: 24px;
    width: 25%;
    display: block;
    float: left;
    padding-top: 20px;
}
.footer-nav>strong {
    border-bottom: 1px solid #444;
    font-weight: bold;
    display: block;
    margin-bottom: 10px;
    margin-right: 20px;
}
.footer-nav>a {
    color: #777;
    display: block;
    text-decoration: none;
    margin-right: 20px;
}
.footer-nav a:hover {
    color: #aaa;
    text-decoration: none;
}
@media (hover:none), (hover:on-demand) {
.footer-nav a:hover  {
       color: #777;
} }

.footer-buttons {
    display: block;
}
@media only screen and (max-width: 768px) {
.footer-nav  {
    width: 100%;
}
.footer-nav>strong {
    display: initial;
}
.footer-nav>a {
    display: initial;
}
.footer-buttons {
    display: none;
} }
.button-dark {
    width: 100%;
    min-width: 200px;
    background: #444;
    color: #999;
}
.button-dark:hover {
    background: #555;
    color: #fff;
}
@media (hover:none), (hover:on-demand) {
.button-dark:hover  {
       background: none;
       color: #999;
} }