body {
  font-family: "微软雅黑", 'Source Sans Pro', sans-serif;
}
h1,
h2,
h3,
h4,
h5,
h6,
p {
  font-family:"微软雅黑", 'Source Sans Pro', sans-serif;
}
h1 {
  font-size: 52px;
}
h2 {
  font-size: 38px;
  font-weight: 200;
}
h3 {
  font-size: 25px;
}
h4 {
  font-size: 20px;
}
p {
  font-size: 15px;
}
ul {
  padding-left: 0;
  text-align: center;
}
ul li {
  list-style: none;
}
.menu .navbar-default {
  background: none;
  border-color: transparent;
  margin-bottom: 0;
  text-align: right;
}
.menu .navbar-default .navbar-nav > li > a {
  font-size: 15px;
  font-family: "微软雅黑",'Source Sans Pro', sans-serif;
  font-weight: 200;
  color: #dddddd;
  padding: 5px 15px;
}
.menu .navbar-default .navbar-nav > li > a:hover {
  color: #f48e5c;
}
.menu .navbar-nav {
  /* float: left; */
  display: inline-block;
}
.menu .navbar {
  min-height: 0;
}
header {
  -webkit-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -ms-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  -o-box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 4px rgba(0, 0, 0, 0.2);
  background: rgba(0, 0, 0, 0.5);
  padding: 8px 0;
  position: fixed;
  width: 100%;
  z-index: 999;
}


header .logo {
  display: inline-block;
  margin-top: 8px;
}
header .social-info {
  margin-bottom: 0;
  padding-top: 8px;
  text-align: right;
}
header .social-info li {
  display: inline-block;
}
header .social-info li:first-child a {
  border-left: 1px solid #dedede;
}
header .social-info li a {
  color: #aeaeae;
  padding: 3px 8px;
  border-right: 1px solid #dedede;
}
header .social-info li a:hover {
  color: #f48e5c;
}
#banner {
  background-size: cover;
  position: relative;
  padding: 180px 0;
  background: url(../images/bg.png);
  background-position: 50% 50%;
}
#banner .app-img {
  padding-top: 10px;
}
#banner .block > p {
  margin-bottom: 65px;
}
#banner .block {
  padding-top: 10px;
}
#banner .block h1 {
  margin-bottom: 18px;
  line-height: 55px;
  color: #ffffff;
  font-weight: 300;
  text-align: center;
}
#banner .block p {
  font-size: 20px;
  color: #c1c1c1;
  font-weight: 300;
  text-align: center;
}
.download-btn li {
  display: inline-block;
}
 .download-btn li a {
  color: #fff;
  border: none;
  border-radius: 0;
  padding: 10px 28px 13px;
  font-size: 18px;
}
 .download-btn li a i {
  margin-right: 10px;
  font-size: 20px;
}
 .download-btn li .btn-apple {
  background: #8883bc;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
 .download-btn li .btn-apple:hover {
  color: #8883bc;
  background: #fff;
  border: 1px solid #8883bc;
}
.download-btn li .btn-andriod {
  background: #ff6700;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
 .download-btn li .btn-andriod:hover {
  color: #ff6700;
  background: #fff;
  border: 1px solid #ff6700;
}
 .download-btn li .btn-windows {
  background: #00afec;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
 .download-btn li .btn-windows:hover {
  color: #00afec;
  background: #fff;
  border: 1px solid #00afec;
}
.copyrights{
	text-indent:-9999px;
	height:0;
	line-height:0;
	font-size:0;
	overflow:hidden;
}
#contactus {
  padding: 30px 0;
}

#contactus h2 {
  padding-bottom: 40px;
  color: #ccc;
  }

#contactus .service-wrapper {
  border-top: 1px solid #dedede;
  /* border-bottom: 1px solid #dedede; */
  padding: 50px 0;
}
#contactus .block {
  cursor: default;
  text-align: center;
}
#contactus .block:hover .icon i {
  color: #fff;
}
#contactus .block:hover h3 {
  color: #f48e5c;
}
#contactus .block:hover .icon {
  border: 1px solid #FFFFFF;
  background: #f48e5c;
  color: #fff;
  -webkit-box-shadow: 0 0 0px 2px #f48e5c;
  -moz-box-shadow: 0 0 0px 2px #f48e5c;
  box-shadow: 0 0 0px 2px #f48e5c;
}
#contactus .block .icon {
  width: 90px;
  height: 90px;
  margin: 0 auto;
  border-radius: 100%;
  border: 1px solid #dedede;
  text-align: center;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#contactus .block i {
  font-size: 25px;
  line-height: 90px;
  color: #989898;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#contactus .block h3 {
  color: #555;
  font-weight: 300;
}
#contactus .block p {
  color: #666;
}
#aboutus {
  padding: 50px 0;
}

#aboutus .media {
  padding: 20px 0;
}

#aboutus .img-responsive{
  padding-top: 0px;
	}

#aboutus .title {
  font-weight: 300;
}
#aboutus .feature-item {
  margin-top: 40px;
}
#aboutus .feature-item:first-child {
  margin-top: 0;
}
#aboutus .feature-item .icon {
  padding-right: 10px;
  padding-top:10px;
}
#aboutus .feature-item .icon i {
  color: #f48e5c;
  font-size: 20px;
}

