.banner {
  height: 400px;
  background-size: 100%;
  min-width: 1260px;
  margin-top: -78px;
  box-sizing: border-box;
  padding-top: 150px;
}

.banner-title {
  width: 1260px;
  margin: auto;
  text-align: center;
}

.banner-title h2 {
  font-size: 36px;
  color: #333;
  font-weight: bold;
  margin-bottom: 30px;
}

.search_box {
  position: relative;
  display: flex;
  margin: 0 auto;
  border-radius: 6px;
  width: 655px;
}

.banner-ipt {
  width: 500px;
  height: 56px;
  border: none;
  font-size: 16px;
  color: #999999;
  position: relative;
  margin-right: 15px;
  padding: 0 20px;
  box-sizing: border-box;
  border-radius: 6px;
}

.banner-btn {
  width: 140px;
  height: 56px;
  background: #0866DF;
  border-radius: 6px;
  vertical-align: middle;
  cursor: pointer;
}

.banner-btn img {
  width: 30px;
}

.banner-btn:hover {
  opacity: .9;
}

.container {
  width: 1200px;
  margin: 0 auto;
}

.container .title {
  font-size: 24px;
  color: #333333;
  line-height: 30px;
  margin-top: 50px;
}

.nav-box {
  display: flex;
  justify-content: space-between;
  flex-wrap: wrap;
  align-items: center;
}

.nav-box .nav-item {
  width: 386px;
  height: 120px;
  border-radius: 10px;
  padding: 25px;
  box-sizing: border-box;
  display: flex;
  justify-content: flex-start;
  align-items: center;
  margin-top: 30px;
  transition: all .3s;
  cursor: pointer;
}

.nav-box .nav-item:hover {
  transform: translateY(-5px);
}

.nav-box .nav-item .nav-icon {
  margin-right: 10px;
  flex-shrink: 0;
}

.nav-box .nav-item .item-title {
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}

.nav-box .nav-item:hover .item-title {
  color: #0866DF;
}

.nav-box .nav-item .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 21px;
}

.novice-box {
  display: flex;
  justify-content: space-between;
  align-items: flex-start;
}

.novice-box .novice-list {
  margin-top: 30px;
  width: 386px;
  height: 300px;
  background: linear-gradient(0deg, #FBFCFF 0%, #F0F2FD 100%);
  border-radius: 24px;
  padding: 20px 30px;
  box-sizing: border-box;
}

.novice-box .novice-link {
  font-size: 14px;
  color: #333333;
  line-height: 30px;
  text-overflow: ellipsis;
  overflow: hidden;
  white-space: nowrap;
  display: block;
  margin-bottom: 15px;
}

.novice-box .novice-link:nth-child(6n) {
  margin-bottom: 0;
}

.novice-box .novice-link:hover {
  color: #0866DF;
}

.link-box {
  margin: 30px 0 50px 0;
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-box .link-item {
  height: 260px;
  background: #F6F8FE;
  border-radius: 24px;
  padding: 30px 35px;
  box-sizing: border-box;
}

.link-box .link-item:nth-child(1){
  width: 790px;
  padding: 30px 50px;
}

.link-box .link-item:nth-child(2){
  width: 390px;
  margin-left: 20px;
}

.link-box .link-item .link-title {
  font-size: 24px;
  color: #333333;
  line-height: 34px;
}

.link-box .link-item .link-title .iconfont {
  width: 34px;
  height: 34px;
  display: inline-block;
  background: #05B410;
  border-radius: 6px;
  color: #fff;
  font-size: 22px;
  text-align: center;
  line-height: 34px;
  margin-right: 15px;
}

.link-box .link-item:nth-child(2) .link-title .iconfont {
  background-color: #0866df;
}

.link-box .link-item .wx-code {
  display: flex;
  justify-content: space-between;
  align-items: center;
}

.link-box .link-item .wx-code .info-flex {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  width: 380px;
  transform: translateY(5px);
}

.link-box .link-item .wx-code .service-logo {
  width: 100px;
  height: 100px;
  margin-right: 20px;
}


.link-box .link-item .wx-code .service-name {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
}

.link-box .link-item .wx-code .service-phone {
  font-size: 16px;
  color: #333;
  line-height: 30px;
}

.link-box .link-item .wx-code .service-phone span {
  font-weight: bold;
  font-size: 20px;
}

.link-box .link-item .code-img{
  text-align: center;
}

.link-box .link-item .code-img .qr-code2{
  background-color: #fff;
  padding: 10px;
  width: 110px;
  height: 110px;
}

.link-box .link-item .code-img .wx-img {
  width: 130px;
  height: 130px;
}

.link-box .link-item .code-img .code-title{
  margin-top: 10px;
}

.link-box .link-item .feedback .feedback-btn {
  width: 130px;
  height: 44px;
  background: #0866DF;
  border-radius: 10px;
  display: inline-block;
  font-size: 16px;
  color: #FFFFFF;
  line-height: 44px;
  text-align: center;
}

.link-box .link-item .feedback .feedback-btn:hover {
  opacity: .9;
}

.link-box .link-item .feedback .feedback-desc {
  font-size: 14px;
  color: #999999;
  line-height: 24px;
  margin: 30px 0 35px 0;
  text-align: justify;
}
