* {
    margin: 0;
    padding: 0
}

body {
    position: relative;
    color: #000;
    font-family: PingFangSC-Light,  'hiragino sans gb', tahoma, 'microsoft yahei ui', 'microsoft yahei', simsun, sans-serif
}

ul li {
    list-style: none
}

a {
    text-decoration: none;
    outline: 0
}

a img {
    border: 0
}

.left {
    float: left
}

.right {
    float: right
}

.clearfix:after, .clearfix:before {
    display: table;
    content: " "
}

.clearfix:after {
    clear: both
}

.container {
    margin: 0 auto;
    width: 1200px
}

.hide {
    display: none
}

.textCenter {
    text-align: center
}

.textRight {
    text-align: right;
    padding-top:46px;
}

.bgGray {
    background: #f5f5f5
}

.borderBottom {
    border-bottom: 1px solid #dbdbdb
}

.topbar {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    width: 100%;
    /* min-width: 1200px; */
    height: 64px;
    background: none;
}

.topbar .logo {
    margin-top: 5px;
    font-size: 0;
}

.topbar .navi {
    float: left;
    margin-left: 40px
}

.topbar .navi li {
    float: left;
    height: 64px;
    font-size: 14px;
    display: flex;
    justify-content: center;
    align-items: center;
}

.topbar .navi li.active {
    background: rgba(255, 255, 255, .1)
}

.topbar .navi li a {
    display: block;
    padding: 0 15px;
    color: #2F343A;
}


.tabs {
    width: 100%;
    height: 60px;
    background: #f5f5f5
}

.tabs .container {
    text-align: center;
    line-height: 60px
}

.tab {
    margin: 0 66px;
    font-size: 16px;
    color: grey;
    cursor: pointer
}

.tab.active {
    color: #ff730f
}

.tabs.index {
    position: absolute;
    top: 500px;
    z-index:10;
}

.blockTitle {
    margin-bottom: 24px;
    height: 80px
}

.blockTitle p {
    float: left;
    width: 300px;
    height: 80px;
    font-size: 30px;
    line-height: 80px;
    color: #000;
    background: url(../imgs/dash_line.png) 0 79px repeat-x
}

.picWrapper {
    padding: 0px 0
}

.productWrapper {
    padding-top: 60px
}

.product {
    margin-top: 30px
}

.productTitle {
    font-size: 20px
}

.productSubTitle {
    margin-top: 12px;
    font-size: 16px;
    color: #4c4c4c
}

.titleWithBorder {
    padding-left: 10px;
    border-left: 4px solid #ff730f
}

.productContent {
    padding: 15px 0
}

.productContent p {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c
}

.terminal .picWrapper {
    padding: 60px 0
}

.broker .picWrapper {
    margin: 20px 0
}

.game .picWrapper, .terminal .picWrapper, .store .picWrapper {
    margin-bottom: 100px
}

.terminal .imgWrapper {
    padding: 28px 0;
    width: 298px
}

.terminal .imgWrapper + .imgWrapper {
    border-left: 1px solid #e6e6e6
}

.sceneWrapper {
    padding-top: 80px;
    padding-bottom: 100px
}

.scene {
    margin: 0 20px;
    width: 358px;
    border: 1px solid #ff730f
}

.contact, .contact .container {
    width: 100%;
    height: 160px
}

.scenePic {
    border-bottom: 1px solid #ff730f;
    height: 188px
}

.sceneContent {
    padding-top: 30px;
    height: 150px
}

.sceneContent .sceneTitle {
    margin-bottom: 20px;
    font-size: 24px;
    color: #000
}

.sceneContent .sceneIntro {
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c
}

.sceneContent p {
    margin: 0 27px
}

.industry {
    padding: 80px 0
}

.service {
    border-top: 1px solid #dbdbdb;
    padding-top: 80px;
    padding-bottom: 60px
}

.media {
    padding-top: 40px;
    padding-bottom: 120px
}

