* {
  padding: 0;
  margin: 0;
}

body {
  width: 100%;
  font-family: PingFangSC, PingFangSC-Semibold;
}

.center {
  width: 1280px;
  margin: 0 auto;
}

li {
  list-style: none;
}

a {
  text-decoration: none;
}

div {
  box-sizing: border-box;
}
/*底部定制*/
.dingzhi {
  width: 100%;
  height: 340px;
  background-image: url(../imgs/Product/free.png);
  background-repeat: no-repeat;
  background-size: cover;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
}

.dingzhi_txt span {
  display: block;
  text-align: center;
  /* padding-top: 50px; */
  height: 60px;
  font-size: 36px;
  font-weight: 600;
  color: #020814;
  line-height: 60px;
}

.dingzhi_txt a {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: 148px;
  height: 44px;
  line-height: 44px;
  background: #1872ED;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #fff;
}
/* 轮播图 */
.lunbo {
  width: 100%;
}

.content {
  width: 100%;
  height: 600px;
  margin: 0px auto;
  position: relative;
}

#item {
  width: 100%;
  height: 100%;
}

.item {
  position: absolute;
  opacity: 0;
  transition: all 1s;
}

.item.active {
  opacity: 1;
}

.item img {
  width: 100%;
}

.lunbo:hover #btn-left {
  /*鼠标滑入，显示图标*/
  opacity: 1;
}

.lunbo:hover #btn-right {
  opacity: 1;
}

#circle {
  height: 20px;
  display: flex;
  position: absolute;
  bottom: 80px;
  right: 747px;
}

.circle {
  width: 50px;
  height: 6px;
  border-radius: 3px;
  opacity: 0.5;
  background: #ffffff;
}

.white {
  background: #1872ED;
}


.linlist {
  font-size: 48px;
  font-family: PingFangSC, PingFangSC-Semibold;
  font-weight: 600;
  color: #ffffff;
}

.quanlist {
  margin-top: 10px;
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  text-align: center;
  color: #ffffff;
}

.quanlistclass {
  font-size: 24px;
  font-family: PingFangSC, PingFangSC-Light;
  font-weight: 300;
  color: #ffffff;
}