#aboutus h2 {
  padding-bottom: 20px;
  color: #ccc;
  }

#aboutus .feature-item h4 {
  color: #f48e5c;
  margin-top: 10px;
  font-weight: 300;
  margin-bottom: 20px;
}
#aboutus .feature-item p {
  color: #9499a2;
}
#aboutus .feature-item p b {
  color: #f48e5c; padding-right:10px;
}

#aboutus .block {
  text-align: center;
  margin-top: 10%;
}
#aboutus .block img {
  display: inline-block;
}
#zpapp {
  background: #ffffff;
  padding: 20px 0 30px 0;
}
#zpapp .block h2 {
  padding-top: 70px;
  color: #444;
}
#zpapp .block p {
  line-height: 32px;
  color: #7c828b;
  font-size: 16px;
  padding:20px 0;
}
#zpapp-2 {
  padding: 40px 0 10px 0;
}
#zpapp-2 .block {
  padding-top: 100px;
}
#zpapp-2 .block h2 {
  color: #666;
}
#zpapp-2 .block p {
  line-height: 32px;
  color: #9AA0A9;
  font-size: 16px;
}
#subscribe {
  padding: 70px 0;
}
#subscribe .block {
  border-top: 1px solid #dedede;
  padding-top: 40px;
}
#subscribe p {
  color: #96908E;
}
#subscribe .form-inline {
  padding-top: 16px;
}
#subscribe .form-inline .form-group {
  position: relative;
}
#subscribe .form-inline .form-group input {
  width: 340px;
  padding: 20px 0px 20px 15px;
  border-radius: 0;
  background: white;
  border: 1px solid #d4d4d4;
  border: 1px solid #d1d1d1;
  box-shadow: none;
}
#subscribe .form-inline .form-group input:hover,
#subscribe .form-inline .form-group input:active,
#subscribe .form-inline .form-group input:focus {
  box-shadow: none;
}
#subscribe .form-inline i {
  font-size: 18px;
  color: #fff;
  display: inline-block;
}
#subscribe .btn-signup {
  background: #77c344;
  padding: 10px 20px;
  color: #fff;
  border-radius: 0;
  border: none;
  margin-left: -4px;
  border: 1px solid transparent;
  -webkit-transition: .2s all;
  -o-transition: .2s all;
  transition: .2s all;
}
#subscribe .btn-signup:hover {
  background: #fff;
  border: 1px solid #77c344;
}
#subscribe .btn-signup:hover i {
  color: #77c344;
}
footer {
  background: #f9f9f9;
  border-top: 1px solid #e8e8e8;
  padding: 40px 0 20px;
}
footer .footer-logo {
  margin-bottom: 15px;
  display: inline-block;
  text-align: center;
}
footer p {
  color: #6F6F6F;
  margin-top: 10px;
  margin-bottom: 0;
}

/* 新增顶部条 */

.welcomeqyj li {
  float: left;
  height: 30px;
  line-height: 30px;
  color: #fff;
  font-size: 12px;
  z-index: 12;
  color: #dddddd;
}
.welcomeqyj li.welcometext { padding-right: 20px; }
.welcomeqyj > li > a {
  padding-left: 20px;
  padding-right: 20px;
  height: 16px;
  line-height: 16px;
  color: #dddddd;

}
.welcomeqyj > li > a.bdln { border-left: none; }
.welcomeqyj > li:hover > a { color: #ff6700; }
.mb {
  margin-top: 2px;
  width: 7px;
  height: 13px;
  margin-right: 13px;
}
.welcomeqyj > li:hover .mb { background-position: -7px 0; }
.welcomeqyj:after {
  content: '';
  display: block;
  clear: both;
}
.gw {
  margin-right: 7px;
  width: 16px;
  height: 16px;

}
.plpr4 {
  padding-right: 4px;
  padding-left: 4px;
}
.xl {
  width: 9px;
  height: 6px;
  margin-top: 5px;
  margin-left: 16px;
  transition: transform 0.1s ease-in 0s;
}
.app {
  border-left: 1px solid transparent;
  border-right: 1px solid transparent;
}
.app:hover {
  border-left-color: #e3e3e3;
  border-right-color: #e3e3e3;
  background-color: #fff;
}
.app:hover .xl {
  transform: rotate(180deg);
  background-position: -9px 0;
}
.welcomeqyjShow {
  z-index: 99;
  position: relative;
  /*width: 148px;*/
  border: 1px solid #e3e3e3;
  display:none;
  background-color: #fff;
  transition: height .3s ease-in;

}
.app:hover .welcomeqyjShow {
  display:block	;
}
.app > .mask-line {
  bottom: -1px;
  left: 0;
  width: 133px;
  height: 1px;
  background-color: #fff;
}
.welcomeqyjShow img {
  margin-top: 10px;
  width: 115px;
  height: 115px;
}
.add-weixin {
  margin-left: 10px;
  margin-right: 10px;
  font-size: 12px;
  color: #b0b0b0;
}
.loginbar {
  float: right;
  margin-right: 45px;
}

.header-left {
  margin-top: 8px;
}

