/* 单独处理头部样式 */
.main .header-box {
  background: transparent;
  transition: background-color 0.8s;
  -ms-transition: background-color 0.8s; /* IE 9 */
  -moz-transition: background-color 0.8s; /* Firefox */
  -webkit-transition: background-color 0.8s; /* Safari 和 Chrome */
  -o-transition: background-color 0.8s; /* Opera */
}
/* 公共title */
.main .common-title{
  line-height: 50px;
  text-align: center;
  font-size: 36px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  color: #17294D;
}
/* banner */
.banner{
  width: 100%;
  height: 520px;
}
.banner .swiper-pagination {
  width: 1200px;
  text-align: left;
  left: 50%;
  bottom: 20px;
  transform: translate(-50%, 0);
}
.banner .swiper-pagination .swiper-pagination-bullet {
  width:28px;
  height: 6px;
  background: #171732;
  opacity: 0.2;
  border-radius: 4px;
  margin:0 6px;
}
.banner .swiper-pagination .swiper-pagination-bullet-active {
  background: #3377FF;
  opacity: 1;
}
.banner-list, .banner-item{
  width: 100%;
  height: 100%;
}
.banner-item{
  background-repeat:no-repeat;
  background-position: center;
  background-size: cover;
}
/* banner内容之平台介绍 */
.banner-item.platform-introduct .container{
  padding-top: 168px;
}
.banner-item.platform-introduct .container .title{
  /* width: 768px; */
  height: 62px;
  line-height: 62px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 48px;
  color: #222222;
  overflow: hidden;
  text-overflow: ellipsis;
  white-space: nowrap;
}
.banner-item.platform-introduct .container .subtitle{
  /* width: 768px; */
  height: 33px;
  line-height: 33px;
  font-family: PingFangSC-Regular;
  font-size: 24px;
  color: #555555;
  margin-top: 24px;
}
.banner-item.platform-introduct .btn{
  width: 160px;
  height: 48px;
  background: #3377FF;
  box-shadow: 0 10px 20px 0 #3377ff33;
  border-radius: 4px;
  line-height: 24px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 18px;
  color: #FFFFFF;
  padding: 12px 24px;
  cursor: pointer;
  margin-top: 62px;
}

/* 四个方面 */
.merit{
  width: 100%;
  background:#DFEAFF;
}
.merit-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  align-items: center;
}
.merit-item {
  width:300px;
  display: flex;
  justify-content: center;
  flex-direction: column;
  padding: 32px 0;
  box-sizing: border-box;
}
.merit-item .icon-bg {
  width:52px;
  height: 52px;
  margin: 0 auto;
}
.merit-item .icon-bg img {
  display: block;
  width: 100%;
  height:100%;
}
.merit-item .title {
  line-height: 25px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 18px;
  color: #17294D;
  margin-top: 19px;
}
.merit-item .desc {
  line-height: 20px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #636B7B;
  margin-top: 8px;
}