.mianlist {
  margin-top: 30px;
  width: 160px;
  height: 40px;
  background: linear-gradient(104deg,#73aaff 5%, #0053FF 93%);
  border-radius: 6px;
  display: block;
  text-align: center;
  line-height: 40px;
}
* {
  list-style: none;
}

.container {
  width: 100%;
  height: 600px;
  margin: 0 auto;
}

/* 轮播图 */
.lbimg li {
  width: 100%;
  height: 600px;
  display: none;
}

.lbimg .on {
  display: block;
}

.btn {
  display: flex;
  float: right;
  margin-top: -40px;
  margin-right: 840px;
}

.btn li {
  width: 50px;
  height: 6px;
  border-radius: 3px;
  opacity: 0.5;
  background: #ffffff;
}

.btn .active {
  background: #1872ED;
}
/* 头部 */
header {
  position: fixed;
  top: 0px;
  width: 100%;
  height: 72px;
  z-index: 11;
  background: #ECF1FD;
  box-shadow: 0px 5px 16px 0px rgba(6,38,109,0.14); 
}

.nav-home {
  height: 72px;
}

.logo {
  float: left;
  width: 172px;
  height: 40px;
  margin-top: 15px;
  margin-right: 70px;
}

.logo img {
  width: 172px;
  height: 40px;
}

.nav-top {
  float: left;
  display: flex;
  height: 72px;
}
.nav-top ul{
  display: flex;
  align-items: center;
  height: 72px;
}

.nav-top ul li {
  float: left;
  font-size: 16px;
  margin-right: 40px;
  color: #020814;
}

.nav-top ul li a {
  color: #020814;
}

.trial {
  float: right;
  width: 152px;
  height: 72px;
  background: linear-gradient(115deg,#73aaff 0%, #0053ff 100%);
  font-size: 16px;
  color: #FFFFFF;
  line-height: 72px;
  text-align: center;
  cursor: pointer;
}

/* main */
.module-title{
  display: flex;
  justify-content: center;
  flex-direction: column;
  align-items: center;
}
.module-title span{
  font-size: 36px;
  font-weight: 600;
  color: #202020;
  margin-top: 40px;
  margin-bottom: 20px;
}
.module-title p {
  text-align: center;
  margin-bottom: 40px;
  font-size: 16px;
  font-weight: 400;
  color: #41464F;
}
.module-title p.check-more{
  margin-bottom: 30px;
  color: #1872ED;
}
/* 腾慧科技产品应用场景 */
.feature{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
  transform: translateY(-50%);
}
.feature .feature-item{
  height: 100px;
  box-sizing: border-box;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 8px 20px 0px rgba(3,40,117,0.10); 
  padding: 13px 13px 13px 19px;
  display: flex;
  font-size: 14px;
  color: #41464F;
  border-radius: 4px;

}
.feature .feature-item:hover{
  background-image: url(../imgs/Home_page/hover.png);
  background-size: cover;
  background-repeat: no-repeat;
  color: #fff !important;
  & .title{
    color:#FFF !important
  }
}
.feature .feature-item .title{
  color: #020814;
  font-size: 16px;
  font-weight: 600;
}
.feature .feature-item img{
  width: 32px;
  height: 26px;
  margin-right: 10px;
}
.App-Scenario-wrap{
  background: linear-gradient(246deg,#f0f9fe 0%, #f9faff 100%);
}
.App-Scenario {
  height: 945px;
}

.Scenario-title span {
  display: block;
  text-align: center;
  font-size: 36px;
  font-weight: 600;
  color: #202020;
  margin-bottom: 20px;
}

.Scenario-title p {
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #41464F;
  margin-bottom: 6px;
}

.App-Scenario .Scenario-choose {
  margin-top: 20px;
  height: 64px;
  display: flex;
  margin-bottom: 20px;
}

.App-Scenario .Scenario-choose div {
  color: #020814;
  text-align: center;
  line-height: 64px;
  flex:1;
  display: flex;
  align-items: center;
  justify-content: center;
  cursor: pointer;
  background: #ffffff;
}
.App-Scenario .Scenario-choose div img{
  width: 24px;
  height: 24px;
  margin-right: 10px;
}

.App-Scenario .Scenario-choose .Sc-choose-current {
  background: #1872ED;
  color: #fff;
}
.App-Scenario .Scenario-choose .active{
  display: none;
}
.App-Scenario .Scenario-choose .Sc-choose-current .active{
  display: block;
}
.App-Scenario .Scenario-choose .Sc-choose-current .inactive{
  display: none;
}

.Scenario-main li {
  display: none;
}

.Scenario-main ul .scene-item {
  display: grid;
  grid-template-columns: 356fr 688fr 365fr;
  column-gap: 20px;
}
.Scenario-main ul .Sc-main-current .scene-intro{
  height: 565px;
  background-position: center;
  background-size: cover;
  background-repeat: no-repeat;
  box-sizing: border-box;
  padding: 24px 20px 20px 20px;
}

.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point{
  display: flex;
  margin-bottom: 30px;
  max-width: 100%;
}
.Scenario-main ul .Sc-main-current .scene-intro  .scene-intro-title{
  font-size: 16px;
  font-weight: 600;
  color: #020814;
  margin-bottom: 33px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-title1 {
  font-size: 24px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 600;
  color: #020814;
  margin-bottom: 33px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point img{
  width: 50px;
  height: 50px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point-right{
  margin-left: 8px
}
.flex{
  display: flex;
  justify-content: space-between;
}
.flex1{
  flex:1
}
.clearFlex{
  display: block !important;
}
.textWidth{
  max-width: 100% !important;
}
.centerPointBgc1{
  width: 373px;
  height: 130px;
  padding: 14px 0px 0px 14px;
  background-image: url(../imgs/Home_page/announcing_bg.png);
}
.centerPointBgc2 {
  width: 373px;
  height: 130px;
  padding: 14px 0px 0px 14px;
  background-image: url(../imgs/Home_page/manage_bg.png);
}
.centerPointBgc3 {
  width: 373px;
  height: 130px;
  padding: 14px 0px 0px 14px;
  background-image: url(../imgs/Home_page/attendance_bg.png);
}


.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point-title{
  margin: 15px 0 13px 0;
  font-size: 16px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #020814;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point-content{
  font-size: 14px;
  color: #7587A4;
  margin-bottom: 5px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .tryuse-immediate {
  width: 104px;
  height: 36px;
  background: linear-gradient(109deg, #73aaff 0%, #0053ff 100%);
  color: #ffffff;
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  margin-top: 48px;
  border-radius: 6px;
  text-align: center;
  line-height: 36px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .point-content-width {
    width: 210px;
}
.Scenario-main ul .Sc-main-current .scene-intro .scene-intro-content .check-more{
  color: #1872ED;
  font-size: 14px;
  cursor: pointer;
}

/* 优点 */

.Sc-main-merit {
  width: 312px;
  height: 565px;
  background-color: #fff;
}
.Sc-main-merit-bg{
  background-image: url('../imgs/Home_page/liubianxing.png');
}
.Sc-main-merit-bg1{
  background-image: url('../imgs/Home_page/trait-bg.png');
}

/* 场景 */

.Sc-main-scene {
  background-color: #ffffff;
  width: 616px;
  height: 565px;
}
.Sc-main-scene-bg{
  background-image: url('../imgs/Home_page/scloud.png');
}
.Sc-main-scene .scene-intro-content{
  display: grid;
  grid-template-columns: 1fr 1fr;
}

.scene-title {
  float: left;
  width: 94px;
  height: 332px;
  background: #EDF4FD;
  border: 1px solid #1872ED;
  border-radius: 4px;
  text-align: center;
  line-height: 332px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  margin-top: 10px;
  margin-left: 10px;
}

.scene-main {
  float: left;
  margin-left: 19px;
}

.scene-main-top {
  height: 54px;
  padding-top: 16px;
}

.scene-main-top div {
  float: left;
  margin-right: 173px;
}

.scene-main-top div:first-child {
  margin-left: 80px;
}

.scene-main-top div:last-child {
  margin-right: 0;
}

.scene-main-top div img {
  width: 20px;
  height: 17px;
  vertical-align: middle;
  margin-right: 10px;
}

.scene-main-top span {
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}

.scene-main-bottom div {
  float: left;
  width: 200px;
  height: 284px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 0px 12px 0px #EDF4FD;
  text-align: center;
  padding-top: 20px;
  margin-right: 14px;
}

.scene-main-bottom div span {
  font-weight: 600;
  font-size: 16px;
}

.scene-main-bottom div p {
  margin-top: 10px;
}

/* 功能点 */

.Sc-main-function {
  background-color: #fff;
  width: 312px;
  height: 565px;
}
.Sc-main-function-bg{
  background-image: url('../imgs/Home_page/bclound.png');
}
.crm-bg {
  background-image: url('../imgs/Home_page/crm-bclound.png');
}
.crm-bg1 {
  background-image: url('../imgs/Home_page/crm-liubianxing.png');
}
.function-title {
  float: left;
  width: 94px;
  height: 129px;
  background: #EDF4FD;
  border: 1px solid #1872ED;
  border-radius: 4px;
  line-height: 129px;
  text-align: center;
  margin-top: 11px;
  margin-left: 10px;
}

.function-main div {
  float: left;
  width: 136px;
  height: 149px;
}

.function-main div img {
  width: 48px;
  height: 48px;
  margin-top: 29px;
  margin-left: 42px;
  margin-bottom: 20px;
}

.function-main div span {
  display: block;
  text-align: center;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}

/* <!-- 售前公开课 --> */

.Open-Class {
  height: 580px;
  background-color: #f3f6f9;
}

.Open-title {
  color: #202020;
}

.Open-title span {
  display: block;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #202020;
  line-height: 50px;
  padding-top: 60px;
}

.Open-title p {
  margin-top: 20px;
  text-align: center;
}

/* 入驻公司介绍 */

#company-cate-wrap{
  display: flex;
  box-sizing: border-box;
  padding: 0 47px;
  justify-content: space-between;
}
.company-cate-item{
  cursor: pointer;
  flex: 1;
  text-align: center;
  color: #020814;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 12px;

}

.company-cate-item.active{
  border-bottom: 3px solid #1872ED;
}
.company-intro #company-item-wrap{
  display: grid;
  grid-template-columns: repeat(3,1fr);
  column-gap: 23px;
  box-sizing: border-box;
  padding-top: 30px;
}
.company-intro #company-item-wrap .company-item{
  height: 412px;
  background-image: url('../imgs/Home_page/company-item-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
  border-radius: 6px;
  box-shadow: 0px 0px 16px 2px rgba(3,24,68,0.10); 
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  margin-bottom: 50px;
}
.company-intro #company-item-wrap .company-item .comment{
  font-size: 16px;
  color: #666666;
  padding: 0 24px;
  height: 100px;
  margin-bottom: 30px;
}
.company-intro #company-item-wrap .company-item .name{
  text-align: left;
  width: 100%;
  box-sizing: border-box;
  color: #202020;
  font-weight: 600;
  padding: 0 24px;
  margin-bottom: 20px;
}
.company-intro #company-item-wrap .company-item .check-detail{
  text-align: right;
  width: 100%;
  box-sizing: border-box;
  color: #1872ed;
  padding: 0 24px;
  font-size: 14px;
  cursor: pointer;
}

/* 资讯动态 */
.news-wrap{
  background-image: url('../imgs/Home_page/news-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
  opacity: 0.9;
}
.news-wrap .news-item-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  column-gap: 20px;
  padding-bottom: 40px
}
.news-wrap .news-item-wrap .news-item{
  height: 320px;
  background: #ffffff;
  border-radius: 10px;
}
.news-wrap .news-item-wrap .news-item img{
  width: 100%;
  margin-bottom: 24px;
}
.news-wrap .news-item-wrap .news-item .news-item-title{
  font-size: 16px;
  font-weight: 600;
  color: #20242f;
  line-height: 19px;
  margin-bottom: 13px;
  padding: 0 24px;
}
.news-wrap .news-item-wrap .news-item .news-item-content{
  font-size: 14px;
  color: #808695;
  line-height: 16px;
  padding: 0 24px
}
/* 合作伙伴 */
.partner-wrap{
  padding: 52px 0 42px 0;
  width:100%;
}
.partner-wrap .partner{
  width:100%;
  overflow: hidden;
  padding: 20px 0;
}

.partner-wrap .partner img{
  margin-left: 20px;
  width: 206px;
  height: 60px;
  transform: translateY(15px);
  box-shadow: 0px 0px 16px 2px rgba(0,44,44,0.10); 
}
/* 资质展示 */
.honor-wrap{
  height: 1314px;
  background-image: url('../imgs/Home_page/honor-bg.png');
  background-repeat: no-repeat;
  background-position: center;
  background-size: cover;
}
#honor-cate-wrap{
  display: flex;
  box-sizing: border-box;
  padding: 0 200px;
  margin-top: 60px;
  justify-content: space-between;
}
.honor-cate-item{
  cursor: pointer;
  flex: 1;
  text-align: center;
  color: #020814;
  font-size: 16px;
  font-weight: 600;
  padding-bottom: 14px;
  margin-bottom: 40px;

}

.honor-cate-item.active{
  border-bottom: 3px solid #1872ED;
}
.honor-wrap #honor-item-wrap{
  display: grid;
  grid-template-columns: repeat(4,1fr);
  gap: 24px;
}
.honor-wrap #honor-item-wrap .honor-item{
  height: 320px;
  background: #ffffff;
  border-radius: 4px;
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
}
.honor-wrap #honor-item-wrap .honor-item img{
  margin-top: 30px;
}
.honor-wrap #honor-item-wrap .honor-item .name{
  font-size: 14px;
  font-family: PingFang SC, PingFang SC-400;
  font-weight: 400;
  color: #020814;
  margin-top: 27px;
}
/* 免费定制 */
.free-customization{
  width: 100%;
}
.free-customization img{
  width: 100%;
  height: 100%;
}
/* 滑动 */

