/*header从此开始*/
header {
  width: 100%;
  min-width: 1200px;
  height: 50px;
  background: #1e2339;
}
header main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  line-height: 50px;
}
header main .header-left {
  float: left;
}
header main .header-left .logo,
header main .header-left .lg-title,
header main .header-left .sm-title {
  float: left;
}
header main .header-left .logo {
  width: 106px;
  height: 34px;
  margin-top: 8px;
  margin-right: 75px;
}
header main .header-left .logo img {
  width: 106px;
  height: 34px;
  display: block;
}
header main .header-left .sm-title {
  font-size: 14px;
  color: #fff;
}
header main .header-right {
  float: right;
  width: 58px;
  height: 28px;
  border: 1px solid #4e525d;
  line-height: 28px;
  text-align: center;
  margin-top: 11px;
  box-sizing: border-box;
}
header main .header-right a {
  color: #f0f0f2;
  font-size: 14px;
}
header main .header-right:hover {
  background: #535761;
}
/*header从此结束*/
/*导航从此开始*/
nav {
  width: 100%;
  min-width: 1200px;
  height: 62px;
  background: #0d1039;
  border-top: 1px solid #0d1039;
}
nav .index-nav {
  width: 1200px;
  height: 60px;
  margin: 0 auto;
}
nav .index-nav li {
  float: left;
  height: 60px;
  line-height: 60px;
  padding: 0  20px;
  box-sizing: border-box;
  position: relative;
}
nav .index-nav li > a {
  font-size: 14px;
}
nav .index-nav li .drop {
  position: absolute;
  z-index: 10;
  height: auto;
  width: 140px;
  left: 0;
  background: #171b2b;
  overflow: hidden;
  display: none;
}
nav .index-nav li .drop ol > li {
  width: 100%;
  color: #fff;
  height: 40px;
  line-height: 40px;
  font-size: 12px;
  position: relative;
}
nav .index-nav li .drop ol > li .title-icon {
  position: absolute;
  left: 30px;
  top: 12px;
  width: 18px;
  height: 18px;
}
nav .index-nav li .drop ol > li .title-icon .img {
  display: block;
  width: 18px;
  height: 18px;
}
nav .index-nav li .drop ol > li .title-icon .hover-img {
  display: none;
}
nav .index-nav li .drop ol > li a {
  font-size: 12px;
  margin-left: 35px;
}
nav .index-nav li .drop ol > li:hover a {
  color: #009df3;
}
nav .index-nav li a {
  color: #fff;
}
nav .index-nav li:hover a:first-child {
  color: #009df3;
}
/*导航从此结束*/
/*app-banner从此开始*/
.app-banner {
  width: 100%;
  min-width: 1200px;
  height: 394px;
  margin-bottom: 36px;
}
.app-banner main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  overflow: hidden;
}
.app-banner main .app-banner-content {
  width: 100%;
}
.app-banner main .app-banner-content .app-content-left {
  padding-top: 40px;
  width: 556px;
  float: left;
}
.app-banner main .app-banner-content .app-content-left .app-banner-title {
  height: 50px;
  margin-bottom: 60px;
}
.app-banner main .app-banner-content .app-content-left .app-banner-title .app-logo {
  width: 50px;
  height: 50px;
  float: left;
  margin-right: 10px;
}
.app-banner main .app-banner-content .app-content-left .app-banner-title .app-logo img {
  width: 50px;
  height: 50px;
  display: block;
}
.app-banner main .app-banner-content .app-content-left .app-banner-title .title {
  height: 50px;
  line-height: 50px;
  float: left;
  font-size: 40px;
  font-weight: 500;
  color: #33333;
}
.app-banner main .app-banner-content .app-content-left li {
  height: 16px;
  line-height: 16px;
  font-size: 14px;
  color: #333333;
  margin-bottom: 22px;
}
.app-banner main .app-banner-content .app-content-left li span {
  font-size: 16px;
  color: #2277e6;
}
.app-banner main .app-banner-content .app-content-reight {
  width: 640px;
  height: 356px;
  float: right;
}
.app-banner main .app-banner-content .app-content-reight img {
  width: 640px;
  height: 356px;
  display: block;
}
.app-download {
  width: 100%;
  min-width: 1200px;
  height: 32px;
  border-bottom: 1px solid #c4c2c2;
  position: relative;
}
.app-download .app-download-list {
  width: 350px;
  height: 32px;
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* 12版 */
}
.app-download .app-download-list li {
  height: 32px;
  margin-right: 86px;
}
.app-download .app-download-list li a {
  font-size: 14px;
  color: #333333;
  font-weight: 600;
}
.app-download .app-download-list li:last-child {
  margin-right: 0;
}
.app-download .app-download-list li:hover {
  border-bottom: 1px solid #2277e6;
}
.app-download .app-download-list li:hover a {
  color: #2277e6;
}
/*产品功能从此开始*/
.function {
  width: 100%;
  min-width: 1200px;
  height: 432px;
  background: #fff;
}
.function main {
  width: 1200px;
  height: 100%;
  margin: 0 auto;
  padding-top: 60px;
}
.function main h3 {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 64px;
}
.function main .function-box {
  height: auto;
}
.function main .function-box li {
  width: 20%;
  float: left;
}
.function main .function-box li .function-img {
  width: 147px;
  height: 145px;
  margin: 0 auto;
  margin-bottom: 30px;
}
.function main .function-box li .function-img img {
  width: 147px;
  height: 145px;
  display: block;
}
.function main .function-box li p {
  font-size: 14px;
  color: #959595;
  padding: 0 10px;
  text-align: center;
  line-height: 22px;
  text-overflow: ellipsis;
  overflow: hidden;
  display: -webkit-box;
  -webkit-line-clamp: 2;
  -webkit-box-orient: vertical;
}
/*产品优势从此开始*/
.product-advantage {
  width: 100%;
  min-width: 1200px;
  height: 326px;
  background: #fafafa;
}
.product-advantage main {
  width: 1200px;
  margin: 0 auto;
  padding-top: 50px;
}
.product-advantage main h3 {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 18px;
}
.product-advantage main p {
  text-align: center;
  font-size: 16px;
  color: #808080;
  margin-bottom: 60px;
}
.product-advantage main .product-advantage-box {
  width: 100%;
  height: auto;
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* 12版 */
  -webkit-flex-wrap: wrap;
  -ms-flex-wrap: wrap;
  -moz-flex-wrap: wrap;
  flex-wrap: wrap;
}
.product-advantage main .product-advantage-box li {
  width: 25%;
  height: 104px;
  float: left;
}
.product-advantage main .product-advantage-box li .advantage-list {
  width: 52px;
  margin: 0 auto;
  margin-bottom: 28px;
}
.product-advantage main .product-advantage-box li .advantage-list img {
  width: 52px;
  height: 60px;
  display: block;
}
.product-advantage main .product-advantage-box li p {
  font-size: 14px;
  color: #333333;
  text-align: center;
}
/*app-download从此开始*/
.download {
  width: 100%;
  min-width: 1200px;
  overflow: hidden;
}
.download .app-download-content {
  width: 1200px;
  height: 632px;
  margin: 0 auto;
  padding-top: 100px;
}
.download .app-download-content h3 {
  font-size: 26px;
  height: 26px;
  line-height: 26px;
  font-weight: 500;
  text-align: center;
  margin-bottom: 40px;
}
.download .app-download-content .app-download-content-box {
  position: relative;
  height: 367px;
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /* 12版 */
}
.download .app-download-content .app-download-content-box li {
  width: 50%;
  padding-top: 60px;
  margin-bottom: 170px;
}
.download .app-download-content .app-download-content-box li .app-img {
  width: 115px;
  height: 121px;
  margin: 0 auto;
  margin-bottom: 40px;
}
.download .app-download-content .app-download-content-box li .app-img img {
  width: 115px;
  height: 121px;
  display: block;
}
.download .app-download-content .app-download-content-box li h4 {
  text-align: center;
  font-size: 24px;
  height: 24px;
  line-height: 24px;
  font-weight: 500;
  color: #333;
  margin-bottom: 40px;
}
.download .app-download-content .app-download-content-box li .app-bottom {
  width: 112px;
  height: 34px;
  margin: 0 auto;
  line-height: 34px;
  text-align: center;
  color: #fff;
  font-weight: 500;
  background: #2277e6;
  cursor: pointer;
}
.download .app-download-content .app-download-content-box li .app-bottom:hover {
  background-color: #59a0fc;
}
.download .app-download-content .app-download-content-box .download-line {
  position: absolute;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  width: 25px ;
  height: 367px;
  z-index: 10;
}
.download .app-download-content .app-download-content-box .download-line img {
  width: 25px ;
  height: 367px;
  display: block;
}
/*下载弹框*/
.alert-ios {
  display: none;
}
.alert-android {
  display: none;
}
.body-mask {
  width: 100%;
  height: 100%;
  position: fixed;
  left: 0;
  right: 0;
  margin: 0 auto;
  top: 0;
  background-color: #000000;
  opacity: 0.502;
  z-index: 200;
}
.bomb-box {
  width: 426px;
  height: 420px;
  background: #fff;
  position: fixed;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
  z-index: 300;
}
.bomb-box .gradient {
  width: 100%;
  height: 40px;
  background-image: -moz-linear-gradient(0deg, #2277e6 0%, #2553e7 100%);
  background-image: -webkit-linear-gradient(0deg, #2277e6 0%, #2553e7 100%);
  background-image: -ms-linear-gradient(0deg, #2277e6 0%, #2553e7 100%);
  margin-bottom: 50px;
}
.bomb-box .gradient .cancel {
  width: 40px;
  height: 40px;
  float: right;
  cursor: pointer;
  position: relative;
}
.bomb-box .gradient .cancel .cancel_img {
  width: 12px;
  height: 12px;
  background: url(../images/cancel_03.png) no-repeat center center;
  background-size: 12px;
  position: absolute;
  left: 0;
  right: 0;
  top: 0;
  bottom: 0;
  margin: auto;
}
.bomb-box .gradient .cancel:hover {
  background: #4068ea;
}
.bomb-box .qr_code {
  width: 206px;
  height: 206px;
  margin: 0 auto;
  margin-bottom: 50px;
}
.bomb-box .qr_code img {
  width: 206px;
  height: 206px;
  display: block;
}
.bomb-box h4 {
  font-size: 16px;
  color: #666666;
  text-align: center;
}
/*底部从此开始*/
footer {
  width: 100%;
  min-width: 1200px;
  background: #2e3033;
}
footer main {
  width: 1200px;
  margin: 0 auto;
  /*底部版权*/
}
footer main .footer-top {
  width: 100%;
  height: 222px;
  padding-top: 40px;
  padding-left: 55px;
  padding-right: 47px;
  display: -webkit-box;
  /* OLD - iOS 6-, Safari 3.1-6 */
  display: -moz-box;
  /* OLD - Firefox 19- (buggy but mostly works) */
  display: -ms-flexbox;
  /* TWEENER - IE 10 */
  display: -webkit-flex;
  /* NEW - Chrome */
  display: flex;
  /* NEW, Spec - Opera 12.1, Firefox 20+ */
  -webkit-justify-content: space-between;
  -moz-justify-content: space-between;
  -ms-justify-content: space-between;
  justify-content: space-between;
  /*关于我们*/
}
footer main .footer-top .footer-logo {
  margin-right: 110px;
}
footer main .footer-top .footer-logo .footer-logo-top {
  width: 134px;
  height: 40px;
  margin-bottom: 34px;
}
footer main .footer-top .footer-logo .footer-logo-top img {
  width: 134px;
  height: 40px;
  display: block;
}
footer main .footer-top .footer-logo p {
  font-size: 12px;
  color: #fff;
  line-height: 12px;
  height: 12px;
  margin-bottom: 12px;
}
footer main .footer-top .footer-logo .company-info {
  width: 100%;
  color: #fff;
  line-height: 20px;
  font-size: 12px;
}
footer main .footer-top .footer-about {
  margin-right: 185px;
}
footer main .footer-top .footer-about h4 {
  font-size: 14px;
  height: 14px;
  line-height: 14px;
  color: #fff;
  margin-bottom: 38px;
}
footer main .footer-top .footer-about ul > li > a {
  font-size: 12px;
  line-height: 12px;
  height: 12px;
  color: #acadad;
}
footer main .footer-top .footer-about ul > li > .hover:hover {
  color: #009df3;
}
footer main .footer-top .footer-about ul > li {
  margin-bottom: 20px;
}
footer main .footer-top .footer-about:last-child {
  margin-right: 0;
}
footer main .footer-buttom {
  width: 100%;
  height: 76px;
}
footer main .footer-buttom p {
  padding-top: 20px;
  line-height: 20px;
  text-align: center;
  border-top: 1px solid #45484c;
  font-size: 12px;
  color: #cccccc;
}
/*返回顶部*/
.top {
  width: 40px;
  height: 40px;
  position: fixed;
  right: 10px;
  bottom: 60px;
  display: none;
}
.top img {
  width: 40px;
  height: 40px;
  display: block;
}