.contact .container {
    min-width: 1200px;
    position: relative;
    overflow: hidden
}

.contact .imgWrapper {
    width: 1920px;
    height: 160px;
    position: absolute;
    left: 50%;
    margin-left: -960px
}

.aboutMoguContent {
    padding: 50px 0
}

.companyContent {
    display: block
}

.activityContent, .investorContent, .teamContent {
    display: none
}

.companyContent p {
    margin-bottom: 30px;
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c
}

.companyContent .imgWrapper {
    margin-bottom: 12px
}

.companyContent .imgWrapper img {
    float: left
}

.companyContent .imgWrapper img + img {
    margin-left: 8px
}

.investorPhoto {
    width: 180px
}

.investorIntro {
    width: 998px
}

.investorIntro p {
    margin-bottom: 25px;
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c
}

.investorIntro .name {
    color: #000;
}

.memberContainer{
    margin-top: 40px
}

.member {
    margin-left: 54px;
}
.member p{line-height:30px}

.memberIntro {
    margin-left: 202px;
    width: 339px
}

.memberIntro .memberName {
    margin-bottom: 40px;
    font-size: 16px;
    color: #4c4c4c
}

.memberIntro .memberName span {
    color: #000;
    font-weight: 700
}

.memberIntro .memberInfo {
    font-size: 16px;
    line-height: 30px;
    color: #4c4c4c
}

.activity {
    border-bottom: 1px solid #dbdbdb
}

.activity + .activity {
    padding-top: 35px
}

.activityTitle {
    margin-bottom: 9px;
    font-size: 24px;
    color: #000
}

.activityTime {
    margin-bottom: 20px;
    font-size: 18px;
    color: #999
}

.activityPic {
    margin-bottom: 15px
}

.activityPic img {
    float: left
}

.activityPic img + img {
    margin-left: 12px
}

.activityInfo {
    margin-bottom: 20px;
    font-size: 16px;
    line-height: 24px;
    color: #999
}

.telWidget {
    position: fixed;
    bottom: 250px;
    right: 16px;
    z-index: 2000
}

.footer {
    padding-top: 45px;
    padding-bottom: 27px;
    background: #fff;
}

.aboutContent, .recruitContent {
    padding-top: 30px
}

.bottomNavi {
    margin-bottom: 24px
}

.bottomNavi li {
    float: left;
    margin-right: 40px
}

.bottomNavi li a {
    font-size: 14px;
    color: #000
}

.footer .leftContent {
    width: 695px
}

.footer .aboutUs {
    margin-bottom: 20px;
    font-size: 15px;
    line-height: 24px;
    color: grey
}

.footer .copyRight {
    margin-bottom: 10px;
    font-size: 15px;
    color: grey
}

.footer .qrCode {
    margin-bottom: 5px
}

.footer .companyInfo p {
    font-size: 14px;
    line-height: 24px;
    color: grey
}

.footer .recordNum {
    color: grey
}

.aboutContent .sect {
    color: #4D4D4D;
    font-size: 16px;
    line-height: 36px;
    margin-top: 40px
}

.aboutContent .sectTitle {
    font-size: 24px;
    line-height: 32px;
    color: #000
}
.aboutContent .sectTitle span{
    padding:0 10px;
    font-size:12px;
    vertical-align: middle;
}

.aboutContent .addressDetail {
    width: 800px;
    height: 240px;
    margin-top: 8px;
    background: #DBDBDB
}

.aboutContent .qrCode {
    margin: 16px 0 60px;
    width: 240px;
    height: 240px
}

/*以下为招聘内容*/
.recruitContent {
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c
}

.recruitContent .sect .address {
    font-size: 18px;
    color: #000;
    margin: 30px 0
}

.recruitContent .sectTitle {
    font-size: 24px;
    line-height: 40px;
    color: #000
}

.recruitContent .sectTitle.sub {
    font-size: 18px;
    line-height: 36px;
    border-bottom: 1px solid #DBDBDB
}