.Open-hd {
  height: 48px;
  margin-top: 40px;
}

.Open-hd span {
  display: block;
  float: left;
  width: 200px;
  height: 48px;
  line-height: 48px;
  text-align: center;
  color: #202020;
  font-size: 20px;
  background: #ffffff;
  border-radius: 32px;
  margin-right: 133px;
}

.Open-hd span:nth-child(4) {
  margin-right: 0;
}

.Open-hd .current {
  background: linear-gradient(137deg,#73aaff 5%, #0053FF 93%);
  color: #ffffff;
}

.hd-xian {
  width: 802px;
  height: 1px;
  border-bottom: 2px dashed #1872ED;
  padding-top: 20px;
  margin-left: 200px;
}

.Open-bd ul li {
  display: none;
}

.Open-bd ul .current {
  display: block;
}

.Open-bd ul li div {
  float: left;
  width: 600px;
  height: 340px;
}

.Open-bd-l img {
  float: right;
  height: 208px;
  margin-right: 133px;
  margin-top: 60px;
}

.Open-bd-r span {
  display: block;
  margin-top: 80px;
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  color: #202020;
  line-height: 33px;
}

.Open-bd-r p {
  margin-top: 20px;
  margin-bottom: 40px;
  width: 480px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

.Open-bd-r div a {
  display: block;
  float: left;
  width: 148px;
  height: 44px;
  line-height: 44px;
  text-align: center;
  border-radius: 4px;
}

.Open-bd-r div a:first-child {
  background: linear-gradient(137deg,#73aaff 5%, #0053FF 93%);
  color: #fff;
  margin-right: 18px;
}

.Open-bd-r div a:last-child {
  border: 1px solid #1872ED;
  color: #1872ED;
}

/* <!-- 售后VIP课 --> */

.VIP-Class {
  height: 684px;
  /* background-color: royalblue; */
}

.VIP-title {
  color: #202020;
}

.VIP-title span {
  display: block;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #202020;
  line-height: 50px;
  padding-top: 60px;
}

.VIP-title p {
  margin-top: 20px;
  text-align: center;
}

.VIP-hd {
  height: 132px;
  border-bottom: 1px solid#dddddd;
  margin-top: 40px;
  text-align: center;
}

.VIP-hd span {
  display: block;
  float: left;
  width: 64px;
  height: 125px;
  margin-right: 140px;
}

.VIP-hd span:first-child {
  margin-left: 262px;
}

.VIP-hd span div {
  width: 64px;
  height: 64px;
  position: relative;
}

/* .VIP-current-img {
  background: linear-gradient(180deg, #ffffff, #87d2ba);
} */

.VIP-hd span div img {
  position: absolute;
  display: block;
  width: 48px;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  margin: auto;
}

.VIP-hd span p {
  text-align: center;
  margin-top: 16px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
}

.VIP-bd {
  height: 360px;
}

.VIP-bd ul li {
  display: none;
}

.VIP-bd ul .current {
  display: block;
}

.VIP-bd ul li div {
  width: 600px;
  height: 360px;
  float: left;
}

.VIP-bd ul li .VIP-bd-l {
  padding-left: 100px;
}

.VIP-bd ul li .VIP-bd-l span {
  display: block;
  margin-top: 80px;
  height: 33px;
  font-size: 24px;
  font-weight: 600;
  text-align: left;
  color: #202020;
  line-height: 33px;
}

.VIP-bd-l p {
  font-size: 16px;
  font-weight: 400;
  color: #666666;
  margin-top: 24px;
}

.VIP-bd-l div a {
  display: block;
  float: left;
  margin-top: 42px;
  width: 148px;
  height: 44px;
  line-height: 44px;
  border-radius: 4px;
  text-align: center;
}

.VIP-bd-l div a:first-child {
  background: linear-gradient(137deg,#73aaff 5%, #0053FF 93%);
  color: #fff;
  margin-right: 18px;
}

.VIP-bd-l div a:last-child {
  width: 148px;
  height: 44px;
  border: 1px solid #1872ED;
  border-radius: 4px;
  color: #1872ED;
}

.VIP-bd-r img {
  width: 320px;
  margin-left: 150px;
  margin-top: 63px;
}

.VIP-current {
  border-bottom: 6px solid #1872ED;
}

/* <!-- 数据洞察 技术领先驱动业务增长 --> */

.Data-Insight {
  height: 336px;
  /* background: linear-gradient(135deg, rgba(17, 17, 17, 0.9) 1%, rgba(17, 17, 17, 0.85) 57%); */
  background: url(../imgs/Home_Page/bg_shujudongcha@2x.png) center no-repeat;
  position: relative;
}

.Insight-title {
  padding-top: 60px;
}

.Insight-title span {
  display: block;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #f3f3f3;
  line-height: 50px;
}

.Insight-title p {
  margin-top: 20px;
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #f3f3f3;
}

.Data-Insight ul {
  position: absolute;
  top: 233px;
  left: 50%;
  margin-left: -600px;
  background-color: #fff;
  height: 205px;
  border-radius: 4px;
  box-shadow: 0px 8px 24px 0px rgba(0, 0, 0, 0.05);
}

.Data-Insight ul li {
  display: block;
  float: left;
  width: 25%;
  height: 205px;
  position: relative;
}

.Data-Insight ul li span {
  display: block;
  font-size: 44px;
  font-weight: 500;
  text-align: center;
  color: #202020;
  margin-top: 54px;
}

.Data-Insight ul li img {
  position: absolute;
  width: 31px;
  height: 36px;
  top: 66px;
  right: 67px;
}

.Data-Insight ul li p {
  font-size: 16px;
  font-weight: 400;
  text-align: center;
  color: #666666;
  margin-top: 17px;
}

/* 三大核心优势 */

.Advanrage {
  height: 562px;
}

.Ad-center {
  height: 562px;
  width: 1040px;
  margin: 0 auto;
}

.Ad-title span {
  display: block;
  padding-top: 162px;
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #202020;
}

.Ad-main {
  margin-top: 60px;
}

.Ad-main ul li {
  width: 230px;
  height: 240px;
  float: left;
  margin-right: 175px;
}

.Ad-main ul li:last-child {
  margin-right: 0;
}

.Ad-main ul li img {
  display: block;
  height: 88px;
  margin: 0 auto;
}

.Ad-main ul li span {
  display: block;
  margin-top: 27px;
  text-align: center;
  height: 22px;
  font-size: 16px;
  font-weight: 600;
  color: #202020;
  line-height: 22px;
}

.Ad-main ul li p {
  margin-top: 19px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

/* 追求速度、专业沟通、高效解决 */

.Solve {
  height: 400px;
  background: #f3f6f9;
}

.Solve-title span {
  display: block;
  text-align: center;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  color: #202020;
  line-height: 50px;
  padding-top: 60px;
}

.Solve-main {
  margin-top: 40px;
}

.Solve-main ul li {
  float: left;
  margin-right: 20px;
  width: 386px;
  height: 190px;
  background: #ffffff;
  border-radius: 4px;
  box-shadow: 0px 8px 12px 0px rgba(213, 221, 229, 0.21);
}

.Solve-main ul li:last-child {
  margin-right: 0;
}

.Solve-main ul li div {
  padding-top: 40px;
  margin-left: 30px;
}

.Solve-main ul li img {
  width: 24px;
  height: 24px;
  vertical-align: -0.3em;
  margin-right: 10px;
}

.Solve-main ul li span {
  font-size: 24px;
  font-weight: 600;
  color: #202020;
}

.Solve-main ul li p {
  margin-top: 21px;
  margin-left: 30px;
  margin-right: 30px;
  font-size: 16px;
  font-weight: 400;
  color: #666666;
}

/* 腾慧科技助力30+行业进行精细化客户管理 */

.Manage {
  height: 608px;
}

.Manage-title {
  padding-top: 60px;
}

.Manage-title span {
  display: block;
  height: 50px;
  font-size: 36px;
  font-weight: 600;
  text-align: center;
  color: #202020;
  line-height: 50px;
}

.Manage-main {
  margin-top: 40px;
}

.Manage-main ul li {
  float: left;
  width: 380px;
  height: 458px;
  background: #f3f6f9;
  margin-right: 30px;
}

.Manage-main ul li:last-child {
  margin-right: 0;
}

.Manage-main ul li img {
  width: 380px;
  height: 240px;
}

.Manage-main ul li div {
  padding-top: 20px;
}

.Manage-main ul li div span {
  font-size: 20px;
  font-weight: 600;
  color: #202020;
}

.Manage-main ul li div p {
  margin-top: 20px;
  margin-bottom: 8px;
  font-size: 16px;
  font-weight: 400;
  color: #202020;
}

.Manage-main ul li div a {
  font-size: 16px;
  font-weight: 600;
  color: #1872ED;
}

/* 赋能30+行业数字化升级，3000+企业的共同选择 */

.Enterprise {
  height: 562px;
}

.Enterprise-title span {
  display: block;
  text-align: center;
  padding-top: 80px;
  font-size: 36px;
  font-weight: 600;
  color: #202020;
}

.Enterprise-main {
  margin-top: 50px;
}

.Enterprise-main ul li {
  margin-left: 60px;
  margin-bottom: 30px;
  float: left;
  width: 168px;
  height: 58px;
  border: 0.72px solid #eeeeee;
}

/* 限时免费！立即制定专业级解决方案 */

.Formu {
  height: 240px;
  background: linear-gradient(137deg,#73aaff 5%, #0053FF 93%);
  /* #73AAFF
#0053FF */
}

.Formu span {
  display: block;
  text-align: center;
  padding-top: 50px;
  height: 60px;
  font-size: 36px;
  font-weight: 600;
  color: #ffffff;
  line-height: 60px;
}

.Formu a {
  display: block;
  margin: 0 auto;
  margin-top: 30px;
  text-align: center;
  width: 148px;
  height: 44px;
  line-height: 44px;
  background: #ffffff;
  border-radius: 4px;
  font-size: 16px;
  font-weight: 400;
  color: #1872ED;
}

/*  */

.site-footer {
  height: 199px;
  background-color: #101010;
}

.site-footer .center div {
  padding-top: 40px;
  float: left;
}

.site-footer .logo-footer img {
  width: 132px;
  height: 43px;
}

.site-footer .center div span {
  color: #515151;
  font-size: 14px;
}

.site-footer .center div p {
  color: #818181;
  font-size: 14px;
  margin-top: 20px;
}

.site-footer .center .QR_code {
  float: right;
}

.QR_code img {
  height: 110px;
}

.site-footer .center .QR_code p {
  margin-top: 7px;
  text-align: center;
}

.profuct,
.serve,
.address {
  margin-left: 80px;
}

.site-info {
  height: 63px;
  line-height: 31px;
  background-color: #090909;
}

.site-info span {
  display: block;
  text-align: center;
  font-size: 14px;
  color: #6f6f6f;
}

/* 定位子菜单 */

.sub-menu {
  height: 240px;
  width: 72px;
  border-radius: 4px;
  position: fixed;
  top: 285px;
  right: 20px;
}

.sub-menu ul {
  position: relative;
}

.sub-menu li {
  background: #1872ED;
  float: right;
  width: 60px;
  height: 70px;
}

.sub-menu img {
  height: 24px;
  width: 24px;
  margin-left: 18px;
  margin-top: 10px;
}

.sub-menu span {
  display: block;
  font-size: 12px;
  color: #fff;
  text-align: center;
}
