/* 第二层导航 */
.banner {
  background-repeat: no-repeat;
  background-size: 100% 100%;
  background-position: center center;
  height: 580px;
  min-width: 1260px;
  margin-top: -78px;
}

.banner-title {
  padding-top: 150px;
  width: 1200px;
  margin: 0 auto;
  text-align: left;
}

.banner-title .p1 {
  font-size: 34px;
  color: #0866DF;
  line-height: 40px;
}

.banner-title .p2 {
  font-weight: bold;
  font-size: 60px;
  color: #333333;
  line-height: 80px;
  margin-bottom: 20px;
}

.banner-title .p3 {
  width: 600px;
  font-size: 20px;
  color: #666666;
  line-height: 40px;
  border: unset;
}

.banner .banner-title .banner-btn {
  width: 150px;
  height: 60px;
  background: #0866DF;
  border-radius: 30px;
  line-height: 60px;
  font-size: 20px;
  margin-top: 50px;
  cursor: pointer;
  text-align: center;
  color: #fff;
}

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

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

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

.container .title span {
  color: #0866DF;
}

.container .subTitle {
  color: #666666;
  font-size: 14px;
  line-height: 20px;
  margin-top: 10px;
  text-align: center;
}

.container .subTitle span {
  color: #0A65DD;
  font-size: 30px;
}


/* 我们的服务模块  */


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

.service .service-box .service-item:nth-child(1) {
  width: 1200px;
  height: 400px;
  background: #F6F6F6;
  border-radius: 24px;
  width: 100%;
  padding: 58px 530px 58px 60px;
  box-sizing: border-box;
  position: relative;
  margin-bottom: 20px;
}

.service .service-box .service-item:nth-child(2) {
  width: 590px;
  height: 400px;
  background: #DAF8F8;
  border-radius: 24px;
  padding: 50px 60px;
  box-sizing: border-box;
}

.service .service-box .service-item:nth-child(3) {
  width: 590px;
  height: 400px;
  background: #E5F3FE;
  border-radius: 24px;
  padding: 50px 60px;
  box-sizing: border-box;
}

.service .service-box .service-item .service-img {
  position: absolute;
  right: 40px;
  top: 0;
}

.service .service-box .service-item .service-img1{
  position: absolute;
  right: 420px;
  box-shadow: 0 0 10px 0px rgba(240, 240, 240, .5);
  bottom: 60px;
}

.service .service-box .service-name {
  display: flex;
  justify-content: flex-start;
  align-items: center;
  font-weight: bold;
  font-size: 24px;
  color: #333333;
  line-height: 60px;
  margin-bottom: 20px;
}

.service .service-box .service-icon {
  width: 60px;
  height: 60px;
  background: #8448F0;
  border-radius: 16px;
  text-align: center;
  line-height: 60px;
  margin-right: 20px;
}

.service .service-box .service-item:nth-child(2) .service-icon {
  background: #14C7BF;
}

.service .service-box .service-item:nth-child(3) .service-icon {
  background: #0866DF;
}

.service .service-box .service-desc {
  font-size: 16px;
  color: #333333;
  line-height: 30px;
  margin-bottom: 10px;
}

.channel {
  margin-top: 70px;
  padding-top: 20px;
}

.channel .channel-box {
  margin-top: 100px;
  position: relative;
}

.channel .channel-box::before {
  content: '';
  width: 40px;
  height: 4px;
  background: #0866DF;
  border-radius: 2px;
  position: absolute;
  left: 50%;
  transform: translateX(-50%);
  top: -55px;
}

.channel .channel-box .channel-desc {
  font-size: 20px;
  color: #333333;
  line-height: 35px;
  text-align: center;
  margin-bottom: 50px;
}

.channel .channel-box .channel-imgs {
  text-align: center;
  margin-bottom: 20px;
}

.channel .channel-box .channel-imgs img {
  margin: 0 5px;
  transition: all .2s ease-in-out;
}

.channel .channel-box .channel-imgs img:hover{
  transform: translateY(-5px);
}

.channel .channel-box .channel-btns {
  display: flex;
  justify-content: center;
  align-items: center;
}

.channel .channel-box .channel-btns a {
  width: 166px;
  height: 50px;
  border-radius: 25px;
  border: 1px solid #0866DF;
  text-align: center;
  line-height: 50px;
  font-size: 14px;
  color: #0866DF;
  margin: 30px 15px 70px 15px;
}

.channel .channel-box .channel-btns a:last-child {
  background: #0866DF;
  color: #fff;
}

.channel .channel-box .channel-btns a:hover {
  background: #1470e9;
  color: #fff;
}

.package .package-wrapper {
  margin-top: 70px;
  overflow: hidden;
  position: relative;
}

