section{
    margin-top: 100px;
}
.m-wg-ct {
    width: 1400px;
    margin: 0 auto;
    margin-top: 100px;
}
.m-wg-ct .m-theme {
    margin-top: 0px;
    overflow: hidden;
}
.m-theme .m-theme-title{
    text-align: center;
    font-size: 39px;
    color: #4D4D4D;
    position: relative;
    font-size:35px;
    margin: 10px 0;
}
.m-theme i{
    width: 100%;
    display: inline-block;
    text-align: center;
    color: #8f8f8f;
    font-size: 24px;
}


.m-theme p {
    width: 232px;
    padding: 0 20px;
    font-size: 14px;
    color: #999999;
    letter-spacing: 1px;
    box-sizing: border-box;
    text-align: center;
    margin: 10px 0 0;
}

.m-theme-wrap{
    overflow:hidden;
    margin:100px 0 30px;
    display: flex;
    flex-wrap:nowrap;
    justify-content:space-between;
    /*animation-name: bounceInUp;*/
    /*-webkit-animation-duration: 1s;*/
    /*animation-duration: 1s;*/
    /*-webkit-animation-fill-mode: both;*/
    /*animation-fill-mode: both;*/
    /*animation-delay: 0.3s;*/
}
.m-theme-wrap .theme-idea{
    display:inline-block;
    width:21%;
    height:300px;

}
@keyframes bounceInUp{
0%, 60%, 75%, 90%, 100% {
    -webkit-transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
    transition-timing-function: cubic-bezier(0.215, 0.610, 0.355, 1.000);
}
0% {
    opacity: 0;
    -webkit-transform: translate3d(0, 3000px, 0);
    transform: translate3d(0, 3000px, 0);
}
60% {
    opacity: 1;
    -webkit-transform: translate3d(0, -20px, 0);
    transform: translate3d(0, -20px, 0);
}
75% {
    -webkit-transform: translate3d(0, 10px, 0);
    transform: translate3d(0, 10px, 0);
}
90% {
    -webkit-transform: translate3d(0, -5px, 0);
    transform: translate3d(0, -5px, 0);
}
100% {
    -webkit-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
}
.m-theme-wrap .theme-idea a{
    position: relative;
    border: 1px solid #efefef;
    overflow: hidden;
    height: 287px;
    width: 100%;
    display: flex;
    flex-wrap: nowrap;
    flex-direction: column;
    align-items:center;
}
.m-theme-wrap .theme-idea a:hover{
    box-shadow: 1px 3px 13px rgb(0 0 0 / 20%);
}
.m-theme-wrap .theme-idea a:hover img{
    -moz-transform: scaleX(-1);
    -ms-transform: scaleX(-1);
    -webkit-transform: scaleX(-1);
    -o-transform: scaleX(-1);
    transform: scaleX(-1);
}
.m-theme-wrap .theme-idea a img{
    margin: 70px 0 10px;
    -webkit-transition: 400ms;
    -o-transition: 400ms;
    -moz-transition: 400ms;
    -ms-transition: 400ms;
    transition: 400ms;
}
.index-wrap {
    width: 1400px;
    padding-left: 15px;
    margin: 0 auto 65px;
    text-align: center;
    font-size: 0;
    overflow: hidden;
    display: flex;
    flex-wrap: nowrap;
    justify-content: space-around;
}
.m-smart{
    width:100%;
    padding-bottom: 0px;
}
.m-smart-title{
    font-size: 32px;
    color: #2c2828;
    min-width: 240px;
    margin-right: 20px;
    float: left;
    position: relative;
    letter-spacing: 2px;
}
.m-smart-title h3{
    font-weight: bolder;
}

.smart-dec{
    overflow: hidden;
    position:relative;
}
.m-smart-dec{
    font-size: 15px;
    line-height: 25px;
    /*color: #5f6464;*/
    color:#000;
    margin-top: 7px;
    overflow: hidden;
    letter-spacing: 2px;
    text-align: justify;
}
.m-smart-wrap{
    width:1400px;
    margin:0 auto;
}
.swiper-flx {
    margin-top: 45px;
}


.swiper-flx .pic-box {
    width: 100%;
    /*height: 420px;*/
    overflow: hidden;
    position: relative;
}
.swiper-flx .pic-box .box li {
    float: left;
    width: 1400px;
    overflow: hidden;
    display: none;
    list-style: none;
}
.swiper-flx .pic-box .box li img {
    width: 100%;
    border: 0;
    vertical-align: bottom;
}
.swiper-flx .pic-box .box .active-li {
    display: block;
}

.swiper-flx .tab-box {
    overflow: hidden;
}
.swiper-flx .tab-box .box li {
    float: left;
    width: 25%;
    min-height: 300px;
    padding: 32px 35px 20px 35px;
    box-sizing: border-box;
    position: relative;
    cursor: pointer;
    background-color: #f2f3f5;
    height:350px;
}
.swiper-flx .tab-box .box li.active-tab {
    background-color: #fbfbfb;
}
.swiper-flx .tab-box .box li.active-tab:before {
    content: ' ';
    width: 100%;
    height: 4px;
    background-color: #cc0e00;
    position: absolute;
    left: 0;
    bottom: 0;
}
a, a:hover, a:active, a:visited, a:link, a:focus {
    -webkit-tap-highlight-color: rgba(0,0,0,0);
    -webkit-tap-highlight-color: transparent;
    outline: none;
    /*background: none;*/
    text-decoration: none;
}
.swiper-flx .tab-box .box .label {
    font-size: 20px;
    line-height: 36px;
    color: #2a2e2e;
    margin-bottom: 8px;
    font-variant: normal;
}
.swiper-flx .tab-box .box .desc {
    font-size: 14px;
    line-height: 25px;
    color: #5f6464;
    text-align: justify;
}
.swiper-two-box {
    display: none;
}
.swiper-two-box .step-box {
    width: 100%;
    margin-bottom: 12px;
    overflow: hidden;
}
.swiper-two-box .step-box .mess {
    float: left;
    font-size: 14px;
    color: #2A2E2E;
    line-height: 25px;
    letter-spacing: 0;
    padding-right: 16px;
}
.swiper-two-box .step-box .line-box {
    overflow: hidden;
    height: 2px;
    background: #E9ECF0;
    margin-top: 11px;
}
.swiper-two-box .step-box .line-box .l {
    width: 25%;
    height: 2px;
    background: #0052D9;
    float: left;
}
#swiper {
    position: relative;
}
.swiper-container {
    width: 100%;
    height: 100%;
}
.swiper-container {
    margin-left: auto;
    margin-right: auto;
    position: relative;
    overflow: hidden;
    z-index: 1;
}
.swiper-container-android .swiper-slide, .swiper-wrapper {
    -webkit-transform: translate3d(0,0,0);
    -moz-transform: translate3d(0,0,0);
    -o-transform: translate(0,0);
    -ms-transform: translate3d(0,0,0);
    transform: translate3d(0,0,0);
}
.swiper-wrapper {
    position: relative;
    width: 100%;
    height: 100%;
    z-index: 1;
    display: -webkit-box;
    display: -moz-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-transition-property: -webkit-transform;
    -moz-transition-property: -moz-transform;
    -o-transition-property: -o-transform;
    -ms-transition-property: -ms-transform;
    transition-property: transform;
    -webkit-box-sizing: content-box;
    -moz-box-sizing: content-box;
    box-sizing: content-box;
}
#swiper .swiper-slide {
    width: 94%;
    display: -webkit-box;
    display: -ms-flexbox;
    display: -webkit-flex;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    -webkit-align-items: center;
    align-items: center;
}
.swiper-slide {
    -webkit-flex-shrink: 0;
    -ms-flex: 0 0 auto;
    flex-shrink: 0;
    width: 100%;
    height: 100%;
    position: relative;
}
.swiper-slide a {
    display: block;
    width: 100%;
    height: 100%;
    position: relative;
}
#swiper .swiper-slide .img-box {
    position: relative;
    width: 100%;
    min-height: 177px;
    margin: 0 auto;
}
#swiper .swiper-slide .img-box img {
    width: 100%;
    min-height: 177px;
    border: 0;
    vertical-align: bottom;
}
.pc-box {
    display: block;
}
.mobile-box {
    display: none;
}
#swiper .swiper-slide .mess-box {
    margin-top: 12px;
}
#swiper .swiper-slide .mess-box .swi-title {
    font-size: 14px;
    color: #2A2E2E;
    letter-spacing: 0;
    line-height: 25px;
    margin-bottom: 4px;
}
#swiper .swiper-slide .mess-box .swi-desc {
    font-size: 14px;
    color: #5F6464;
    letter-spacing: 0;
    line-height: 25px;
}
.swiper-container .swiper-notification {
    position: absolute;
    left: 0;
    top: 0;
    pointer-events: none;
    opacity: 0;
    z-index: -1000;
}
.appli-wrap{
    width:1400px;
    margin:0 auto;
}
.appli-title,.platform-title{
    margin: 50px 0;
    font-size: 32px;
    position: relative;
    letter-spacing: 2px;
    color: #2c2828;
    text-align: justify;
}
.platform-title{
    margin-top:0px;
}
.smart-title{
    /*width: 100%;*/
    /*position: relative;*/
    /*text-align: center;*/
    /*margin: 10px 0 150px;*/
}
.smart-title h3:before,.big-data-title h3:before,.party-title h3:before {
    content: "";
   position: absolute;
   left: 50%;
   bottom: -20px;
   width: 68px;
   height: 2px;
   background: #bbbbbb;
   margin-left: -34px;
}
 .smart-title h3,.big-data-title h3,.party-title h3{
     width: 100%;
     /*float: left;*/
     font-size: 32px;
     color: #2c2828;
     line-height: 56px;
     letter-spacing: 2px;
     position: relative;
     z-index: 2;
    font-weight: bolder;
}
.party-title h3{
     color: #cc0e00;
     top: -40px;
}
 .party-title h3:before{
    opacity: 0;
 }   
