/**!
 * 官网首页
 * author: Eros;
 * date:2018-11-15
 */

/* index-banner begin */

.banner-section {
  width: 100%;
  position: relative;
}

.index-banner {
  display: block;
  width: 100%;
}

.text-box {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 225px;
  display: flex;
  align-items: center;
}

.text-content {
  width: 1200px;
  margin: 0 auto;
}

.banner-slogan {
  font-size: 48px;
  color: #fff;
  line-height: 1.5;
  margin-bottom: 30px;
}

.banner-tips {
  font-size: 18px;
  color: #fff;
  line-height: 1.5;
}

.function-box {
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
  height: 225px;
  background-color: rgba(0, 0, 0, 0.5);
}

.function-list {
  width: 1200px;
  height: 225px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  overflow: hidden;
}

.function-item {
  width: 85px;
  padding: 0 17.5px;
}

.function-icon {
  display: block;
  width: 85px;
  height: 85px;
  margin: 0 auto;
  margin-bottom: 10px;
}

.function-text {
  font-size: 14px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
}

/* index-banner end */

/* download begin */
.download-section {
  width: 100%;
  background-color: #fff;
}

.download-content {
  position: relative;
  width: 1200px;
  margin: 0 auto;
}

.download-bg {
  display: block;
  width: 100%;
}

.download-btn-orange {
  position: absolute;
  padding: 0 25px;
  height: 45px;
  border: 1px solid #f1a99b;
  color: #e46960;
  font-size: 20px;
  border-radius: 25px;
  line-height: 45px;
  cursor: pointer;
}

.download-btn-blue {
  position: absolute;
  padding: 0 25px;
  height: 45px;
  border: 1px solid #62a5d5;
  color: #0271c1;
  font-size: 20px;
  border-radius: 25px;
  line-height: 45px;
  cursor: pointer;
}

.athome-download {
  top: 345px;
  left: 215px;
}

.athome-win-download {
  top: 345px;
  right: 80px;
}

.avs-win-download {
  left: 20px;
  bottom: 60px;
}

.avs-download {
  left: 370px;
  bottom: 60px;
}

.escort-download {
  right: 330px;
  bottom: 60px;
}

.usb-download {
  right: 0px;
  bottom: 60px;
}
/* download end */

/* products begin */
.product-section {
  padding: 80px 0;
  background-color: #f3f3f3;
}

.product-content {
  width: 1200px;
  margin: 0 auto;
  display: flex;
  align-items: center;
  justify-content: space-around;
}

.product-item {
  width: 350px;
  position: relative;
}

.product-bg {
  display: block;
  width: 100%;
}

.product-icon {
  position: absolute;
  display: block;
  width: 96px;
  top: 160px;
  left: 50%;
  margin-left: -48px;
}

.product-introduce {
  position: absolute;
  left: 25px;
  right: 25px;
  top: 280px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  line-height: 1.5;
}

.learn-more {
  display: block;
  border: 0;
  outline: none;
  width: 130px;
  color: #fff;
  font-size: 16px;
  text-align: center;
  border-radius: 15px;
  line-height: 30px;
  background-color: #ff6e56;
  cursor: pointer;
  position: absolute;
  margin: 0 auto;
  bottom: 50px;
  left: 110px;
}
/* products end */

/* video begin */
.video-section {
  padding: 80px 0;
  background-color: #ff6e56;
}


.video-title {
  font-size: 36px;
  color: #fff;
  text-align: center;
  line-height: 1.5;
  margin-bottom: 50px;
}

.video-content {
  display: flex;
  flex-wrap: wrap;
  align-items: center;
  justify-content: space-between;
}

.video-item {
 display: block;
 width: 580px;
 margin-bottom: 40px;
 cursor: pointer;
}
/* video end */
