/* header start */
.header {
  width: 100%;
  height: 80px;
}
.header-content {
  width: 1300px;
  min-width: 1300px;
  height: 80px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.header-logo {
  width: 133px;
  height: 40px;
  display: block;
}
.header-btn {
  display: flex;
  align-items: center;
}
.header-nav {
  display: block;
  margin-right: 35px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #333333;
  height: 80px;
  line-height: 80px;
}
.nav-active {
  border-bottom: 1px solid #0078F8;
  color: #0078F8;
}
.header-nav:hover {
  color: #0078F8;
}
.nav-active {
  border-bottom: 1px solid #0078F8;
  color: #0078F8;
}
/* header end */

/* banner start */
.banner {
  width: 100%;
  min-width: 1300px;
  height: 500px;
  min-height: 500px;
  background: url('../image/download-banner.png') no-repeat center center;
  background-size: cover;
  margin-bottom: 70px;
}
.banner-content {
  width: 1300px;
  min-width: 1300px;
  height: 500px;
  min-height: 500px;
  padding: 190px 50px 0 50px;
  margin: 0 auto;
}
.banner-title {
  margin-bottom: 25px;
  font-size: 50px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #000000;
}
.banner-info {
  font-size: 30px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #000000;
}
/* banner end */

/* prod start */
.prod {
  width: 1300px;
  min-width: 1300px;
  padding: 0 50px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-between;
  flex-wrap: wrap;
}
.prod-list {
  position: relative;
  width: 585px;
  height: 200px;
  background: #FFFFFF;
  box-shadow: 0px 0px 20px rgba(0, 0, 0, 0.08);
  margin-bottom: 30px;
  padding: 31px 35px;
  display: flex;
  align-items: center;
  justify-content: space-between;
}
.list-left {
  display: flex;
}
.list-icon {
  width: 70px;
  height: 70px;
  margin-right: 20px;
}
.list-title {
  display: block;
  font-size: 22px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  line-height: 28px;
  color: #000000;
  margin-bottom: 10px;
}
.list-title:hover {
  color: #0078F8;
}
.list-desc {
  font-size: 14px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  line-height: 22px;
  color: #666666;
}
.list-btn {
  width: 200px;
  height: 54px;
  background: url('../image/win.png') no-repeat;
  background-size: 100% 100%;
}
.list-btn:hover {
  background: url('../image/win-active.png') no-repeat;
  background-size: 100% 100%;
}
.list-btn-wrap {
  width: 200px;
  height: 100%;
}
.ios-btn {
  display: block;
  width: 200px;
  height: 54px;
  background: url('../image/ios.png') no-repeat;
  background-size: 100% 100%;
}
.ios-btn:hover {
  background: url('../image/ios-active.png') no-repeat;
  background-size: 100% 100%;
}
.an-btn {
  display: block;
  margin-top: 20px;
  width: 200px;
  height: 54px;
  background: url('../image/an.png') no-repeat;
  background-size: 100% 100%;
}
.an-btn:hover {
  background: url('../image/an-active.png') no-repeat;
  background-size: 100% 100%;
}
.list-more {
  justify-content: center;
  font-size: 22px;
  font-family: Microsoft YaHei UI;
  font-weight: 400;
  color: #666666;
}
/* prod end */

/* footer start */
.footer {
  margin-top: 100px;
  width: 100%;
  min-width: 1300px;
  background-color: #f6f6f6;
}
.footer-content {
  width: 1300px;
  min-width: 1300px;
  margin: 0 auto;
  padding: 50px 210px 0px 210px;
}
.footer-btn-wrap {
  display: flex;
  justify-content: space-between;
  padding-bottom: 50px;
}
.footer-logo {
  width: 133px;
  height: 40px;
}
.footer-prod-title {
  margin-bottom: 20px;
  color: #000000;
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei UI;
}
.footer-prod-name {
  display: block;
  margin-bottom: 15px;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei UI;
}
.company-filing {
  width: 1200px;
  border-top: 1px solid #E8E8E8;
  margin: 0 auto;
  padding: 25px 0;
  text-align: center;
  color: #666666;
  font-size: 14px;
  font-weight: 400;
  font-family: Microsoft YaHei UI;
}
.company-copy-right {
  display: flex;
  align-items: center;
  justify-content: center;
}
.company-copyright-link {
  color: #666 !important;
  margin-right: 30px;
}
.company-adress {
  margin: 15px 0;
}
/* footer end */