.web-title h3:before{
    bottom: -30px;
}
.m-smart-title h3:before {
    content: "";
    position: absolute;
    left: 26%;
    bottom: -30px;
    width: 68px;
    height: 2px;
    background: #bbbbbb;
    margin-left: -34px;
}
.appli-title h3:before{
    content: "";
    position: absolute;
     left: 3%;
    bottom: -29px;
    width: 75px;
    height: 2px;
    background: #bbbbbb;
    margin-left: 1px;
}
.platform-title h3:before{
    content: "";
    position: absolute;
    left: 12%;
    bottom: -30px;
    width: 68px;
    height: 2px;
    background: #bbbbbb;
    margin-left: 4px;
}
.appli-title h3, .platform-title h3{
    font-weight: bolder;
}
.appli-content{
    padding-top:70px;
    min-height: 600px;
    box-sizing: border-box;

}
.appli-img,.form-img{
    /*width: 50%;*/
    float: left;
    position: relative;
    top: 0;
    left: -85px;
}
.form-img{
    left: 60px;
    top: 45px;
}
.appli-dec,.form-dec {
    float: left;
    width: 46%;
    display: block;
    letter-spacing: 1px;
    position: relative;
    top: 0;
    left: 0px;
    line-height: 25px;
    text-align: justify;
    color:#333;
}
.appli-dec{
    top: 57px; 
}
.platform-desc{
    box-sizing: border-box;
    padding-top:66px;
}
.platform-desc img{
    position: relative;
    left: -7px;
    top:-40px;
}
.appli-dec{
    left: 180px;
    width: 45%;
}
.appli-dec-gen{
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
}
.form-dec{
    font-size: 16px;
    line-height: 30px;
}
.appli-lline {
    width: 100%;
    height: 1px;
    background: #d2d2d2;
    margin: 50px 0 0;
}
.appli-dec-items {
    box-sizing: border-box;
    padding-top: 54px;
     position: relative;
    left: 18px;
}
.appli-dec-items li {
    list-style: url("../images/img4/business/dot.jpg");
    width: 24%;
    list-style-position: inside;
    float: left;
     color: #333;
    font-size: 18px;
    font-weight: bold;
}
.platform-wrap,.big-data-wrap{
    width:1400px;
    margin:0 auto;
    overflow: hidden;
    padding-bottom: 50px;
}
.platform-wrap{
  padding-top: 65px;
  padding-bottom: 180px;
}
.platform-content{
    margin-top: 85px;
    min-height: 550px;
}
.index-title{
    width: 78px;
    height: 30px;
    font-size:15px;
    color: #000;
    position: relative;
    z-index: 10;

}
.index-des{
    font-size: 20px;
    height: 40px;
    color: #000;
    margin-top: 11px;
    letter-spacing: 1px;
    font-weight: 600;
}
.opa-img{
    position: relative;
    top: 21px;
}
.opa-des{
    font-size: 16px;
    height: 40px;
    color: #000;
    margin-top: 33px;
    letter-spacing: 2px;
    font-weight: 600;
}
.web_service,.big-data-title,.party-title{
    width: 1400px;
    margin: 50px auto;
    text-align: center;
}
.big-data-content{
    width:100%;
    box-sizing: border-box;
    padding-top: 30px;

}
.big-data-img img{
    width:100%;
}
.big-data-desc,.party-desc,.style-desc{
    font-size: 16px;
    line-height: 40px;
    text-align: justify;
    letter-spacing: 2px;
    position: relative;
}

