.contentWidth{
    width: 1200px;
    margin: 0 auto;
}
/* banner */

.banner {
    height: 480px;
    width: 100%;
    background: url("../images/banner.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
    color: #fff;
    margin-top: 70px;
    min-width: 1200px;
}
.banner-con{
    text-align: center;
}
.banner-con img{
    display: inline-block;
    text-align: center;
    height: 38px;
    margin-top: 85px;
    margin-right: 20px;
}
.banner-con .banner-title{
    height:45px;
    font-size:48px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:55px;
    margin-top: 155px;
}
.banner-con .banner-desc{
    height:24px;
    font-size:24px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    margin-top: 20px;
}
/*五大功能模块*/
.fiveModule{
    height: 260px;
    margin: 80px auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.fiveModule:hover p{
    collapse: rgb(20, 118, 203);
}
.module{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.module img{
    width: 120px;
    height: 120px;
}
.module p{
    text-align: center;
}
.module  .moduleName{
    height:17px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    line-height:37px;
    margin-top: 24px;
}
.module  .moduleDesc{
    height:36px;
    font-size:14px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(102,102,102,1);
    line-height:22px;
    margin-top: 23px;
}
.fiveModule .module{
    height: 240px;
}
.fiveModule .module:hover img{
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.fiveModule .module:nth-of-type(1):hover .moduleDesc, .fiveModule .module:nth-of-type(1):hover .moduleName{
    color: #0093DF;
}
.fiveModule .module:nth-of-type(2):hover .moduleDesc, .fiveModule .module:nth-of-type(2):hover .moduleName{
    color: #2B60E4;
}
.fiveModule .module:nth-of-type(3):hover .moduleDesc, .fiveModule .module:nth-of-type(3):hover .moduleName{
    color: #773FE0;
}
.fiveModule .module:nth-of-type(4):hover .moduleDesc, .fiveModule .module:nth-of-type(4):hover .moduleName{
    color: #38C5A9;
}
.fiveModule .module:nth-of-type(5):hover .moduleDesc, .fiveModule .module:nth-of-type(5):hover .moduleName{
    color: #E2A621;
}
/*共享云供应链*/
.sharedCloud{
    height: 560px;
    background: #4179EC;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
sharedCloudCon{
    position: relative;
    border: 1px solid #ccc;
    height: 500px;
}
.sharedCloud-con{
    height: 330px;
    margin-top: 190px;
    position: relative;
    margin: 0 auto;
    margin-top: 65px;
    background: url("../images/sharecloud.png") no-repeat center center;;
}
.sharedCloud .sharedCloudTitle{
    height:23px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    text-align: center;
    margin-top: 78px;
}
.sharedCloud .sharedLeft{
    position: absolute;
    width: 290px;
    height: 360px;
    left: 10%;
}
.sharedCloud  .link{
    margin-top: 20px;
    margin-bottom: 5px;
    color: #1A6C5C;
}
.operationalModule span{
    display: inline-block;
    color: #1A6C5C;
    font-size: 14px;
    text-align: center;
    margin-left: 4px;
}
.sharedCloud .sharedLeft p{
    font-size: 16px;
    color: #fff;
    height: 50px;
    text-align: center;
}
.sharedCloud .sharedLeft p:nth-child(odd){
    width: 60%;
}
.sharedCloud .sharedLeft p:nth-child(even){
    text-align: right;
    width: 80%;
}
.sharedCloud .sharedLeft p:nth-of-type(3){
    margin-top: 6px;
}
.sharedCloud .sharedLeft p:nth-of-type(4){
    margin-top: 4px;
}
.sharedCloud .sharedLeft p:nth-of-type(5){
    margin-top: 6px;
}
.sharedCloud .sharedLeft p:nth-of-type(6){
    margin-top: 4px;
}
.sharedCloud .sharedLeft p:nth-of-type(7){
    margin-top: 6px;
}
.operationalModule{
    position: absolute;
    width: 70px;
    height:  185px;
}
.bottomDesc{
    height: 40px;
    width: 100%;
    position: absolute;
    bottom: -25px;
}
.bottomDesc span{
    height:17px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(38,83,165,1);
    line-height:37px;
    display: inline-block;
    position: absolute;
    color: #fff;
}
.bottomDesc span:nth-of-type(1){
    left: 2%;
}
.bottomDesc span:nth-of-type(2){
    left: 42%;
}
.bottomDesc span:nth-of-type(3){
    left: 62%;
}
.bottomDesc span:nth-of-type(4){
    right: 16%;
}
.bottomDesc span:nth-of-type(5){
    right: 0;
}
.operationalModule p{
    width: 100%;
    text-align: center;
    color: #fff;
    font-size: 16px;
}
.sharedCloud .operationalModule:nth-of-type(5){
    right: -4%;
}
.sharedCloud .operationalModule:nth-of-type(4){
    right: 13%;
}
.sharedCloud .operationalModule:nth-of-type(3){
    right: 30%;
}
.sharedCloud-con .title{
    font-size:14px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    position: relative;
    line-height: 30px;
}
.sharedCloud-con img{
    width:65px;
    height:65px;
    background:rgba(146,184,251,1);
    border-radius:50%;
    position: absolute;
    top: 110px;
    left: 27.5%;
}
.sharedCloud-con .xiaoya-logo1{
    display: none;
}
.sharedCloud .box{
    position: absolute;
}
.sharedCloud .box1{
    top: 20%;
    left: 20%;
}
.sharedCloud .box2{
    top: 20%;
    left: 36%;
}
.sharedCloud .box3{
    top: 20%;
    left: 45%;
}
.sharedCloud .box4{
    top: 20%;
     left: 53%;
 }
.sharedCloud .box5{
    top: 20%;
    right: 25%;
}
.sharedCloud .box6{
    top: 20%;
    right: 9%;
}
.sharedCloud .box7{
    bottom: 35%;
    right: 9%;
}
.sharedCloud .box8{
    bottom: 35%;
    right: 25%;
}
.sharedCloud .box9{
    bottom: 35%;
    left: 53%;
}
.sharedCloud .box10{
    bottom: 35%;
    left: 45%;
}
.sharedCloud .box11{
    bottom: 35%;
    left: 36%;
}
.sharedCloud .box12{
    bottom: 35%;
    left: 20%;
}
.sharedCloud .item{
    display: inline-block;
    width: 3px;
    height: 9px;
    background:rgba(146,184,251,1);
    border-radius:1px;
    opacity: 0.5;
    /*position: absolute;*/
}
.setOpacity{
    opacity: 0.6;
}
.sharedCloud .arrow{
    display:inline-block;
    width:0;
    height:0;
    border-top: 5px solid transparent;
    border-left: 5px solid #fff;
    border-bottom: 5px solid transparent;
    position: relative;
    opacity: 0.5;
}
.sharedCloud .arrowLeft{
    display:inline-block;
    width:0;
    height:0;
    border-top:5px solid transparent;
    border-bottom:5px solid transparent;
    border-right:5px solid #fff;
    position: relative;
    opacity: 0.5;
}
/*亿万社交，流量矩阵*/
.helpBusinesses{
    height: 480px;
    background: url("../images/businesses.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.helpBusinesses .numberRecord{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 100px;
}
.linkBox{
    text-align: center;
}
.helpBusinesses .helpBusinesses-title{
    height:23px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    margin-top: 79px;
    text-align: center;
}
.helpBusinesses a{
    width: 150px;
    height: 40px;
    margin: 73px auto 0 auto;
    display: inline-block;
    margin-right: 30px;
}
.socialCommerce .module{
    width: 168px;
    height: 240px;
}
.helpBusinesses .businesses-number{
    font-size: 50px;
    color: #FFFFFF;
    line-height: 24px;
    font-weight: 800;
}
.helpBusinesses span{
    font-size: 20px;
    font-weight: 200;
    position: relative;
    top: -39px;
    left: 73px;
    color: #fff;
}
.helpBusinesses span.userNumberUnit{
    left: 42px;
}
.helpBusinesses span.unit{
    left: 106px;
}
.helpBusinesses .businesses-desc{
    font-size: 18px;
    font-family: SourceHanSansCN-Regular;
    font-weight: 400;
    color: rgba(255,255,255,1);
    line-height: 30px;
    opacity: 0.8;
}
/*社交电商一站式解决方案*/
.socialCommerce{
    height: 260px;
    margin: 0 auto;
    display: flex;
    justify-content:space-between;
    align-items: center;
}
.socialCommerce .social-code{
    height: 200px;
    width: 200px;
    display: none;
}
.socialCommerce-title{
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(51,51,51,1);
    text-align: center;
    margin: 75px auto 53px auto;
}

/*更多功能*/
.more-functions{
    display: flex;
    justify-content: space-between;
    align-items: center;
    margin-bottom: 50px;
}
/*.more-functions img{*/
/*    height: 30px;*/
/*    width: 30px;*/
/*}*/
.more-functions p{
    text-align: center;
    line-height: 40px;
    font-size: 16px;
}
.more-functions .item{
    display: flex;
    flex-direction: column;
    align-items: center;
}
.lookMore{
    width: 150px;
    height: 40px;
    margin: 50px auto 0 auto;
    display: block;
    position: relative;
    top: -20px;
}
.more-functions-title{
    margin-bottom: 50px;
}
/*他们都在使用小亚通*/
.mapContent{
    height: 515px;
    background: url("../images/map.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.setBgColor{
    padding-top: 1px;
    background-color: rgba(235,242,250,1);
}
.more-Major{
    margin-bottom: 30px;
}
.mapContent .item {
    width: 100px;
    height: 55px;
    position: absolute;
}
.mapContent .item span{
    display: block;
    position: absolute;
}

.mapContent .item .arrow{
    width:0;
    height:0;
    border-right:1px solid transparent;
    border-left:7px solid transparent;
    border-top:7px solid #295FDB;
    position: absolute;
    right: 7px;
    bottom: 8px;
    opacity:0.3;
}
.mapContent .dot{
    width:10px;
    height:10px;
    background:rgba(41,95,219,1);
    opacity:0.3;
    border-radius:50%;
    position: absolute;
    right: 0;
    bottom: 0;
    color: #FEFEFE;
}
.businessAlliances{
    left: 30px;
    top: 60px;
}
.kuaJingBusiness{
    left: 150px;
    top: 24px;
}
.shiti{
    left: 249px;
    top: 60px;
}
.weiShang{
    top: 125px;
    left: 60px;
}
.gongYingShang{
    top: 161px;
    left: 211px;
}
.maoYiShang{
    top: 206px;
    left: 100px;
}
.ziMeiTi{
    top: 293px;
    left: 335px;
}
.jiFen{
    top: 376px;
    left: 283px;
}
.huiYuan{
    top: 42px;
    left: 481px;
 }
.shiPin{
    top: 176px;
    left: 465px;
}
.xuNi{
    top: 253px;
    left: 547px;
}
.dianShang{
    top: 100px;
    left: 657px;
}
.sheJiao{
    top: 200px;
    left: 610px;
}
.ziYingPlatform{
    bottom: 135px;
    left: 637px;
}
.xinLingShou{
    bottom: 90px;
    left: 555px;
}
.qunSheQu{
    top: 80px;
    right: 200px;
}
.fenXiao{
    top: 12px;
    right: 274px;
}
.shengHuo{
    top: 50px;
    right: 95px;
}
.chuanTong{
    top: 131px;
    right: 264px;
}
.sheQuDianShang{
    top: 186px;
    right: 293px;
}
.pinPaiShang{
    bottom: 103px;
    right: 141px;
}
.shengHuoFuWu{
    right: 175px;
    top: 200px;
}
.mapContent .footNote{
    font-weight:400;
    color:rgba(254,254,254,1);
    line-height: 40px;
    text-align: center;
    width:100px;
    height:40px;
    background:rgba(41,95,219,1);
    box-shadow:0px 16px 32px 0px rgba(0, 0, 0, 0.2);
    opacity:0.5;
    position: absolute;
    border-radius: 5px;
}
.mapContent .small-dot{
    display: block;
    width:10px;
    height:10px;
    background:rgba(41,95,219,1);
    opacity:0.5;
    border-radius:50%;
    position: absolute;
}
.weiShang .footNote{
    background:rgba(234,176,47,1);
}
.weiShang .arrow{
    border-top: 7px solid #EAB02F !important;
}
.weiShang .dot{
    background:rgba(238,180,53,1);
}
.ziMeiTi .footNote{
    background:rgba(66,134,239,1);
}
.ziMeiTi .arrow{
    border-top: 7px solid #4286EF !important;
}
.ziMeiTi .dot{
    background:rgba(69,136,239,1);
}
.sheJiao .footNote{
    background:rgba(135,88,224,1);
}
.sheJiao .arrow{
    border-top: 7px solid #8758E0 !important;
}
.sheJiao .dot{
    background:rgba(135,88,224,1);
}
.shiPin .footNote{
    background:rgba(62,197,90,1);
}
.shiPin .arrow{
    border-top: 7px solid #3EC55A !important;
}
.shiPin .dot{
    background:rgba(62,197,90,1);
}
.chuanTong .footNote{
    background:rgba(60,192,166,1);
}
.chuanTong .arrow{
    border-top: 7px solid #3CC0A6 !important;
}
.chuanTong .dot{
    background:rgba(60,192,166,1);
}

/*强大的研发实力*/
.developmentTeam{
    height:380px;
    background:rgba(56,109,219,1);
    color: #fff;
    overflow: hidden;
    position: relative;
}
.developmentTeam .title{
    height:24px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    margin-top: 77px;
    text-align: center;
}
.developmentTeam .desc{
    height:18px;
    font-size:18px;
    font-family:SourceHanSansCN-Normal;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    opacity:0.6;
    margin-top: 20px;
    text-align: center;
}
.development-type .module{
    flex: 1;
}
.development-type{
    display: flex;
    justify-content:space-between;
    align-items: center;
    margin-top: 60px;
}
.development-type .moduleDesc{
    opacity:0.5;
    font-size:14px;
    font-weight: 300;
    line-height: 20px;
}
.development-type .module{
    border-right: 1px solid #ccc;
    width: 240px;
}
.development-type .module p {
    color: #fff;
}
.development-type img{
    width: 30px;
    height: 30px;
}
.development-type .moduleName span{
    font-size: 25px;
    font-weight: 700;
    line-height: 24px;
    margin-right: 4px;
}

/*开放API 轻松对接第三方*/
.api-user{
    height: 280px;
    /*background: url("../images/api.png") no-repeat center center;*/
    /*background-size: cover;*/
    overflow: hidden;
    position: relative;
    margin-left: -116px;
    margin-top: -40px;
}
/*跨企业平台商家生意网*/
.cross-platform{
    height: 300px;
    background: url("../images/cross-platform.png") no-repeat center center;
    background-size: cover;
    overflow: hidden;
    position: relative;
}
.cross-platform .banner-title{
    height:24px;
    font-size:24px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:37px;
    text-align: center;
    margin-top: 70px;
}
.cross-platform .banner-desc{
    height:17px;
    font-size:18px;
    font-family:SourceHanSansCN-Regular;
    font-weight:400;
    color:rgba(255,255,255,1);
    line-height:24px;
    opacity: 0.6;
}

.cross-platform .banner-con{
    margin-top: 40px;
}
.cross-platform img{
    margin-top: 53px;
}

/*客户评价*/
.evaluation-content{
    height: 200px;
    width: 959px;
    background:rgba(245,248,252,1);
    position: absolute;
    right: 0;
    box-sizing: border-box;
    padding: 20px;
}
.evaluation-content .symbol{
    font-size: 50px;
    padding: 20px;
    float: left;
}
.evaluation-content .right-desc{
    margin-top: 30px;
}
.evaluation-content .desc{
    font-size: 15px;
    color:rgba(102,102,102,1);
    padding: 20px 20px 0 30px;
}
.evaluation-content .appraiser{
    position: absolute;
    bottom: 28px;
    padding: 0 8px 0 54px;
}
.setOpacity{
    opacity: 0.6;
}
.evaluation-content .appraiser span{
    color:rgba(114,113,113,1);
    font-size: 14px;
}
.evaluation-content .appraiser .lookVideo{
    display: inline-block;
    height: 30px;
    width: 76px;
    border: 1px solid #ccc;
    border-radius: 20px;
    padding: 0 10px;
    line-height: 30px;
    position: absolute;
    right: -620px;
    top: -10px;
    cursor: pointer;
    display: none;
}
.lookVideo:hover {
    transform: scale(1.1);
    -webkit-transform: scale(1.1);
    -moz-transform: scale(1.1);
}
.circle {
    background:rgba(99,99,99,1);
    border-radius: 50px;
    height: 20px;
    position: absolute;
    width: 20px;
    position: absolute;
    right: 10px;
    top: -16px;
}



.circle_inner_play {
    content: "";
    display: block;
    width: 0;
    height: 0;
    border-style: solid;
    border-width: 5px 0 5px 10px;
    border-color: transparent transparent transparent #fff;
    position: absolute;
    top: 50%;
    left: 50%;
    margin: -5px 0 0 -3px;
}
.evaluation-content .appraiser i{
    font-style: normal;
}
.client-con{
    height: 400px;
    width: 100%;
    position: relative;
    margin-bottom: 50px;
}
.client-con .imgView {
    /*width: 100%;*/
    position: absolute;
    bottom: 0;
}
.client-con .imgView img {
    display: block;
    width: 250px;
    height: 350px;
    border-radius: 6px;
}
.client-con .container {
    position: absolute;
    width: 620px;
    height: 150px;
    margin:10px auto 0 auto;
    overflow: hidden;
    bottom: 0;
    left: 50px;
}
.client-con .wrap {
    position: absolute;
    width: 4200px;
    height: 150px;
    z-index: 1;
}
.client-con .container .wrap img {
    float: left;
    width: 100px;
    height: 150px;
    cursor: pointer;
    margin: 0 27px;
}

.client-con  .arrow {
    display: block;
    border-right: 2px solid #fff;
    border-top: 2px solid #fff;
    height: 7px;
    width: 7px;
    margin: 50px auto 0;
    border-left: 2px solid transparent;
    border-bottom: 2px solid transparent;
    position: absolute;
    /*top: 20px;*/
}
.client-con  .arrow_left {
    left: 9px;
    transform: rotate(230deg);
    -webkit-transform: rotate(230deg);
    top: -43px;
}
.client-con .arrow_right {
    right: 9px;
    transform: rotate(46deg);
    -webkit-transform: rotate(46deg);
    top: -43px;
}
.client-con .slide-con{
    position: absolute;
    bottom: 0;
    height: 150px;
    width: 700px;
    left: 400px;
}
.client-con  .arrowRightBox{
    right: 0;
    top: 64px;
}
.client-con .arrowLeftBox{
    top: 64px;
}
.client-con  .client-arrow{
    display: inline-block;
    height: 25px;
    width: 25px;
    background: #3EC55A;
    border-radius: 50%;
    position: absolute;
    z-index: 2;
    cursor: pointer;
}
    /*.client-con .container:hover .arrow {*/
/*    display: block;*/
/*}*/
/*.client-con .container .arrow:hover {*/
/*    background-color: rgba(0,0,0,0.2);*/
/*}*/
/*商家列表*/
.merchantBox{
    /*height: 670px;*/
    position: relative;
    padding-bottom: 30px;
}
.merchantBox .tip-con{
    height: 30px;
    line-height: 30px;
    width: 284px;
    padding: 0 10px;
    border: 1px solid #ccc;
    color:rgba(51,51,51,1);
    font-size: 14px;
    margin: 50px auto;
    -webkit-border-radius: 16px;
    -moz-border-radius: 16px;
    border-radius: 16px;
}
.merchantBox .tip-con img{
    display: inline-block;
    position: relative;
    top: 5px;
    left: 5px;
}
.merchantBox .showImg{
    display: block;
}
.merchantBox .hiddenImg{
    display: none;
}
.tabcenter {
    flex: 1;
    text-align: center;
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
    align-items: center;
    padding: 10px 35px;
    /*height: 512px;*/
}
.tabcenter  img {
    display: inline-block;
    width: 164px;
    height: 88px;
    margin: 10px;
    -moz-box-shadow:1px 0px 5px #ccc; -webkit-box-shadow:1px 0px 5px #ccc; box-shadow:1px 0px 5px #ccc;
}

.tabcenter .yCodeImg{
    height: 185px;
    width: 165px;
    -moz-box-shadow:1px 0px 5px #ccc; -webkit-box-shadow:1px 0px 5px #ccc; box-shadow:1px 0px 5px #ccc;
}
.right {
    width: 20px;
    height: 20px;
    position: absolute;
    right: 20px;
    cursor: pointer;
    top: 30%;
}
.right-arrow1,
.right-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    border-top: 20px transparent dashed;
    border-right: 20px transparent dashed;
    border-bottom: 20px transparent dashed;
    border-left: 20px white solid;
    overflow: hidden;
}

.right-arrow1 {
    left: 1px;
    /*重要*/
    border-left: 20px #ccc solid;
}

.right-arrow2 {
    border-left: 20px rgba(235,242,250,1) solid;
}
/*左箭头*/

.left {
    width: 20px;
    height: 20px;
    position: absolute;
    left: -20px;
    top: 30%;
    z-index: 2;
    cursor: pointer;
    /*兼容ie8-*/
}

.left-arrow1,
.left-arrow2 {
    width: 0;
    height: 0;
    display: block;
    position: absolute;
    left: 0;
    top: 0;
    z-index: 5;
    /*兼容ie8-*/
    border-top: 20px transparent dashed;
    border-left: 20px transparent dashed;
    border-bottom: 20px transparent dashed;
    border-right: 20px white solid;
    overflow: hidden;
}

.left-arrow1 {
    border-right: 20px #ccc solid;
}

.left-arrow2 {
    left: 1px;
    /*重要*/
    border-right: 20px rgba(235,242,250,1) solid;
}

    /* 播放器窗口 */

#my-video_html5_api {
    height: 100%;
    width: 100%;
}

.video {
    width: 1140px;
    height: 640px;
    position: fixed;
    top: 50%;
    left: 50%;
    margin-left: -570px;
    margin-top: -320px;
    z-index: 10;
    display: none;
}

.video_content {
    height: 100%;
    width: 100%;
}

.video #button {
    color: #fff;
    z-index: 20;
    position: absolute;
    top: 0px;
    right: 1px;
    cursor: pointer;
    font-size: 30px;
    background-color: rgba(43,51,63,.7);
    -moz-box-shadow:1px 1px 5px #ccc; -webkit-box-shadow:1px 1px 5px #ccc; box-shadow:1px 1px 5px #ccc;
}
.video #button:hover{
    background-color: rgba(43,51,63,1);
}
/* 全渠道营销管理系统 */

.edition .title {
    text-align: center;
    margin-top: 48px;
}

.edition .title:nth-of-type(2) {
    text-align: center;
    margin-top: 12px;
}

.editionTab {
    height: 565px;
    position: relative;
}

.editionTab .editionTabCont {
    height: 483px;
    width: 552px;
    /* margin: 0 auto;
    margin-top: 37px; */
    position: relative;
    top: 37px;
    left: 50%;
    margin-left: -276px;
    float: left;
}

.editionTab .editionTabCont li {
    height: 483px;
    width: 552px;
    position: relative;
    display: none;
}

.editionTab .editionTabCont li:nth-of-type(1) {
    height: 483px;
    width: 552px;
    position: relative;
    display: block;
}

.editionTab .editionTabCont li dl {
    border-radius: 50%;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.5);
    transition: all 0.15s;
    -moz-transition: all 0.15s;
    -webkit-transition: all 0.15s;
    -o-transition: all 0.15s;
}

.editionTab .editionTabCont li dl:nth-of-type(1) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 22px;
    left: 111px;
}

.editionTab .editionTabCont li dl:nth-of-type(2) {
    height: 84px;
    width: 84px;
    background: #fff;
    position: absolute;
    top: 0;
    left: 234px;
}

.editionTab .editionTabCont li dl:nth-of-type(3) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 18px;
    left: 360px;
}

