.index-box {
  overflow: hidden;
  min-width: 1200px;
}
.index-box .banner-box {
  position: relative;
  z-index: 2;
  height: 750px;
  background: url(../images/banner.jpg) no-repeat center;
  background-size: cover;
}
.index-box .banner-box .banner-inner {
  height: 750px;
  position: relative;
}
.index-box .banner-box .banner-inner .text-title {
  margin-bottom: 20px;
}
.index-box .banner-box .banner-inner .text-title img {
  display: block;
  width: 210px;
}
.index-box .banner-box .banner-inner .text-box p {
  width: 551px;
  height: 92px;
  font-size: 30px;
  font-family: PingFangSC-Light, PingFang SC;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 46px;
  letter-spacing: 2px;
  background: linear-gradient(270deg, #FEF6E7 0%, #E5B479 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  margin-bottom: 20px;
}
.index-box .banner-box .banner-inner .down-box {
  display: none;
}
.index-box .banner-box .banner-inner .down-box .down-list {
  position: relative;
  margin-right: 20px;
}
.index-box .banner-box .banner-inner .down-box .down-list .nor {
  display: block;
  position: relative;
  z-index: 1;
  transition: all 0.3s ease-in-out;
}
.index-box .banner-box .banner-inner .down-box .down-list .sel {
  display: block;
  opacity: 0;
  top: 0;
  left: 0;
  position: absolute;
  z-index: 2;
  transition: all 0.3s ease-in-out;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box {
  display: none;
  position: absolute;
  left: 0;
  top: 52px;
  width: 354px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .ico {
  display: block;
  margin-left: 18px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .sub-inner {
  padding: 20px;
  background: #FFFFFF;
  box-shadow: 0px 4px 10px 0px rgba(51, 51, 51, 0.2);
  border-radius: 6px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .info-title {
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 16px;
  padding-bottom: 10px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .info-des {
  font-size: 12px;
  font-weight: 400;
  color: #999999;
  line-height: 12px;
  padding-bottom: 10px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .info-link {
  font-size: 14px;
  font-weight: 500;
  color: #47A378;
  line-height: 14px;
  padding-bottom: 20px;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .info-link a {
  color: #47A378;
  text-decoration: none;
}
.index-box .banner-box .banner-inner .down-box .down-list .sub-box .info-ewm img {
  display: block;
  width: 91px;
  height: 91px;
}
.index-box .banner-box .banner-inner .down-box .down-list:hover .nor {
  opacity: 0;
}
.index-box .banner-box .banner-inner .down-box .down-list:hover .sel {
  opacity: 1;
}
.index-box .banner-box .banner-inner .down-box .down-list:hover .sub-box {
  display: block;
}
.index-box .banner-box .phone-box {
  position: absolute;
  right: 0;
  z-index: 3;
}
.index-box .banner-box .phone-box .mask-box {
  pointer-events: none;
  z-index: 3;
  width: 300px;
  height: 600px;
  position: relative;
  background: url(../images/phone_banner.png) no-repeat center;
  background-size: 300px auto;
}
.index-box .banner-box .phone-box .phone-banner {
  z-index: 2;
  width: 264px;
  height: 566px;
  border-radius: 26px;
  background-color: white;
  position: absolute;
  left: 20px;
  top: 17px;
}
.index-box .banner-box .phone-box .phone-banner .phone-banner-container {
  overflow: hidden;
  position: relative;
  z-index: 2;
  height: 566px;
}
.index-box .banner-box .phone-box .phone-banner .phone-banner-container .phone-swiper-slide {
  width: 264px;
  height: 566px;
}
.index-box .banner-box .phone-box .phone-banner .phone-banner-container .phone-swiper-slide img {
  width: 264px;
  display: block;
}
.index-box .banner-box .dd-box {
  width: 540px;
  height: 472px;
  position: absolute;
  right: 80px;
  z-index: 2;
}
.index-box .banner-box .dd-box img {
  display: block;
  width: 540px;
}
.index-box .box1 {
  width: 100%;
  overflow: hidden;
  height: 650px;
  padding: 100px 0;
  background-color: white;
  position: relative;
}
.index-box .box1 .left-img {
  display: block;
  height: 650px;
}
.index-box .box1 .text-box {
  left: 680px;
  width: 1310px;
  height: 391px;
  left: 600px;
  background: url(../images/bg_jj.jpg) no-repeat center;
  background-size: 1310px auto;
  position: absolute;
}
.index-box .box1 .text-box .title {
  padding-bottom: 25px;
  padding-left: 45px;
  font-size: 34px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 34px;
  background: linear-gradient(180deg, #F3D8AC 0%, #E4B175 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}
.index-box .box1 .text-box .des {
  padding-left: 45px;
  width: 510px;
  font-size: 18px;
  font-weight: 300;
  color: #FFFFFF;
  line-height: 38px;
}
.index-box .box2 {
  padding-bottom: 95px;
}
.index-box .box2 .box2-title {
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
  padding-bottom: 20px;
}
.index-box .box2 .box2-des {
  font-size: 18px;
  font-weight: 400;
  color: #666666;
  line-height: 32px;
}
.index-box .box3 {
  height: 630px;
}
.index-box .box3 .inner-box {
  position: relative;
  width: 100%;
  height: 630px;
}
.index-box .box3 .inner-box .left {
  background-color: #555555;
  background: url(../images/bg_what.jpg?v=1.1) no-repeat center right;
  padding-top: 60px;
}
.index-box .box3 .inner-box .left .list-box {
  width: 790px;
  position: relative;
  left: 39px;
}
.index-box .box3 .inner-box .left .des-box .text-box {
  padding-right: 18px;
  padding-bottom: 45px;
}
.index-box .box3 .inner-box .left .des-box .text-box .title {
  text-align: right;
  font-size: 24px;
  font-weight: 500;
  color: #FFFFFF;
  line-height: 24px;
  background: linear-gradient(180deg, #F3D8AC 0%, #E4B175 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
  padding-bottom: 15px;
}
.index-box .box3 .inner-box .left .des-box .text-box .des {
  text-align: right;
  font-size: 14px;
  font-weight: 400;
  color: #FFFFFF;
  line-height: 24px;
}
.index-box .box3 .inner-box .left .des-box .ico-box {
  padding-top: 5px;
}
.index-box .box3 .inner-box .right {
  width: 1200px;
  background-color: #5a75d5;
  background: url(../images/img_what.jpg) no-repeat right top;
  background-size: cover;
}
.index-box .box4 {
  padding: 100px 0;
}
.index-box .box4 .tabs-box .tab-list {
  margin: 0 52px;
  width: 139px;
  height: 52px;
  font-size: 34px;
  font-weight: 500;
  color: #333333;
  line-height: 34px;
  cursor: pointer;
  position: relative;
}
.index-box .box4 .tabs-box .tab-list::after {
  opacity: 0;
  display: block;
  content: ' ';
  width: 60px;
  height: 8px;
  background: #47A378;
  border-radius: 4px;
  position: absolute;
  left: 37px;
  bottom: 0px;
}
.index-box .box4 .tabs-box .tab-list.current {
  color: #47A378;
}
.index-box .box4 .tabs-box .tab-list.current::after {
  opacity: 1;
}
.index-box .formData-box {
  width: 1200px;
  margin: 40px auto;
  height: 526px;
  background: #E5EDE8;
}
.index-box .formData-box input::placeholder,
.index-box .formData-box textarea::placeholder {
  color: #999999;
}
.index-box .formData-box .formData-inner {
  width: 820px;
  margin: 0 auto;
  padding-top: 122px;
  padding-bottom: 30px;
}
.index-box .formData-box .submit-btn {
  width: 820px;
  height: 50px;
  line-height: 50px;
  text-align: center;
  background: #47A378;
  border-radius: 4px;
  font-size: 18px;
  font-weight: 400;
  color: #FFFFFF;
  cursor: pointer;
}
.index-box .formData-box .item-list {
  width: 390px;
  margin-bottom: 12px;
}
.index-box .formData-box .item-list .label {
  height: 40px;
  font-size: 16px;
  font-weight: 500;
  color: #333333;
  line-height: 40px;
}
.index-box .formData-box .item-list .input-box {
  background: #ffffff;
  border-radius: 3px;
  position: relative;
  height: 46px;
  overflow: hidden;
}
.index-box .formData-box .item-list .input-box input {
  height: 46px;
  line-height: 46px;
  background: none;
  border: 0px;
  width: 100%;
  padding-left: 15px;
  outline: none!important;
}
.index-box .formData-box .item-list .input-box input:focus {
  border-color: #1740bc;
}
.index-box .formData-box .item-list .send-code-btn {
  position: absolute;
  right: 0;
  top: 0;
}
.index-box .formData-box .item-list .item-content .images-box .image-list {
  position: relative;
  width: 90px;
  height: 90px;
  background: #FFFFFF;
  border-radius: 4px;
  margin-right: 25px;
  margin-bottom: 25px;
}
.index-box .formData-box .item-list .item-content .images-box .image-list .image {
  width: 90px;
  height: 90px;
  display: block;
  border-radius: 4px;
}
.index-box .formData-box .item-list .item-content .images-box .image-list .select-file {
  position: absolute;
  left: 0;
  top: 0;
  height: 90px;
  opacity: 0;
  z-index: 2;
}
.index-box .formData-box .item-list .item-content .images-box .image-list .close-ico {
  width: 18px;
  height: 18px;
  position: absolute;
  display: block;
  right: -9px;
  top: -9px;
  cursor: pointer;
}
.index-box .formData-box .item-list .item-content .images-box .image-list.image-add .ico {
  cursor: pointer;
  display: block;
  width: 28px;
  height: 28px;
}
.index-box .formData-box .item-list.no-margin-bottom {
  margin-bottom: 10px;
}
.index-box .formData-box .radio-box .radio-list {
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
  width: 200px;
}
.index-box .formData-box .radio-box .radio-list .circle {
  float: left;
  width: 18px;
  height: 18px;
  border-radius: 50%;
  border: 1px solid #1740bc;
  position: relative;
  overflow: hidden;
}
.index-box .formData-box .radio-box .radio-list .radio-label {
  height: 20px;
  line-height: 20px;
  float: left;
  color: #3C3C3C;
  padding-left: 8px;
}
.index-box .formData-box .radio-box .radio-list.current .circle:after {
  position: absolute;
  left: 3px;
  right: 3px;
  top: 3px;
  bottom: 3px;
  display: block;
  content: ' ';
  background: #1740bc;
  border-radius: 50%;
}
.index-box .formData-box .check-box .radio-list {
  margin-bottom: 20px;
  margin-right: 20px;
  cursor: pointer;
  float: left;
  width: 200px;
}
.index-box .formData-box .check-box .radio-list .circle {
  float: left;
  width: 16px;
  height: 16px;
  border-radius: 2px;
  border: 1px solid #1740bc;
  position: relative;
  overflow: hidden;
}
.index-box .formData-box .check-box .radio-list .radio-label {
  height: 18px;
  line-height: 18px;
  float: left;
  color: #3C3C3C;
  padding-left: 8px;
}
.index-box .formData-box .select-box {
  min-width: 200px;
  z-index: 9;
  background: white;
  position: relative;
  height: 46px;
}
.index-box .formData-box .select-box .select-label {
  line-height: 46px;
  height: 46px;
  cursor: pointer;
  background: url(../images/down-ico.png) no-repeat;
  background-position: center right;
  margin-right: 15px;
}
.index-box .formData-box .select-box .select-label span {
  padding-left: 15px;
}
.index-box .formData-box .select-box .select-label.text-gray {
  color: #999999;
}
.index-box .formData-box .select-box .sub-box {
  position: absolute;
  left: 0px;
  top: 46px;
  right: 0px;
  background: white;
  max-height: 300px;
  overflow: auto;
}
.index-box .formData-box .select-box .sub-box li {
  height: 40px;
  line-height: 40px;
  padding-left: 15px;
  cursor: pointer;
  border-bottom: 1px solid #eee;
}
.index-box .formData-box .select-box .sub-box li:hover {
  background-color: #f5f5f5;
}
.index-box .formData-box .countdownTimer-box {
  line-height: 46px;
  padding: 0 15px;
}
.index-box .formData-box .countdownTimer-box span {
  color: #47A378;
}
.index-box .formData-box .countdownTimer-box .send {
  cursor: pointer;
}
.index-box .formData-box .tags-box .tag-list {
  width: 70px;
  height: 30px;
  text-align: center;
  line-height: 30px;
  background: #FFFFFF;
  border-radius: 4px;
  border: 1px solid #CCCCCC;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-left: 10px;
  cursor: pointer;
}
.index-box .formData-box .tags-box .tag-list.current {
  color: white;
  background: #47A378;
}