/*add by liangxin for news1.php css*/
.party-build{
    
    background: url(../images/img7/dangjian/dangjian-1.jpg) no-repeat top center;
}
.party-build-wrap,.style-wrap{
    width: 1400px;
    overflow: hidden;
    margin-top: 50px;
    /*margin-bottom: 100px;*/
}
.party-build-wrap{
    padding-bottom: 30px;
}
.party-build-content{
    width: 1400px;
    overflow: hidden;
    padding-top: 50px;
    margin-bottom: 50px;
    box-sizing: border-box;
}
.subject-day{
    box-sizing: border-box;
    padding-top:50px;
}
.subject-item:hover{
    background-color: #ffffff;
    box-shadow: 0 0 10px #e5e5e5;
    border-bottom: 2px solid #BE1F08;
}
.subject-item:hover .subject{
     background-color: #ffffff;
}
.subject-item{
    padding-top: 0px;
    width: 23.1%;
    margin-bottom: 50px;
    margin-right: 29px;
    display: inline-block;
    overflow: hidden;
    box-sizing: border-box;  
    height: 253px;
}
.subject-img{
    width: 100%;
    text-align: center;
    background: #fff;
    
}
.subject-img img{
    width: 100%;
    height: 165px;
}
.subject{
    box-sizing: border-box;
    padding: 20px 0;
    background: #f9f0eb;
}
.subject-title{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    font-size:16px; 
    line-height: 26px;
    color: #000;
    padding-left: 25px;
}
.subject-time{
    padding-left: 25px;
    color: #999999;
    padding-top: 4px;
}

.title-bg{
     background: url(../images/img7/dangjian/title_djwork.png) no-repeat;
     width: 100%;
    height: 70px;
    background-position: 0px 0px;    
    background-size: 100%;
}
.djwork-title-b{
     font-size: 32px;
    position: relative;
    top: -2px;
    left: 51px;
    color: #e91b1b;
}