.editionTab .editionTabCont li dl:nth-of-type(4) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 112px;
    left: 54px;
}

.editionTab .editionTabCont li dl:nth-of-type(5) {
    height: 91px;
    width: 91px;
    background: #fff;
    position: absolute;
    top: 88px;
    left: 162px;
}

.editionTab .editionTabCont li dl:nth-of-type(6) {
    height: 91px;
    width: 91px;
    background: #fff;
    position: absolute;
    top: 87px;
    left: 300px;
}

.editionTab .editionTabCont li dl:nth-of-type(7) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 115px;
    left: 413px;
}

.editionTab .editionTabCont li dl:nth-of-type(8) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 198px;
    left: 0;
}

.editionTab .editionTabCont li dl:nth-of-type(9) {
    height: 91px;
    width: 91px;
    background: #fff;
    position: absolute;
    top: 195px;
    left: 98px;
}

.editionTab .editionTabCont li dl:nth-of-type(10) {
    height: 130px;
    width: 130px;
    background: #fff;
    position: absolute;
    top: 176px;
    left: 212px;
}

.editionTab .editionTabCont li dl:nth-of-type(11) {
    height: 91px;
    width: 91px;
    background: #fff;
    position: absolute;
    top: 195px;
    left: 364px;
}

.editionTab .editionTabCont li dl:nth-of-type(12) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    top: 202px;
    right: 0;
}

