/* banner */
.banner {
  background-repeat: no-repeat;
  background-position: center center;
  height: 500px;
  min-width: 1200px;
  margin-top: -78px;
  padding-top: 100px;
}

.banner .banner-title {
  padding-top: 80px;
  width: 1200px;
  margin: 0 auto;
}

.banner .banner-title .p1 {
  color: #333333;
  font-weight: bold;
  font-size: 50px;
  color: #333333;
  line-height: 80px;
  background: linear-gradient(0deg, #B35AFF 0%, #0866DF 100%);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

.banner .banner-title .p2 {
  font-size: 20px;
  color: #333333;
  line-height: 32px;
  width: 500px;
  margin-top: 20px;
}

.container {
  width: 1200px;
  margin: 0 auto;
  padding-top: 70px;
}

.container .title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 40px;
  text-align: center;
}

/* 内容 */

.intro-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 50px;
  background: #F2F9FF;
  border-radius: 24px;
  margin-top: 10px;
}

.intro-box .intro-bg{
  overflow: hidden;
  width: 450px;
  height: 300px;
  flex-shrink: 0;
  border-radius: 20px;
}

.intro-box .intro-img{
  transition: all .5s ease-in-out;
  transform: scale(1);
  width: 450px;
  height: 300px;
  background-size: cover;
  background-repeat: no-repeat;
}

.intro-box:hover .intro-img{
  transform: scale(1.1);
}

.intro-box .intro-info {
  margin-left: 50px;
}

.intro-box .intro-info .info-title {
  font-weight: bold;
  font-size: 34px;
  color: #333333;
  line-height: 50px;
}

.intro-box .intro-info .info-text {
  font-size: 18px;
  color: #333333;
  line-height: 32px;
  margin-top: 30px;
}

/* 投放启发 */

.business {
  padding-bottom: 70px;
}

.business .inspireBox {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 60px;
}

.business .inspireBox .inspireItem {
  background: #FFFFFF;
  box-shadow: 0px 0px 32px 0px rgba(51, 50, 60, 0.05);
  border-radius: 24px;
  width: 280px;
  height: 440px;
  position: relative;
  transition: all .5s ease-in-out;
}

.business .inspireBox .inspireItem:hover {
  transform: translateY(-10px);
}


.business .inspireBox .inspireImg {
  width: 100%;
}

.business .inspireBox .inspireTitle {
  font-weight: bold;
  font-size: 18px;
  color: #333333;
  line-height: 20px;
  margin-top: 50px;
  padding: 0 30px;
}

.business .inspireBox .inspireTxt {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 20px;
  padding: 0 30px;
}

.business .inspireBox .inspireBtn {
  position: absolute;
  bottom: 40px;
  left: 30px;
  font-size: 14px;
  color: #0866DF;
}

.feature {
  background-position: center center;
  background-repeat: no-repeat;
  background-size: cover;
  padding-bottom: 70px;
}

.feature .title {
  color: #fff;
}

.feature .feature-box {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: 50px;
  margin-bottom: 40px;
}

.feature .feature-box .feature-item {
  width: 386px;
  height: 200px;
  background: #FFFFFF;
  border-radius: 20px;
  padding: 30px;
  box-sizing: border-box;
  transition: all .5s ease-in-out;
}

.feature .feature-box .feature-item:hover{
  transform: translateY(-10px);
}

.feature .feature-box .feature-item .item-title {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 40px;
}

.feature .feature-box .feature-item .item-title img {
  margin-right: 10px;
}

.feature .feature-box .feature-item .item-desc {
  font-size: 14px;
  color: #333333;
  line-height: 21px;
  margin-top: 10px;
}

.feature .feature-text {
  font-size: 20px;
  color: #FFFFFF;
  line-height: 32px;
  text-align: center;
  margin: 0 auto;
}

.feature .feature-text div {
  width: 850px;
  margin: 0 auto;
  margin-top: 25px;
}

.feature .feature-text div:nth-child(3){
  width: 980px;
}

.feature .feature-text div:nth-child(4){
  width: 800px;
}

/* 公司详情 */
.information-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.information-box .information-link .link-title {
  font-size: 26px;
  color: #333333;
  line-height: 32px;
  margin-bottom: 30px;
}

.information-box .information-link .link-info {
  font-size: 16px;
  color: #666666;
  line-height: 32px;
  padding-left: 80px;
  position: relative;
  margin-top: 20px;
  width: 460px;
}

.information-box .information-link .link-info span {
  position: absolute;
  left: 0;
  top: 0;
}

.information-box .information-form .form-item {
  display: flex;
  justify-content: flex-start;
  align-items: flex-start;
  margin-bottom: 20px;
}

.information-box .information-form .form-label {
  font-size: 14px;
  color: #333333;
  line-height: 48px;
  margin-right: 10px;
}

.information-box .information-form .form-input {
  width: 410px;
  height: 46px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #cccccc;
  padding-left: 14px;
  color: #333;
  font-size: 14px;
}

.information-box .information-form .form-input:focus{
  border-color: #0866DF;
}

.information-box .information-form .form-textarea {
  width: 396px;
  height: 103px;
  background: #FFFFFF;
  border-radius: 6px;
  border: 1px solid #CCCCCC;
  padding: 10px 14px;
  color: #333;
  font-size: 14px;
  resize: none;
}

.information-box .information-form .form-textarea:focus{
  border-color: #0866DF;
}

.information-box .information-form .form-btn {
  width: 200px;
  height: 45px;
  background: #0866DF;
  border-radius: 30px;
  color: #ffffff;
  font-size: 18px;
  text-align: center;
  cursor: pointer;
  line-height: 45px;
  margin-left: 66px;
}

.information-box .information-form .form-btn:hover {
  opacity: .9;
}

.map{
  margin: 70px auto 80px;
  width: 1200px;
  border-radius: 24px;
}

.map a{
  border-radius: 24px;
  height: 300px;
  display: block;
  background-position: center center;
}