.recruitContent .sectTitle.sub a {
    color: #FF730F;
    cursor: pointer
}

.recruitContent .sectContent {
    line-height: 30px;
    padding: 6px 0 50px
}

/*以下为新闻动态内容*/
.mediaContent, .caseContent {
    font-size: 16px;
    line-height: 24px;
    color: #4c4c4c;
    line-height: 1;
    margin: 16px auto;
}
.mediaContent_list{
    padding: 0 116px;
}
.mediaContent_section{
    position: relative;
    /*height: 134px;*/
    border-bottom: 1px solid #f5f5f5;
    margin-top: 48px;
    padding-bottom:48px;
}
.mediaContent_section:last-child{border-bottom: none}
.mediaContent_section_img{
    position: absolute;
    top:0;
    width: 190px;
    height: 110px;
    background: #ccc;
    overflow: hidden;
}
.mediaContent_section_detail{
    padding-left: 202px;
}
.mediaContent_section_detail a{
    font-size: 24px;
    color: #000;
    cursor: pointer;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 1;
    overflow: hidden;
}
.media_date{
    display: block;
    margin-top: 10px;
    color: #999;
}
.mediaContent_section_detail p{
    margin-top: 16px;
    line-height: 24px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.mediaContent_list_more, .caseContent_list_more{
    margin: 30px 116px;
    text-align: center;
    line-height: 50px;
    cursor: pointer;
    background:url('./../../dist/imgs/arrow.png')  center bottom no-repeat;
    background-size: 18px;
    padding: 0 0 8px;
}

.caseContent_list{
    padding: 0 116px;
}
.caseContent_section{
    position: relative;
    /*float: left;*/
    border: 1px #dbdbdb solid;
    padding: 20px 14px 40px;
    margin-top: 20px;
}
.caseContent_section_img{
    float: left;
    width: 230px;
    height: 150px;
    background: #ccc;
}
 .caseContent_section_detail{
    padding-left: 260px;
 }
 .caseContent_section_detail_title{
    margin-bottom: 10px;
 }
.caseContent_section_detail_title a{
    font-size: 24px;
    color: #000;
    cursor: pointer;
}
.caseContent_section_detail_item{
    margin-top: 6px;
    display: flex;
}
.caseContent_section_detail_item_title{
    color: #999;
    width: 80px;
    text-align: justify;
    text-align-last:justify;
}
.caseContent_section_detail_item_title_extent{
    line-height: 28px;
}
.caseContent_section_detail_item_detail{
    display: inline-block;
    flex: 1;
}
.caseContent_section_detail_item_detail_extent{
    line-height: 28px;
}
.caseContent_tag{
    margin-right: 20px;
    color: #888
}
.caseContent_section_detail_item_detail_extent a{
    font-size: 16px;
    color: #ff730f;
}
/*以下为博客内容*/

.blogContent {
    font-size: 16px;
    background: #EDEDED
}

.blogContent .container {
    background: #fff;
    padding-bottom: 100px;
}

.blogContent .blogWrapper {
    width: 1000px;
    margin: 0 auto
}

.blogContent .blogItem {
    padding: 50px 0 32px;
    border-bottom: 1px solid #DBDBDB
}

.blogContent .itemTitle {
    font-size: 24px;
    line-height: 32px;
    color: #000
}

.blogContent .itemSubTitle {
    color: #999;
    line-height: 24px
}

.blogContent .blogImg {
    margin: 16px 0;
    height: 260px;
    background: #DBDBDB
}

.blogContent .itemDes {
    line-height: 22px;
    color: #4c4c4c
}

.pagination {
    color: grey;
    padding-top: 30px
}

.pagination a {
    float: left;
    display: block;
    font-size: 18px;
    width: 36px;
    height: 36px;
    line-height: 36px;
    text-align: center;
    cursor: pointer
}

.pagination a:hover {
    color: #FF730F;
    text-decoration: underline
}

.pagination a.former:hover, .pagination a.latter:hover {
    text-decoration: none
}

.pagination a.active {
    background: #FF730F;
    color: #fff
}

/* ----------------新版样式 --------------- */
.c-org{
    color:#FA5F2F !important;
}
.bg-grey{
    background:rgba(244, 245, 250, 0.5) !important;
}

.mg-tit{
    font-size:36px;
    color:#222222;
    font-weight: bold;
    text-align: center;
}
.mg-tit .c-org{
    padding-right:20px;
}
.index-wrapper{
    background:#fff;
}
.index-wrapper .block{
    padding:88px 0;
}
.block-gl .cont{
    padding-top:88px;
    display: flex;
    justify-content:space-between;
    width: 100%;
    height: 192px;
}
.block-gl .cont dl{
    width: 570px;
    /* margin-right:62px; */
    display: flex;
}
.block-gl .cont dl dt{
    width: 192px;
    height:192px;
    padding-right:10px;
}
.block-gl .cont dl dd h3{
    font-size:24px;
    line-height: 30px;
    padding-bottom:10px;
    font-weight: normal;
}
.block-gl .cont dl dd p{
    color:#2F343A;
    font-size:14px;
    line-height: 28px;
}

.block-yq .container{
    display: flex;
    justify-content: space-between;
    height:535px;
}
.block-yq .container .text-wrap{
    width: 560px;
    overflow: hidden;
}
.block-yq .container .text-wrap .mg-tit{
    margin-bottom:16px;
    text-align: left;
}
.block-yq .container .text-wrap .mg-tit .c-org{
    display: block;
}

.block-yq .container .img-wrap{
    width: 520px;
    padding-top: 30px;
    box-sizing: border-box;
}
.block-yq .container .text-wrap dl{
    margin-top:4px;
    background-size:64px 64px;
    padding-top: 64px;
}
.block-yq .container .text-wrap dl dt{
    font-weight: bold;
    line-height: 43px;
    font-size:24px;
}

.block-yq .container .text-wrap dl dd{
   font-weight: 300;
}

.block-yq .container .text-wrap .d1{
    background:url('./../../dist/imgs/newImgs/number_01.png')  left top no-repeat;
}
.block-yq .container .text-wrap .d2{
    background:url('./../../dist/imgs/newImgs/number_02.png')  left top no-repeat;
}
.block-yq .container .text-wrap .d3{
    background:url('./../../dist/imgs/newImgs/number_03.png')  left top no-repeat;
}


.block-yq .container .img-wrap{
    width: 520px;
}



.index-wrapper .block-nl{
    padding: 0px;
}

.block-nl .mg-tit{
    padding-bottom:56px;
}
.block-nl .tabbar ul{
    display: flex;
    width: 100%;
    justify-content: space-around;
}
.block-nl .tabbar ul li {
    height: 88px;
    padding:42px 8px 42px 100px;
    background-size:88px 88px;
    color:#2F343A;
    font-size:20px;
    position:relative;
    cursor: pointer;
    transition:all 0.4s;
}

.block-nl .tabbar ul li.l1{
    background:url('./../../dist/imgs/newImgs/icon_iSales.png') 8px center no-repeat;
    background-size:88px 88px;
}

.block-nl .tabbar ul li.l2{
    background:url('./../../dist/imgs/newImgs/icon_iMarketing.png') 8px center no-repeat;
    background-size:88px 88px;
}

.block-nl .tabbar ul li.l3{
    background:url('./../../dist/imgs/newImgs/icon_iTraining.png') 8px center no-repeat;
    background-size:88px 88px;
}

.block-nl .tabbar ul li b{
    font-size:30px;
    line-height: 36px;
    padding-bottom:8px;
    display: block;
}
.block-nl .tabbar ul li.active{
    color:#FA5F2F;
}

.block-nl .tabbar ul li.active::after{
    content:'';
    width: 100%;
    height: 4px;
    background:#FA5F2F;
    position:absolute;
    bottom:0px;
    left:0px;
}

.block-nl .cont-wrap{
    background:#FAFAFA;
    padding:56px 0 88px;
}

.block-nl .cont-wrap .item{
    text-align: center;
}

.block-nl .cont-wrap .item.none {
    display: none;
}

.block-nl .cont-wrap .item p {
    font-size:16px;
    color:#2F343A;
    line-height: 20px;
}
.block-nl .cont-wrap .item img{
    padding-top:50px;
}

.block-nl .cont-wrap .item .abc{
    text-align: center;
    padding-top:50px;
}
.block-nl .cont-wrap .item .abc li{
    display: inline-block;
    font-size:20px;
    color:#2F343A;
    padding-left:20px;
    position: relative;
}

.block-nl .cont-wrap .item .content_01{
    padding: 50px 78px 0;
    box-sizing: border-box;
}

.block-nl .cont-wrap .item .content_02{
    padding: 50px 160px 0;
    box-sizing: border-box;
}

.block-nl .cont-wrap .item .abc li:first-child {
    float: left;
}

.block-nl .cont-wrap .item .abc li:last-child {
    float: right;
}

.block-nl .cont-wrap .item .abc li::before{
    content:'';
    position: absolute;
    left:0px;
    top:8px;
    width: 12px;
    height: 12px;
    background: #FA5F2F;
    border-radius: 12px;
}

.navbar{
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    z-index: 2000;
    width: 100%;
    height: 72px;
    background: none;
    transition: background 0.2s;
    font-size: 14px;
}
.navbar .container{
    overflow: hidden;
}

.navbar .logo-warp{
    display: flex;
    justify-content:start;
    height: 72px;
    align-items:center;
    float: left;
    padding-right: 30px;
}

.navbar .logo-warp .logo{ 
    display: block; 
    width: 94px;
    height: 31px;
    background: url(../imgs/common/logo.png) no-repeat;
    background-size: contain;
    margin-right:8px;
}

.navbar .logo-warp .logo a{
    display: block;
    width: 96px;
    height: 31px;
    font-size:0px;
    text-indent: -9999px;
    overflow: hidden;
}
.navbar .logo-warp .wx{ 
    display: block; 
    width: 144px;
    height: 48px;
    background: url(../imgs/newImgs/logo_03.svg) no-repeat;
    background-size: contain;
}
.navbar .nav-wrap{
    width: 700px;
    float: left;
}
.navbar .nav-wrap li{
    float: left;
}
.navbar .nav-wrap li a{
    display: block;
    height: 72px;
    line-height: 72px;
    padding:0 30px;
    color:#2F343A;
    font-weight: 500;
}
.navbar .nav-wrap li.active a {
    color:#FA5F2F;
}
.navbar .nav-wrap li a:hover{
   color:#FA5F2F;
}
.navbar.fixed{
    position:fixed;
    background:#fff;
    box-shadow:0px 0px 5px #ccc;
}

/* 有背景色 */
.white{
    background:#fff;
    box-shadow:0px 0px 5px #ccc;
}

.index-banner{
    width: 100%;
    height: 640px;
    overflow: hidden;
    position:relative;
}


.index-banner .swiper-container {
    width: 1920px;
    height: 640px;
    position: absolute;
    top:0px;
    left:50%;
    margin-left:-960px;
}

.index-banner .swiper-container .img-wrap {
    width: 1920px;
    height: 640px;
}


.index-banner .swiper-container .swiper-slide{
    width: 1920px;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet{
    width: 26px;
    height: 4px;
    background: #ccc;
    border-radius: 2px;
    transition:width 0.2s;
    opacity: 0.5;
}
.index-banner .swiper-container .swiper-pagination .swiper-pagination-bullet-active{
    width:48px;
    opacity:1;
}

.index-banner .swiper-container .banner-box{
    position:absolute;
    left:50%;
    top:0px;
    width: 1200px;
    margin-left:-600px;
    z-index:100;
    color:#2F343A;
}
.index-banner .swiper-container .banner-box.box1 h2{
    padding-top:267px;
    font-size:48px;
    line-height: 58px;
}
.index-banner .swiper-container .banner-box.box1 p{
    font-size:24px;
    line-height: 30px;
    padding-top:16px;
}
.index-banner .swiper-container .banner-box.box1 .btn-wrap{
    padding-top:56px;
}
.index-banner .swiper-container .banner-box.box1 .btn-wrap .btn{
    display:inline-block;
    margin-right:32px;
    height: 32px;
    line-height: 32px;
    padding:8px 24px 8px 72px;
    border: 2px solid #3D7EE8;
    border-radius: 2px;
    color:#3D7EE8;
    background:url('./../../dist/imgs/newImgs/WeChat_logo01.svg') 25px center no-repeat;
    position:relative;
    transition: all 0.3s;
}

.index-banner .swiper-container .banner-box.box1 .btn-wrap .btn:before{
    content:'';
    width: 1px;
    height: 15px;
    background:#4280E8;
    position: absolute;
    top:16px;
    left:64px;
}

.index-banner .swiper-container .banner-box.box1 .btn-wrap .btn:hover{
    transform:scale(1.1);
}
.index-banner .swiper-container .banner-box.box1 .btn-wrap .btn-ins{
    background:url('./../../dist/imgs/newImgs/WeChat_logo02.svg') 25px center no-repeat;
    background-color:#3D7EE8;
    color:#fff;
}

.index-banner .swiper-container .banner-box.box1 .btn-wrap .btn-ins:before{
    background:#F2F5FA;
}


/* 二维码 */
.er_code {
    width: 294px;
    height: 339px;
    position: fixed;
    bottom: calc(50% - 250px);
    right:78px;
    z-index: 9;
  }
  
  .er_code.none{
    display: none;
  }
  
  .er_code > img {
    display: block;
    width: 100%;
    height: 100%;
  }
  
  .er_code .close-btn {
    width: 32px;
    height: 32px;
    position: absolute;
    right: 30px;
    top: 24px;
    cursor: pointer;
  }
  
  .er_code .close-btn>img {
    display: block;
    width: 16px;
    height: 16px;
    margin: 8px auto;
  }

/* 添加移动端基础样式 */
@media screen and (max-width: 768px) {
  .container {
    width: 100%;
    padding: 0 15px;
    box-sizing: border-box;
  }

  /* 导航栏适配 */
  .navbar {
    height: 50px;
  }

  .navbar .logo-warp {
    height: 50px;
    padding-right: 15px;
  }

  .navbar .nav-wrap {
    display: none; /* 移动端可以改为汉堡菜单 */
  }

  /* Banner适配 */
  .index-banner {
    height: auto;
    padding-top: 56.25%; /* 16:9比例 */
  }

  .index-banner .swiper-container {
    width: 100%;
    height: 100%;
    position: absolute;
    top: 0;
    left: 0;
    margin-left: 0;
  }

  .index-banner .swiper-container .banner-box.box1 {
    width: 100%;
    margin-left: 0;
    padding: 0 15px;
    box-sizing: border-box;
  }

  .index-banner .swiper-container .banner-box.box1 h2 {
    padding-top: 100px;
    font-size: 24px;
    line-height: 1.4;
  }

  .index-banner .swiper-container .banner-box.box1 p {
    font-size: 16px;
  }

  /* 内容区块适配 */
  .index-wrapper .block {
    padding: 40px 0;
  }

  .mg-tit {
    font-size: 24px;
    padding: 0 15px;
  }

  .block-gl .cont {
    flex-direction: column;
    height: auto;
    padding-top: 40px;
  }

  .block-gl .cont dl {
    width: 100%;
    margin-bottom: 30px;
  }

  .block-yq .container {
    flex-direction: column;
    height: auto;
  }

  .block-yq .container .text-wrap,
  .block-yq .container .img-wrap {
    width: 100%;
  }

  .block-yq .container .img-wrap img {
    width: 100%;
    height: auto;
  }
}