.editionTab .editionTabCont li dl:nth-of-type(13) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    bottom: 112px;
    left: 74px;
}

.editionTab .editionTabCont li dl:nth-of-type(14) {
    height: 91px;
    width: 91px;
    background: #fff;
    position: absolute;
    bottom: 91px;
    left: 165px;
}

.editionTab .editionTabCont li dl:nth-of-type(15) {
    height: 95px;
    width: 95px;
    background: #fff;
    position: absolute;
    bottom: 87px;
    left: 290px;
}

.editionTab .editionTabCont li dl:nth-of-type(16) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    bottom: 113px;
    left: 412px;
}

.editionTab .editionTabCont li dl:nth-of-type(17) {
    height: 75px;
    width: 75px;
    background: #fff;
    position: absolute;
    bottom: 22px;
    left: 114px;
}

.editionTab .editionTabCont li dl:nth-of-type(18) {
    height: 84px;
    width: 84px;
    background: #fff;
    position: absolute;
    bottom: 0;
    left: 233px;
}

.editionTab .editionTabCont li dl:nth-of-type(19) {
    height: 72px;
    width: 72px;
    background: #fff;
    position: absolute;
    bottom: 23px;
    left: 365px;
}

.editionTab .editionTabCont li dl:nth-of-type(1) dt {
    height: 30px;
    width: 29px;
    background: url("../images/spring.png") no-repeat -366px -5px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(1) dt {
    background: url("../images/spring.png") no-repeat -332px -5px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(8) dt {
    background: url("../images/spring.png") no-repeat -135px -108px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(12) dt {
    background: url("../images/spring.png") no-repeat -331px -108px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(13) dt {
    background: url("../images/spring.png") no-repeat -201px -108px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(14) dt {
    background: url(../images/spring.png) no-repeat -321px -64px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(15) dt {
    background: url("../images/spring.png") no-repeat -221px -64px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(19) dt {
    background: url(../images/spring.png) no-repeat -261px -64px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(1) dt {
    height: 30px;
    width: 29px;
    background: url("../images/spring.png") no-repeat -332px -5px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(1) dt {
    height: 30px;
    width: 29px;
    background: url("../images/spring.png") no-repeat -366px -5px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(3) dt {
    background: url("../images/spring.png") no-repeat -50px -64px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(9) dt {
    background: url("../images/spring.png") no-repeat -138px -64px;
    background-size: 416px 434px;
}

.editionTab .editionTabCont li dl:nth-of-type(1) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li dl:nth-of-type(8) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(8) dd,
.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(12) dd,
.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(13) dd,
.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(14) dd,
.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(19) dd {
    color: #444444;
}

.editionTab .editionTabCont li dl:nth-of-type(10) dd {
    font-size: 18px;
}

.editionTab .editionTabCont li dl:nth-of-type(12) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li dl:nth-of-type(13) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li dl:nth-of-type(14) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li dl:nth-of-type(15) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li dl:nth-of-type(19) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(9) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(16) dd {
    color: #D7D7D7;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(7) dd {
    color: #CC1C1D;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(1) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(1) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(8) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(12) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(13) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(14) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(3) dl:nth-of-type(14) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(15) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(19) dd {
    color: #444444;
}

.editionTab .editionTabCont li:nth-of-type(2) dl:nth-of-type(17) dd {
    color: #CC1C1D;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(17) dd {
    color: #CC1C1D;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(7) dd {
    color: #CC1C1D;
}

.editionTab .editionTabCont li:nth-of-type(3) dl:nth-of-type(11) dd:nth-of-type(1) {
    margin-top: 0;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(11) dd:nth-of-type(1) {
    margin-top: 0;
}

.editionTab .editionTabCont li:nth-of-type(3) dl:nth-of-type(11) dd:nth-of-type(2) {
    color: #CC1C1D;
    margin-top: 0;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(11) dd:nth-of-type(2) {
    color: #CC1C1D;
    margin-top: 0;
}

.editionTab .editionTabCont li dl:nth-of-type(2) dt {
    height: 34px;
    width: 34px;
    background: url("../images/spring.png") no-repeat -190px -5px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li dl:nth-of-type(3) dt {
    height: 39px;
    width: 40px;
    background: url("../images/spring.png") no-repeat -5px -64px;
    background-size: 416px 434px;
    margin-top: 19px;
    margin-left: 17px;
}

.editionTab .editionTabCont li dl:nth-of-type(4) dt {
    height: 30px;
    width: 26px;
    background: url("../images/spring.png") no-repeat -264px -5px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 24px;
}

.editionTab .editionTabCont li dl:nth-of-type(5) dt {
    height: 35px;
    width: 35px;
    background: url("../images/spring.png") no-repeat -63px -5px;
    background-size: 416px 434px;
    margin-top: 16px;
    margin-left: 28px;
}

.editionTab .editionTabCont li dl:nth-of-type(6) dt {
    height: 37px;
    width: 40px;
    background: url("../images/spring.png") no-repeat -103px -5px;
    background-size: 416px 434px;
    margin-top: 17px;
    margin-left: 25px;
}

.editionTab .editionTabCont li dl:nth-of-type(7) dt {
    height: 29px;
    width: 30px;
    background: url("../images/spring.png") no-repeat -229px -5px;
    background-size: 416px 434px;
    margin-top: 13px;
    margin-left: 23px;
}

.editionTab .editionTabCont li dl:nth-of-type(8) dt {
    height: 27px;
    width: 28px;
    background: url("../images/spring.png") no-repeat -168px -108px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 24px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(8) dt {
    height: 27px;
    width: 28px;
    background: url("../images/spring.png") no-repeat -135px -108px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 24px;
}

.editionTab .editionTabCont li dl:nth-of-type(9) dt {
    height: 35px;
    width: 38px;
    background: url("../images/spring.png") no-repeat -95px -64px;
    background-size: 416px 434px;
    margin-top: 15px;
    margin-left: 27px;
}

.editionTab .editionTabCont li dl:nth-of-type(10) dt {
    height: 54px;
    width: 53px;
    background: url("../images/spring.png") no-repeat -5px -5px;
    background-size: 416px 434px;
    margin-top: 18px;
    margin-left: 39px;
}

.editionTab .editionTabCont li dl:nth-of-type(11) dt {
    height: 37px;
    width: 37px;
    background: url("../images/spring.png") no-repeat -148px -5px;
    background-size: 416px 434px;
    margin-top: 15px;
    margin-left: 27px;
}

.editionTab .editionTabCont li dl:nth-of-type(12) dt {
    height: 28px;
    width: 35px;
    background: url("../images/spring.png") no-repeat -371px -108px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 20px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(12) dt {
    height: 28px;
    width: 35px;
    background: url("../images/spring.png") no-repeat -331px -108px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 20px;
}

.editionTab .editionTabCont li dl:nth-of-type(13) dt {
    width: 32px;
    height: 26px;
    background: url("../images/spring.png") no-repeat -238px -108px;
    background-size: 416px 434px;
    margin-top: 13px;
    margin-left: 22px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(13) dt {
    width: 32px;
    height: 26px;
    background: url("../images/spring.png") no-repeat -201px -108px;
    background-size: 416px 434px;
    margin-top: 13px;
    margin-left: 22px;
}

.editionTab .editionTabCont li dl:nth-of-type(14) dt {
    height: 37px;
    width: 37px;
    background: url("../images/spring.png") no-repeat -363px -64px;
    background-size: 416px 434px;
    margin-top: 12px;
    margin-left: 28px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(14) dt {
    height: 37px;
    width: 37px;
    background: url("../images/spring.png") no-repeat -321px -64px;
    background-size: 416px 434px;
    margin-top: 12px;
    margin-left: 28px;
}

.editionTab .editionTabCont li:nth-of-type(3) dl:nth-of-type(14) dt {
    height: 37px;
    width: 37px;
    background: url("../images/spring.png") no-repeat -321px -64px;
    background-size: 416px 434px;
    margin-top: 12px;
    margin-left: 28px;
}

.editionTab .editionTabCont li dl:nth-of-type(15) dt {
    height: 37px;
    width: 35px;
    background: url("../images/spring.png") no-repeat -221px -64px;
    background-size: 416px 434px;
    margin-top: 16px;
    margin-left: 30px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(15) dt {
    height: 37px;
    width: 35px;
    background: url("../images/spring.png") no-repeat -181px -64px;
    background-size: 416px 434px;
    margin-top: 16px;
    margin-left: 30px;
}

.editionTab .editionTabCont li dl:nth-of-type(16) dt {
    height: 30px;
    width: 24px;
    background: url("../images/spring.png") no-repeat -275px -108px;
    background-size: 416px 434px;
    margin-top: 12px;
    margin-left: 26px;
}

.editionTab .editionTabCont li:nth-of-type(4) dl:nth-of-type(16) dt {
    height: 30px;
    width: 24px;
    background: url("../images/spring.png") no-repeat -303px -108px;
    background-size: 416px 434px;
    margin-top: 12px;
    margin-left: 26px;
}

.editionTab .editionTabCont li dl:nth-of-type(17) dt {
    height: 27px;
    width: 32px;
    background: url("../images/spring.png") no-repeat -295px -5px;
    background-size: 416px 434px;
    margin-top: 17px;
    margin-left: 22px;
}

.editionTab .editionTabCont li dl:nth-of-type(18) dt {
    height: 30px;
    width: 60px;
    background: url("../images/spring.png") no-repeat -5px -108px;
    background-size: 416px 434px;
    margin-top: 27px;
    margin-left: 12px;
}

.editionTab .editionTabCont li dl:nth-of-type(18) dt {
    height: 30px;
    width: 60px;
    background: url("../images/spring.png") no-repeat -70px -108px;
    background-size: 416px 434px;
    margin-top: 27px;
    margin-left: 12px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(18) dt {
    height: 30px;
    width: 60px;
    background: url("../images/spring.png") no-repeat -5px -108px;
    background-size: 416px 434px;
    margin-top: 27px;
    margin-left: 12px;
}

.editionTab .editionTabCont li dl:nth-of-type(19) dt {
    height: 30px;
    width: 25px;
    background: url("../images/spring.png") no-repeat -291px -64px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li:nth-of-type(1) dl:nth-of-type(19) dt {
    height: 30px;
    width: 25px;
    background: url("../images/spring.png") no-repeat -261px -64px;
    background-size: 416px 434px;
    margin-top: 11px;
    margin-left: 23px;
}

.editionTab .editionTabCont li dl dd {
    margin-top: 7px;
    text-align: center;
    color: #444444;
}

.editionTabBur {
    position: absolute;
    left: 0;
    top: 140px;
    height: 158px;
    width: 110px;
    border-left: 2px solid #D6D6D6;
    float: right;
    text-align: left;
    padding: 15px 0;
    padding-left: 20px;
}

.editionTabBur li {
    margin-top: 20px;
    cursor: pointer;
}

.editionTabBur li:nth-of-type(1) {
    color: #1476CB;
}

.editionTabBur li:nth-of-type(1) {
    margin-top: 5px;
}

.editionTabBur .moveDiv {
    height: 11px;
    width: 14px;
    background: url("../images/spring.png") no-repeat -5px -143px;
    background-size: 416px 434px;
    position: absolute;
    top: 24px;
    left: -7px;
}

/* 供应链高效协同 */

.supplyChain {
    height: 1000px;
    min-width: 1200px;
}

.supplyChain .title {
    text-align: center;
    margin-top: 74px;
    margin-bottom: 20px;
}

.supplyChainModule {
    margin-top: 20px;
    position: relative;
}

.supplyChainModuleL {
    width: 580px;
    position: absolute;
    top: 0;
    left: -580px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.supplyChainModuleR {
    width: 580px;
    position: absolute;
    top: 0;
    right: -580px;
    transition: all 1s;
    -moz-transition: all 1s;
    -webkit-transition: all 1s;
    -o-transition: all 1s;
}

.supplyChainModuleChildren {
    height: 400px;
    margin-top: 40px;
    overflow: hidden;
    display: block;
}

.supplyChainModuleChildren:hover {
    height: 400px;
    margin-top: 40px;
    overflow: hidden;
    display: block;
    box-shadow: 0px 0px 10px 0px rgba(20, 118, 203, 0.5);
}

.supplyChainModuleChildren p {
    text-align: left;
    margin-left: 30px;
    color: #fff;
}

.supplyChainModuleChildren p:nth-of-type(1) {
    text-align: left;
    margin-left: 30px;
    color: #fff;
    margin-top: 25px;
}

.childrenUrl1 {
    background: url("../images/index_content1.jpg") no-repeat;
    background-size: 580px 400px;
}

.childrenUrl2 {
    background: url("../images/index_content2.jpg") no-repeat;
    background-size: 580px 400px;
}

.childrenUrl3 {
    background: url("../images/index_content3.jpg") no-repeat;
    background-size: 580px 400px;
}

.childrenUrl4 {
    background: url("../images/index_content4.jpg") no-repeat;
    background-size: 580px 400px;
}

/* 打通供应链上下游 全场景解决方案 */

.categories {
    width: 100%;
    height: 776px;
    background: rgba(250, 250, 250, 1);
    overflow: hidden;
}

.categories p {
    text-align: center;
}

.categories .title {
    margin-top: 50px;
}

.categories-tab {
    width: 1050px;
    height: 545px;
    margin: 0 auto;
    margin-top: 40px;
    padding: 25px;
    border: 1px solid rgba(214, 214, 214, 1);
}

.categories .tabTag {
    /* list-style-type: none;
    list-style-position: inside; */
    /* width: 600px; */
    /* margin: 20px auto; */
    width: 100%;
    height: 145px;
    display: flex;
}

.tabTag #tag1 {
    color: #1476CB;
    background: #fff;
    border-top: 5px solid #1476CB;
}

.tabTag .afterName1::after {
    content: '';
    position: absolute;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.tabTag .afterName::after {
    content: '';
    position: absolute;
    bottom: -30px;
    border: 15px solid transparent;
    border-top-color: #fff;
}

.categories .tabTag li {
    flex: 1;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
    position: relative;
    /* float: left;
    border: 1px solid #22ff22;
    margin: 0px 3px;
    padding: 10px;
    background: #ddffdd;
    border-top-left-radius: 8px;
    border-top-right-radius: 8px;
    border-bottom: none;
    cursor: pointer; */
}

.categories .tabTag li .icon1 {
    font-size: 60px
}

.categories .tabTag li .icon2 {
    font-size: 60px
}

.categories .tabTag li .icon3 {
    font-size: 54px
}

.categories .clearfix {
    clear: both;
}

.categories #container {
    /* width: 600px; */
    margin: 0 auto;
    height: 400px;
}

.categories #container img {
    display: none;
    height: 100%;
    width: 100%;
}

.categories #container #div1 {
    display: block;
    height: 100%;
    width: 100%;
}

/*
/* <!--  五大核心功能 助力供应链在线高效协同--> */

.FiveCore {
    height: 504px;
    width: 100%;
    background: url("../images/banner-five-code.jpg") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    min-width: 1200px;
    z-index: 20
}

.FiveCoreBack {
    height: 100%;
    overflow: hidden;
}

.FiveCoreBack img {
    height: 235px;
    width: 841px;
    margin: 0 auto;
    margin-top: 40px;
}

.FiveCore p {
    text-align: center;
}

.FiveCore .title {
    margin-top: 50px;
}

/* <!--  承载海量并发·保障系统高效、稳定、安全 --> */

.dataStatistics {
    height: 395px;
    width: 100%;
    background: url("../images/index_banner1.jpg") no-repeat center;
    background-size: 100% 100%;
    color: #fff;
    overflow: hidden;
    min-width: 1200px;
}

.dataStatistics p {
    text-align: center;
}

.dataStatistics .title {
    margin-top: 80px;
}

.dataStatistics .intrduce {
    margin-top: 15px;
}

.dataStatistics ul {
    width: 100%;
    height: 110px;
    margin: 0 auto;
    margin-top: 55px;
}

.dataStatistics ul li {
    float: left;
    margin-left: 120px;
}

.dataStatistics ul li:nth-of-type(1) {
    float: left;
    margin-left: 0;
}

/* <!--  及时响应式服务，接入快速便捷 --> */

.supplyChainC {
    height: 1020px;
}

.supplyChainC .title {
    text-align: center;
    margin-top: 74px;
    margin-bottom: 20px;
}

.supplyChainC .quickly {
    height: 230px;
    width: 100%;
}

.supplyChainC .quickly dl {
    height: 95px;
    width: 460px;
    float: left;
    margin-top: 40px;
}

.supplyChainC .quickly .dlnoth {
    height: 95px;
    width: 460px;
    float: left;
    margin-top: 40px;
    margin-left: 250px;
}

.supplyChainC .quickly dl dt {
    height: 95px;
    width: 95px;
    background: #fff;
    border-radius: 50%;
    float: left;
    font-size: 95px;
    display: flex;
}

.supplyChainC .quickly dl dt .icon {
    height: 95px;
    width: 95px;
}

.supplyChainC .quickly dl dd {
    float: left;
    margin-left: 20px;
}

.supplyChainC .quickly dl dd p:nth-of-type(1) {
    margin: 10px 0;
}

/* 上万家商家都已选择小亚通运营店铺 */

.bussiness {
    overflow: hidden;
}

.bussiness p {
    text-align: center;
}

.bussiness .title {
    margin-top: 74px;
}

.bussiness .intrudece {
    margin-top: 12px;
}

.bussiness .lightGray {
    margin-top: 10px;
}

.bussiness ul {
    width: 1192px;
    height: 478px;
    border-bottom: 1px solid #f2f2f2;
    border-right: 1px solid #f2f2f2;
    margin-top: 50px;
}

.bussiness ul li {
    height: 158px;
    width: 148px;
    border-top: 1px solid #f2f2f2;
    border-left: 1px solid #f2f2f2;
    float: left;
    position: relative;
}

.bussiness ul li .show {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
}

.bussiness ul li .show img {
    height: 70px;
    width: 70px;
    margin-top: 35px;
    margin-left: 40px;
}

.bussiness ul li .show p {
    margin-top: 15px;
    font-size: 14px;
    color: #444444;
}

.bussiness ul li .hidden {
    height: 100%;
    width: 100%;
    position: absolute;
    top: 0;
    left: 0;
    display: none;
    z-index: 10;
}

.partner p {
    text-align: center;
}

.partner .scrollBox {
    width: 100%;
    height: 140px;
    border: 1px solid #f2f2f2;
    overflow: hidden;
    margin-top: 40px;
    margin-bottom: 70px;
}

.scrollBox ul {
    height: 70px;
    width: 5200px;
    margin-top: 35px;
    position: relative;
    left: 0;
    overflow: hidden;
    animation: scrollBoxMove 25s linear infinite normal;
}

.scrollBox ul li {
    float: left;
    height: 70px;
    width: 200px;
}

.scrollBox ul li img {
    height: 70px;
    width: 200px;
}

@keyframes scrollBoxMove {
    0% {
        left: 0;
    }
    100% {
        left: -4000px;
    }
}

/* <!-- 与吴晓波频道等大V开启轻电商之旅 --> */

.canvasBusiness {
    height: 494px;
    width: 100%;
    position: relative;
    overflow: hidden;
    background: url("../images/water.jpg") no-repeat center center;
    background-size: 100% 100%;
    min-width: 1200px;
}

.BusinessContent {
    height: 100%;
    color: #fff;
    z-index: 10;
    position: relative;
}

.BusinessContent p:nth-of-type(1) {
    font-size: 40px;
    text-align: center;
    margin-top: 55px;
}

.BusinessContent img {
    height: 320px;
    width: 833px;
    margin: 0 auto;
    margin-top: 60px;
}

.FreeExperience {
    height: 440px;
    width: 100%;
    background: url("../images/index_banner2.jpg") no-repeat center;
}

.Newconsult {
    margin-top: 21px;
    height: 458px;
    background: #fff;
    box-shadow: 0px 0px 10px 0px rgba(214, 214, 214, 0.5);
    overflow: hidden;
    margin-top: 20px;
    margin-bottom: 50px;
}

.Newconsult .title {
    margin-top: 30px;
    text-align: center;
    margin-bottom: 50px;
}

.Newconsult ul {
    width: 1170px;
    height: auto;
    margin-left: 30px;
}

.Newconsult ul li {
    width: 555px;
    margin-right: 30px;
    height: 48px;
    border-top: 1px solid #D6D6D6;
    float: left;
    cursor: pointer;
}

.listTitle {
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    line-height: 48px;
}

.Newconsult ul .outList {
    display: block;
    width: 555px;
    margin-right: 30px;
    height: 120px;
    border-top: 0;
    margin-bottom: 20px;
    float: left;
}

.Newconsult ul .outList .left-img {
    height: 120px;
    width: 160px;
    float: left;
}

.Newconsult ul .outList .textModule {
    width: 380px;
    height: 120px;
    margin-left: 15px;
    float: left;
}

.Newconsult ul .outList .textModule p {
    width: 100%;
    overflow: hidden;
    text-overflow: ellipsis;
    display: -webkit-box;
    -webkit-line-clamp: 2;
    -webkit-box-orient: vertical;
}

.consulMore {
    float: right;
    margin-right: 30px;
}

@keyframes move_wave {
    0% {
        transform: translateX(0) translateZ(0) scaleY(1)
    }
    50% {
        transform: translateX(25%) translateZ(0) scaleY(0.7)
    }
    100% {
        transform: translateX(50%) translateZ(0) scaleY(1)
    }
}

.waveWrapper {
    width: 100%;
    overflow: hidden;
}

.waveWrapperInner {
    background: blue;
}

.bgTop {
    z-index: 15;
    opacity: 0.5;
}

.bgMiddle {
    z-index: 10;
    opacity: 0.75;
}

.bgBottom {
    z-index: 5;
}

.wave {
    position: absolute;
    right: 0;
    width: 300%;
    height: 100%;
    background-repeat: repeat no-repeat;
    background-position: 0 bottom;
    transform-origin: center bottom;
}

.waveTop {
    background-size: 50% 100px;
}

.waveAnimation .waveTop {
    animation: move-wave 3s;
    -webkit-animation: move-wave 3s;
    -webkit-animation-delay: 1s;
    animation-delay: 1s;
}

.waveMiddle {
    background-size: 50% 120px;
}

.waveAnimation .waveMiddle {
    animation: move_wave 10s linear infinite;
}

.waveBottom {
    background-size: 50% 100px;
}

.waveAnimation .waveBottom {
    animation: move_wave 15s linear infinite;
}