/* 功能模块 */
.module .module-card:first-of-type{
  background: #F3F7FF;
}
.module .module-card:nth-of-type(2) {
  background: #E4EEFF;
}
.module .container {
  padding: 80px 0 138px;
}
.module .module-header {
  line-height: 50px;
  text-align: center;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 36px;
  color: #17294D;
}
.module .module-cont {
  margin-top: 60px;
}
.module .plate-wrapper {
  width:100%;
  display: flex;
  justify-content: center;
}
.module .plate-list {
  display: flex;
  justify-content: center;
  align-items: center;
  border-bottom: 1px solid #D8D8D8;
  position: relative;
}
.module .plate-item {
  width: 220px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  padding: 6px 0 10px;
  box-sizing: border-box;
  cursor: pointer;
  margin-right: 32px;
}
.module .plate-item:last-of-type {
  margin: 0;
}
.module .plate-item .icon{
  width:32px;
  height:32px;
  background-repeat:no-repeat;
  background-position: center;
  background-size: 100%;
}
.module .plate-item .icon.qygj {
  background-image: url('../../images/home/icon_qygj_nor@2x.png');
}
.module .plate-item .icon.crm {
  background-image: url('../../images/home/icon_crm_nor@2x.png');
}
.module .plate-item .icon.wxkf {
  background-image: url('../../images/home/icon_wxkf_nor@2x.png');
}
.module .plate-item .icon.hhcd {
  background-image: url('../../images/home/icon_hhcd_nor@2x.png');
}
.module .plate-item .icon.zxfw {
  background-image: url('../../images/home/icon_zxfw_nor@2x.png');
}
.module .plate-item .icon.yyfw {
  background-image: url('../../images/home/icon_yyfw_nor@2x.png');
}
.module .plate-item .icon.pxfw {
  background-image: url('../../images/home/icon_pxfw_nor@2x.png');
}
.module .plate-item .icon.dzfa {
  background-image: url('../../images/home/icon_dzfa_nor@2x.png');
}
.module .plate-item.active .icon.qygj {
  background-image: url('../../images/home/icon_qygj_pr@2x.png');
}
.module .plate-item.active .icon.crm {
  background-image: url('../../images/home/icon_crm_pr@2x.png');
}
.module .plate-item.active .icon.wxkf {
  background-image: url('../../images/home/icon_wxkf_pr@2x.png');
}
.module .plate-item.active .icon.hhcd {
  background-image: url('../../images/home/icon_hhcd_pr@2x.png');
}
.module .plate-item.active .icon.zxfw {
  background-image: url('../../images/home/icon_zxfw_pr@2x.png');
}
.module .plate-item.active .icon.yyfw {
  background-image: url('../../images/home/icon_yyfw_pr@2x.png');
}
.module .plate-item.active .icon.pxfw {
  background-image: url('../../images/home/icon_pxfw_pr@2x.png');
}
.module .plate-item.active .icon.dzfa {
  background-image: url('../../images/home/icon_dzfa_pr@2x.png');
}
.module .plate-item .name-intr{
  margin-top:4px;
}
.module .plate-item .name {
  line-height: 20px;
  font-family: PingFangSC-Medium;
  font-size: 14px;
  color: #17294D;
}
.module .plate-item.active .name {
  font-weight: bold;
  color: #3377FE;
}
.module .plate-list .hover-line {
  width: 102px;
  height: 3px;
  background: #3377FF;
  position: absolute;
  left: 59px;
  bottom: 0;
	transition: left 0.5s;
}
.module .fun-list {
  margin-top: 50px;
}
.module .fun-item{
  width: 100%;
  height: 100%;
  display: none;
}
.module .fun-item.active {
  display: flex;
}
.module .item-left{
  width: 678px;
  height: 410px;
  position: relative;
}
.module .item-left .item-img {
  display:block ;
  width: 100%;
}
.module .item-left .mobile-qygj {
  width: 220px;
  height: auto;
  position: absolute;
  top: 84px;
  right: -24px;
}
.module .item-right {
  height: 410px;
  display: flex;
  flex-direction: column;
  justify-content: center;
  margin-left: 78px;
}
.module .item-right .title{
  line-height: 33px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 24px;
  color: #17294D;
}
.module .item-right .desc-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 40px;
}
.module .item-right .desc-list .desc{
  width: 206px;
  margin:0 0 20px 0;
}
.module .item-right .desc{
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #636B7B;
}
.module .item-right .btn-wrapper {
  width:100%;
  display: flex;
}
.module .item-right .btn-wrapper.mt133 {
  margin-top: 133px;
}
.module .item-right .btn-wrapper .btn {
  width: 136px;
  height: 48px;
  line-height: 20px;
  text-align: center;
  border: 1px solid #3377FF;
  border-radius: 4px;
  font-family: PingFangSC-Medium;
  font-weight: 700;
  font-size: 16px;
  color: #3377FF;
  padding: 13px 0;
  box-sizing: border-box;
  cursor: pointer;
}
.module .item-right .btn-wrapper .btn.active {
  background:#3377FF;
  color: #fff;
  box-shadow: 0 8px 20px 2px rgba(51,119,255,0.2);
  margin-right: 24px;
}
/* 企业微信客户运营行业最佳实践和实施服务做特殊处理 */
.module .fun-list.right .fun-item {
  flex-direction: row-reverse;
}
.module .fun-list.right .item-left {
  height: auto;
}
.module .fun-list.right .item-left .item-img{
  width: 420px;
  height: 420px;
  position: absolute;
  top: -26px;
  left: 245px;
}
.module .fun-list.right .item-right {
  /* height: auto; */
  height: 350px;
  padding: 34px 0 50px 112px;
  margin: 0;
}
.module .fun-list.right .item-right .desc{
  width: 423px;
  margin-top: 40px;
}
.module .fun-list.right .item-right .btn-wrapper.mt105 {
  margin-top: 105px;
}