.package .package-wrapper .swiper-button-next,
.package .package-wrapper .swiper-button-prev {
  width: 60px;
  height: 60px;
  background: #FFFFFF;
  box-shadow: 0px 0px 17px 1px rgba(37, 42, 67, 0.16);
  border-radius: 50%;
  color: #999;
  z-index: 100000000;
}

.package .package-wrapper .swiper-button-next {
  right: 100px;
}

.package .package-wrapper .swiper-button-prev {
  left: 100px;
}

.package .package-wrapper .swiper-button-next:hover,
.package .package-wrapper .swiper-button-prev:hover {
  color: #0866DF;
}

.package .package-wrapper .swiper-button-next:after,
.package .package-wrapper .swiper-button-prev:after {
  font-size: 24px;
}

.package .package-wrapper .swiper-wrapper {
  /* display: flex;
  justify-content: space-between;
  align-items: center; */
}

.package .package-item {
  width: 360px;
  height: 400px;
  border-radius: 24px;
  margin: 0 15px;
  flex-shrink: 0;
  overflow: hidden;
}

.package .package-item .item-img {
  width: 100%;
  height: 160px;
  background-repeat: no-repeat;
  background-position: top center;
  background-size: 100% auto;
}

.package .package-item .item-info {
  height: 400px;
  background: #E5F3FE;
  border-radius: 24px;
  transform: translateY(-30px);
  padding: 50px 40px;
  transition: all .5s ease-in-out;
  box-sizing: border-box;
}

.package .package-item:hover .item-info {
  background: #0866DF;
  transform: translateY(-160px);
}

.package .package-item .item-name {
  font-weight: bold;
  font-size: 20px;
  color: #333333;
  line-height: 30px;
}

.package .package-item:hover .item-name {
  color: #fff;
}

.package .package-item .item-desc {
  font-size: 14px;
  color: #666666;
  line-height: 20px;
  margin-top: 25px;
}

.package .package-item:hover .item-desc {
  color: #fff;
}

.package .package-item .item-tag {
  display: none;
  margin-top: 20px;
  margin-bottom: 20px;
  font-size: 0;
}

.package .package-item:hover .item-tag {
  display: block;
}

.package .package-item .item-tag span {
  font-size: 14px;
  color: #FFFFFF;
  line-height: 24px;
  border-radius: 4px;
  border: 1px solid #9BBDE9;
  line-height: 28px;
  padding: 0 5px;
  display: inline-block;
  margin-bottom: 10px;
  margin-right: 10px;
}

.package .package-item .item-btn {
  width: 110px;
  height: 40px;
  border-radius: 20px;
  border: 1px solid #0064E6;
  font-weight: 400;
  font-size: 14px;
  color: #0064E6;
  line-height: 40px;
  margin-top: 25px;
  display: inline-block;
  text-align: center;
}

.package .package-item:hover .item-btn {
  background: #D7E6FB;
  color: #0064E6;
  margin-top: 10px;
}


.package .package-media {
  width: 1200px;
  height: 240px;
  background: #FFFFFF;
  border-radius: 24px;
  display: flex;
  justify-content: space-between;
  align-items: center;
  padding: 40px 30px;
  margin: 0 auto;
  box-sizing: border-box;
  box-shadow: 0 0 50px 5px #efefef;
  margin-top: 50px;
  margin-bottom: 50px;
}


.package .package-media .media-item {
  flex: 1;
  text-align: center;
  padding: 0 10px;
}

.package .package-media .media-logo {
  width: 96px;
  height: 96px;
  border-radius: 50%;
}

.package .package-media .media-name {
  font-weight: bold;
  font-size: 16px;
  color: #333333;
  line-height: 24px;
  margin-top: 20px;
}

.package .package-media .media-item:hover .media-name{
  color: #0866DF;
}

.client {
  background-color: #fff;
  margin-bottom: 50px;
}

.client .client-swiper {
  overflow: hidden;
  padding-bottom: 60px;
  position: relative;
  margin-top: 50px;
}

.client .client-item {
  background: #F8F8F8;
  border-radius: 24px;
  background-image: url(//assets.xingkongmt.com/css/v1/new/index/client_bg.png);
  background-size: cover;
  background-position: center center;
  padding: 40px;
  width: 370px;
  box-sizing: border-box;
}

.client .client-item .client-appraise {
  font-size: 14px;
  color: #666666;
  line-height: 24px;
  border-bottom: 1px solid #eaeaea;
  margin-bottom: 30px;
  padding-bottom: 25px;
  height: 120px;
}

.client .client-item .client-info {
  display: flex;
  justify-content: flex-start;
  align-items: center;
}

.client .client-item .client-logo img {
  width: 64px;
  height: 64px;
  border-radius: 50%;
  margin-right: 20px;
}

.client .client-item .client-name {
  font-size: 16px;
  color: #333333;
  line-height: 28px;
}

.client .client-item .client-job {
  font-size: 14px;
  color: #666666;
  line-height: 28px;
}