/* 助力企业业务快速增长 */
.industry {
  width: 100%;
  background: #F3F7FF;
}
.industry .container {
  padding: 80px 0 88px;
}
.industry-cont {
  margin-top: 56px;
}
.industry-cont .tab-box {
  width: 100%;
  display: flex;
  justify-content: center;
}
.industry-cont .tab-list{
  display: flex;
  justify-content: center;
  align-items: center;
  position: relative;
}
.industry-cont .tab-item{
  width: 102px;
  height: 36px;
  line-height: 22px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #17294D;
  text-align: center;
  margin-right: 39px;
  cursor: pointer;
}
.industry-cont .tab-item.active {
  color: #3377FF;
}
.industry-cont .tab-item:last-of-type {
  margin: 0;
}
.industry-cont .hover-line {
  width: 102px;
  height: 5px;
  background: #3377FF;
  position: absolute;
  left: 0;
  bottom: 0;
	transition: left 0.5s;
}
.industry-item {
  background: #17294D;
  box-shadow: inset 0 0 100px 3px #0A1428;
  display: flex;
  justify-content: space-between;
  padding: 20px;
  box-sizing: border-box;
  border-radius: 4px;
  display: none;
}
.industry-item.active {
  display: flex;
}
.industry-item .item-left{
  padding: 66px 0 0 56px;
}
.industry-item .item-left .title {
  width: 429px;
  line-height: 33px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 24px;
  color: #FFFFFF;
}
.industry-item .item-left .sub-title {
  width: 429px;
  line-height: 25px;
  font-family: PingFangSC-Regular;
  font-size: 18px;
  color: rgba(255, 255, 255, 0.8);
  margin-top: 23px;
}
.industry-item .item-left .desc-list {
  margin-top: 21px;
}
.industry-item .item-left .desc {
  width: 429px;
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: rgba(255, 255, 255, 0.8);
  margin-bottom: 10px;
}
.industry-item .item-left .desc:last-of-type {
  margin: 0;
}
.industry-item .item-left .btn {
  width: 160px;
  height: 48px;
  line-height: 22px;
  text-align: center;
  font-family: PingFangSC-Regular;
  font-size: 16px;
  color: #FFFFFF;
  background: #3377FF;
  box-shadow: 0 10px 20px 0 rgba(51, 51, 255, 0.2);
  border-radius: 4px;
  padding: 13px 0;
  box-sizing: border-box;
  cursor: pointer;
  margin-top: 48px;
}
.industry-item .item-right {
  width: 600px;
  height: 450px;
}
.industry-item .item-right img {
  display: block;
  width: 100%;
  height: 100%;
}
/* 行业应用案例 */
.case {
  width: 100%;
  background: url('../../images/home/bg_case@2x.png') no-repeat center/cover;
}
.case .container{
  padding:80px 0 138px;
  box-sizing: border-box;
}
.case .case-list {
  width: 100%;
  display: flex;
  justify-content: space-between;
  padding-top: 52px;
  box-sizing: border-box;
}
.case .case-item {
  width: 280px;
  height: 422px;
  background: #FFFFFF;
  box-shadow: 0 5px 10px 0 rgba(0, 0, 0, 0.1);
  border-radius: 4px;
  padding: 20px 8px 17px 20px;
  cursor: pointer;
  position: relative;
}
.case .case-item img {
  width: 240px;
}
.case .case-item .title {
  width: 240px;
  line-height: 25px;
  font-family: PingFangSC-Medium;
  font-weight: bold;
  font-size: 18px;
  color: #14161A;
  margin-top: 30px;
}
.case .case-item .tag-list {
  display: flex;
  flex-wrap: wrap;
  margin-top: 20px;
}
.case .case-item .tag-item {
  height: 28px;
  background: #FFFFFF;
  line-height: 18px;
  font-family: PingFangSC-Regular;
  font-size: 13px;
  color: #919499;
  border: 1px solid #E9EAED;
  border-radius: 4px;
  padding: 5px 9px;
  box-sizing: border-box;
  margin: 0 12px 12px 0;
}
.case .case-item .btn {
  display: flex;
  align-items: center;
  position: absolute;
  right: 20px;
  bottom: 27px;
  cursor: pointer;
}
.case .case-item .btn .text {
  line-height: 20px;
  font-family: PingFangSC-Regular;
  font-size: 14px;
  color: #3377FF;
}
.case .case-item:hover .title{
  color: #3377FF;
}
.case .case-item .btn .icon {
  width: 16px;
  height: 16px;
  background: url('../../images/home/icon_case@2x.png') no-repeat center/100%;
  margin-left: 4px;
}
.case .case-item:hover .line {
  width: 100%;
  height: 8px;
  background: #3377FF;
  border-radius: 0 0 4px 4px;
  position: absolute;
  left: 0;
  right: 0;
  bottom: 0;
}

/* 我们服务的客户 */
.client {
  width:100%;
  background: #F3F7FF;
}
.client .container {
  width: 100%;
  padding: 60px 0 30px;
}
.client .client-wrapper {
  width:100%;
  overflow: hidden;
  padding-top: 60px;
}
.client .client-logo-wrapper {
  width: 4760px;
  height: 108px;
  display: flex;
  flex-wrap: nowrap;
  padding: 0 0 20px;
  box-sizing: border-box;
}
.client .client-logo-wrapper.line-odd {
  animation: scrollToRight1 36s infinite linear;
}
.client .client-logo-wrapper.line-even {
  animation: scrollToRight1 30s infinite linear;
}
.client .client-logo-list{
  width: 2380px;
  height: 88px;
  display: flex;
  align-items: center;
  margin-right: 20px;
}
.client .client-logo-list:last-of-type{
  margin-right: 0;
}
.client .client-logo-item {
  width: 220px;
  height: 88px;
  font-size: 0;
  box-shadow: 0 5px 20px 2px rgba(36, 39, 47, 0.1);
  margin-left: 20px;
}
.client .client-logo-item:first-of-type {
  margin-left: 0;
}
.client .client-logo-item img{
  width: 220px;
  height: 100%;
}
@keyframes scrollToRight1 {
  0% {
    -webkit-transform:translate3d(-50%,0,0);
  }
  100% {
    -webkit-transform:translateZ(0);
  }
}