.container {
    width: 1200px;
    margin: 0 auto;
    /* overflow: hidden; */
}
.clearfix:after{
    content: '';
    height: 0;
    visibility: hidden;
    clear: both;
    display: block;
}
.hide {
    display: none !important;
}

.header {
    padding: 15px 0;
    position:fixed;
    width: 100%;
    top: 0;
    z-index: 9999;
    background-color: rgba(0,0,0,.5);
}

.header-logo {
    float: left;
}

.header-tel {
    float: right;
    margin-top: 5px;
}

.header-tel span {
    vertical-align: sub;
    color: #fff;
}

.header .nav {
    text-align: right;
    margin-left: 150px;
    margin-right: 165px;
}

.header .nav>ul {
    font-size: 0;
}

.header .nav>ul>li {
    display: inline-block;
    vertical-align: top;
    font-size: 14px;
    line-height: 41px;
    position: relative;
    padding: 0 25px;
}
.header .nav>ul>li a{
    color: #fff;
}
    /* .header .nav>ul>li+li {

    } */

.header .nav>ul>li.active>a, .header .nav>ul>li:hover>a,.header .subnav>ul>li:hover a ,.header .subnav>ul>li.active a {
    /*color: #55a1f9;*/
    border-bottom: 1px solid;
    padding-bottom: 3px;
}
.header .nav>ul>li:hover .subnav{
    display: block;
}
.header .nav .subnav {
    position: absolute;
    z-index: 999;
    padding: 5px;
    text-align: center;
    width: 120%;
    left: 0;
    background: rgba(0, 0, 0, .5);
    padding-top: 25px;
    /* min-width: 150px; */
    display: none;
    margin-left: -10%;
}

.main .section {
    /* margin-top: 50px; */
    padding: 50px 0;
}

.main .section.services {
    margin-top: 50px;
}

.main .slide img {
    width: 100%;
}

.main .slide .swiper-pagination-bullet {
    width: 12px;
    height: 12px;
}

.main .slide .swiper-wrapper, .main .slide .swiper-slide {
    height: auto;
}

.main .slide .swiper-pagination-bullet-active {
    background-color: #333;
}

.main .index-title-box {
    font-size: 24px;
    text-align: center;
}

.main .index-title {
    line-height: 1.5;
}

.main .index-subtitle {
    font-size: 16px;
    color: #55a1f9;
    line-height: 1.5;
}

.main .index-title-box .line {
     /* display: inline-block; */
     width: 2em;
     height: 2px;
     background-color: #e3c80f;
     /* line-height: normal; */
     margin: auto;
}

.main .services {
    background-color: #0069E2;
}

.main .services .service-list {
    font-size: 0;
    margin-top: 25px;
}

.main .services .service-list>ul>li {
    font-size: 20px;
    display: inline-block;
    vertical-align: top;
    width: 15%;
    margin-right: 2%;
    text-align: center;
    color: #0069E2;
    background-color: #fff;
    border-radius: 5px;
    box-sizing: border-box;
    padding: 70px 5px;
    cursor: pointer;
}

.main .services .service-list>ul>li:last-child {
    margin-right: 0;
}

.main .services .index-title-box, .main .services .index-subtitle, .main .advantage .index-title, .main .advantage .index-subtitle {
    color: #fff;
}

.main .services .service-list>ul>li .service-list-item:first-child p {
    margin-top: 30px;
}

.main .services .service-list>ul>li .service-list-item:last-child p {
    height: 78px;
}

.main .services .service-list>ul>li .service-list-item:last-child {
    display: none;
}

.main .services .service-list>ul>li .service-list-item:last-child i {
    font-size: 24px;
    border: 1px solid;
    width: 50px;
    height: 50px;
    display: inline-block;
    line-height: 50px;
    border-radius: 50%;
    /* margin-top: 50px; */
    /* margin-bottom: -14px; */
    position: relative;
    bottom: -35px;
    margin-top: -6px;
}

.main .services .service-list>ul>li:hover .service-list-item:first-child {
    display: none;
}

.main .services .service-list>ul>li:hover .service-list-item:last-child {
    display: block;
}

.main .services .service-list>ul>li:hover {
    color: #fff;
    background-color: transparent;
}

.main .cases .case-list {
    font-size: 0;
    margin-top: 25px;
    padding: 0 50px;
}

.main .cases .case-list ul li {
    display: inline-block;
    vertical-align: top;
    /*width: 18%;*/
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    transition: all .5s;
}

.main .lifrs .case-list ul li {
    display: inline-block;
    vertical-align: top;
    /*width: 18%;*/
    margin-right: 25px;
    margin-bottom: 25px;
    transition: all .5s;
}
.main .cases .case-list ul li:hover {
    box-shadow: 0px 0px 10px 2px #cecece;
    transform: translate3d(0,-2px,0);

}

.main .cases .case-list ul li:hover a {
    display: block;
    overflow: hidden;
}



.main .cases .case-list ul li img {
    width: 100%;
}

.main .cases .case-list ul li:nth-of-type(5n) {
    margin-right: 0;
}

.main .lifrs .case-list ul li:nth-of-type(5n){
    margin-right: 25px;
}

.main .index-more {
    text-align: center;
}

.main .index-more a {
    display: inline-block;
    font-size: 16px;
    color: #fff;
    background-color: #cecece;
    border-radius: 5px;
    padding: 10px 20px;
}

.main .index-more a:hover {
    transition: all 1s;
    background-color: #55a1f9;
}

.main .about-content .about-content-right {
    float: left;
}

.main .about-content .about-content-left {
    margin-left: 490px;
    margin-top: 42px;
}

.main .about-content {
    overflow: hidden;
    margin-top: 25px;
}

.main .about-content .about-title {
    overflow: hidden;
    /*margin-bottom: 50px;*/
    font-size: 18px;
}
.main .about-content .about-title span{
    font-size: 16px;
    color: #666666;
    margin-left: 10px;
}
.main .about-content .about-title .about-icon {
    float: left;
}

.main .about-content .about-text {
    font-size: 16px;
    color: #666;
}
.main .about-content .about-text p{
    text-indent: 2em;
}
.main .about-content .about-content-left>p {
    line-height: 2;
}

.main .about-content .about-content-left>p>span {
    color: #55a1f9;
}

.main .advantage {
    /*background-color: #55a1f9;*/
    background: url(../images/inde-bg.png) no-repeat;
}

.main .advantage .advantage-list {
    font-size: 0;
    margin-top: 50px;
}

.main .advantage .advantage-list ul li {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2.5%;
    margin-bottom: 2.5%;
    text-align: center;
    font-size: 24px;
    color: #fff;
}

.main .advantage .advantage-list ul li:nth-of-type(5n) {
    margin-right: 0;
}

.main .advantage .advantage-list ul li img {
    margin-bottom: 35px;
}

.main .advantage .advantage-list ul li .advantage-list-item:last-child {
    font-size: 16px;
    border: 1px solid;
    margin-top: 35px;
    padding: 10px 15px;
    position: relative;
    line-height: 2;
}

.main .advantage .advantage-list ul li .advantage-list-item:last-child::before {
    content: '';
    position: absolute;
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
}

.main .advantage .advantage-list ul li .advantage-list-item:last-child::after {
    content: '';
    position: absolute;
    border-bottom: 15px solid #313232;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -13px;
}

.main .news .news-box {
    font-size: 0;
    margin-top: 25px;
    /* padding-top: 100px;
    background: url('/public/static/guangmai/images/news.png') no-repeat center / cover; */
}

.main .news .news-box>img {
    width: 100%;
}

.main .news .news-box .news-box-item {
    display: inline-block;
    vertical-align: top;
    width: 30%;
    font-size: 16px;
    margin-top: 25px;
}

.main .news .news-box .news-box-item+.news-box-item {
    margin-left: 5%;
}

.main .news .news-h {
    overflow: hidden;
    /* border-bottom: 1px solid #959595; */
    padding-bottom: 20px;
    margin-bottom: 15px;
    /* width: 180px; */
    padding-top: 40%;
    border-radius: 10px;
    padding-left: 20px;
    background: url('style.css') no-repeat center / cover;
}

.main .news .news-h .news-more {
    float: right;
    line-height: 31px;
}

.main .news .news-h .news-more a:hover {
    color: #55a1f9;
    transition: all .5s;
}

.main .news .news-h .news-title {
    font-size: 24px;
    color: #fff;
}

.main .news .news-b ul li {
    line-height: 1.8;

}
.main .news .news-b ul li a:hover{
    color: #55a1f9;
}
.main .news .news-b ul li a{
    font-size: 0;
}
.main .news .news-b ul li a span{
    display: inline-block;
    vertical-align: top;
    font-size: 16px;
}
.main .news .news-b ul li a span:first-child{
    width: 50px;
    color: #999;
}
.main .news .news-b ul li a span:last-child{
    overflow: hidden;
    text-overflow: ellipsis;
    white-space: nowrap;
    width: 310px;
}
.footer {
    background-color: #17181B;
}

.footer .footer-first {
    padding: 50px 0;
    font-size: 0;
    color: #fff;
}

.footer .footer-first .footer-first-item {
    display: inline-block;
    vertical-align: top;
    width: 18%;
    margin-right: 2.5%;
    font-size: 16px;
}

.footer .footer-first .footer-first-item:nth-of-type(5n) {
    margin-right: 0;
}

.footer .footer-first .footer-first-item:nth-of-type(2) {
    width: 22%;
}

.footer .footer-first .footer-first-item:nth-of-type(4), .footer .footer-first .footer-first-item:nth-of-type(5) {
    text-align: center;
    width: 16%;
}

.footer .footer-first .footer-first-item:nth-of-type(4) p, .footer .footer-first .footer-first-item:nth-of-type(5) p {
    font-size: 24px;
    margin-top: 30px;
}

.footer .footer-first .footer-tel {
    font-size: 24px;
    margin-top: 30px;
}

.footer .footer-first .footer-tel span {
    vertical-align: sub;
}

.footer .footer-title {
    font-size: 18px;
    margin-bottom: 10px;
}

.footer .footer-title i {
    width: 2px;
    height: 10px;
    background-color: #fff;
    display: inline-block;
    vertical-align: middle;
}

.footer .footer-list li {
    line-height: 1.7;
}

.footer .footer-list2 {
    font-size: 0;
}

.footer .footer-list2 li {
    font-size: 16px;
    width: 48%;
    margin-right: 4%;
    display: inline-block;
    vertical-align: top;
    line-height: 1.7;
}

.footer .footer-list2 li:nth-of-type(2n) {
    margin-right: 0;
}

.footer .footer-second {
    text-align: center;
    font-size: 14px;
    padding: 10px 0;
    border-top: 1px solid #666666;
    color: #fff;
}

.side {
    position: fixed;
    right: -9999px;
    top: 0;
    z-index: 9999;
    text-align: center;
    color: #fff;
    border-radius: 5px;
    font-size: 14px;
    transition: all 1s;
}

.side.show {
    top: 50%;
    right: 15px;
}

.side li {
    padding: 15px 10px;
    cursor: pointer;
    transition: all .5s;
    position: relative;
    background-color: #959595;
}

.side .side-son {
    position: absolute;
    top: 0;
    width: 200px;
    margin-left: -210px;
    background-color: #55a1f9;
    display: none;
}

.side .side-son .side-son-item {
    text-align: left;
    padding: 5px;
}

.side .side-son .side-son-item+.side-son-item {
    border-top: 1px solid #fff;
}

.side .side-son .side-son-item img {
    float: left;
    width: 30px;
    margin-top: 5px;
}

.side .side-son .side-son-item .side-son-item-text {
    margin-left: 40px;
}

.side .side-qr {
    position: absolute;
    width: 107px;
    top: 0;
    margin-left: -117px;
    display: none;
}

.side li:hover {
    background-color: #55a1f9;
    box-shadow: 0px 0px 10px 2px #707070;
}

.side li:first-child {
    border-radius: 5px 5px 0 0;
}

.side li:last-child {
    border-radius: 0 0 5px 5px;
}

.side>ul>li>img {
    width: 30px;
}

.side>ul>li>p {
    margin-top: 5px;
}

.side li+li {
    border-top: 1px solid #c0c0c0;
}
/*关于我们*/
.about-cen{
    width: 1200px;
    margin: 0 auto;
}
.about-cen .ab-centent p{
    text-indent: 2em;
    font-size: 16px;
    color: #666;
    line-height: 2;
}
.about-cen .ab-centent span{
    color: #55a1f9;
}
.about-le{
    margin-top: 20px;
}
.ab-list{
    margin-top: 40px;
}
.ab-list .ab-iten{
    display: inline-block;
    margin-right: 95px;
    vertical-align: top;
}
.ab-list .ab-iten:nth-child(5){
    margin-right: 0px;
}
.ab-list .ab-iten .tit-ab{
    font-size: 48px;
    width: 150px;
    height: 150px;
    border: 1px solid #fff;
    border-radius: 50%;
    text-align: center;
    line-height: 150px;
    color: #fff;
    margin-bottom: 20px;
}
.ab-list .ab-iten .it-co{
    width: 160px;
    line-height: 2;
    color: #fff;
}
.tin-bott{
    margin-top: 40px;
}
.tin-bott .mg{
    display: inline-block;
}
.tin-bott .tin-right{
    float: right;
    width: 550px;
}
.tin-right .title-t{
    font-size: 24px;
}
.tin-right .bot-li{
    margin: 20px 0;
}
.tin-right .bot-li ul{
    width: 445px;
    height: 40px;
    box-shadow: 0px 3px 5px #888;
}
.tin-right .bot-li li{
    cursor: pointer;
    width: 110px;
    height: 40px;
    text-align: center;
    float: left;
    line-height: 40px;
    border-left: 1px solid #ccc;
    border-top: 0.5px solid #eee;
}
.bot-li .nav-c{
    background: #55a1f9;
    color: #fff;
}
.tin-right .cen-bot p{
    line-height: 2;
}
.tin-right .cen-bot img{
    vertical-align: baseline;
    margin-right: 5px;
}
.tin-right .cen-bot{
    display: none;
}
.tin-right .nav-dis{
    display: block;
}
.cases .mg-im{
    text-align: center;
    background-image: url(../images/ab.png);
    height: 110px;
    line-height: 110px;
    font-size: 24px;
    color: #fff;
    margin: 30px 0 60px 0;
}

/*定制开发 小程序*/
.cus-hex{
    margin-top: 20px;
}
.cus-hex img{
    margin-top: -250px;
    margin-left: 50px;
}
.cus-hex .hex-ler{
    display: inline-block;

}
.hex-ler .hex-tit:nth-child(1){
    margin-bottom: 150px;
}
.hex-ler .hex-tit{
    margin: 30px 0;
}
.hex-ler .hex-tit span{
    float: left;
    width: 146px;
    margin-right: 30px;
}
.cus-hex .hex-ler .btn{
    width: 70px;
    height: 70px;
    text-align: center;
    line-height: 70px;
    font-size: 36px;
    color: #fff;
    background: #55a1f9;
    border-radius: 50%;
    float: right;
}
.hex-rig{
    float: right;
}
.hex-rig .hex-tit .btn{
    float: left;
    margin-right: 30px;
}
.hex-rig .hex-tit span{
    float: right;
}
.hex-rig .hex-tit:nth-child(1){
    margin-bottom: 150px;
}
/*小程序流量*/
.cus-cenbox{
    background: #eee;
    margin-top: 40px;
}
.cus-cenbox .qa-btns{
    text-align: center;
    display: inline-block;
    width: 19.6%;
    padding: 30px 0 30px 0;
}
.qa-btns .cps{
    margin-top: 15px;
}
.yin-cenbox{
    margin-top: 30px;
    background-image: url(../images/yin-b.png);
    padding: 50px 0;
}
.yun-band {
    display: inline-block;
    width: 45%;
    background: #fff;
    padding: 23px;
    border-radius: 10px;
    margin: 0 20px 20px 0;
}
.yun-band img{
    float: left;
}
.yun-band p{
    display: inline-block;
    font-size: 24px;
    color: #000;
}
.yun-band .cse{
    width: 400px;
    float: left;
    margin-left: 30px;
}
.yun-band .cse span{
    display: block;
    width: 350px;
    margin-top: 10px;
    line-height: 1.5;
    color: #333;
}
.maisd .container{
    text-align: center;
}

/*微信公众号*/
.gzbox .mfg img{
    float: left;
    margin-top: 40px;
    /*margin-right: 12px;*/

}
.gzbox .mfg img:hover{

}
.gzbox .mfg img:last-child{
    margin: 0px;
    margin-top: 40px;
}
.gz-cemntrn {
    background: #55a1f9;
    margin-top: 40px;
}
.ce-banngz p{
    color: #fff;
    font-size: 60px;
    display: inline;
    margin-right: 10px;
    vertical-align: top;
}
.ce-banngz{
    padding: 30px 0px;
    display: inline-block;
    /*width: 33%;*/
    margin-left: 100px;
}
.ce-banngz .ri-gz{
    display: inline-block;
    margin-top: 10px;
}
.ce-banngz .ri-gz >p{
    color: #fff;
    font-size: 24px;
}
.ce-banngz .ri-gz span{
    color: #eee;
    font-size: 15px;
    width: 220px;
    display: block;
    margin-top: 10px;
}
.gz-mansd{
    background: #fff;
}
/*社交新零售*/
.new-cenbox .qa-btns{
    width: 24%;
    vertical-align: top;
}
.new-cenbox{
    background: #fff;
}
.new-cenbox .qa-btns .cps span{
    display: block;
    width: 150px;
    color:#777;
    font-size: 14px;
    text-align: left;
    margin: 10px 0 0 75px;
}
.new-cenbox .qa-btns .cps{
    font-size: 22px;
}
.main .hex{
    padding: 50px 0 20px 0;
}
.xin-cems{
    text-align: center;
    margin-top: 20px;
}
.xin-cems img{
    position: relative;
}
.xin-cems .xin-la{
    position: absolute;
    background: url(../images/xn-bg1.png) no-repeat;
    width: 412px;
    height: 92px;
    text-align: center;
    line-height: 90px;
}
.xin-cems .xn-a{
    margin: -470px 0px 0 40px;
}
.xin-cems .xn-b{
    margin: -300px 0 0 0;
    background: url(../images/xn-bg2.png) no-repeat;
}
.xin-cems .xn-c{
    margin: -130px 0 0 -30px;
    background: url(../images/xn-bg2.png) no-repeat;
}
.xin-cems .xn-d{
    margin: -480px 0 0 700px;
    background: url(../images/xn-bg3.png) no-repeat;
}
.xin-cems .xn-e{
    margin: -300px 0 0 820px;
    background: url(../images/xn-bg4.png) no-repeat;
}
.xin-cems .xn-f{
    margin: -130px 0 0 820px;
    background: url(../images/xn-bg4.png) no-repeat;
}
.xin-mg{
    text-align: center;
}
.lin-cemn .qa-btns .cps{
    border: 1px solid #000;
    width: 250px;
    height: 100px;
    padding: 30px 0;
    margin: -30px 0 0 20px;
}
.lin-cemn{
    margin: 0px;
}
.lin-cemn .qa-btns .cps span{
    width: 200px;
    margin: 10px 0 0 30px;
}
.bottombox{
    background: url(../images/bot-bg.png) no-repeat;
    width: 100%;
    height: 780px;
    color: #fff;
}
.bottombox .index-title-box,.bottombox .index-title-box .index-subtitle{
    color: #fff;
}
.bottombox .vs{
    text-align: center;
    margin-top: 30px;
}
.bot-boman .botm-le{
    width: 440px;
    text-align: center;
    /*margin-left: 55px;*/
    float: left;
}
.bot-boman .botm-le .he-titi{
    font-size: 24px;
}
.bot-boman .botm-le .he-ms{
    width: 421px;
    margin: 0px 0 0 -7px;
    text-align: left;
    background: url(../images/ttbg.png) no-repeat;
    height: 15px;
    padding: 47px 15px;
}
.bot-boman .botm-le .nex-ms{
    background: url(../images/ttbg1.png) no-repeat;
    padding: 0px 15px;
    height: 80px;
    margin: 10px 0 0 -7px;
    text-align: left;
    overflow: hidden;
}
.bot-boman .botm-le .nex-ms span{
    margin-top: 20px;
    display: block;
}
.bot-boman .botm-le .ds span{
    margin: 5px 0px;
}
.bot-boman .bot-rig .he-ms{
    width: 421px;
    margin: 0px 0 0 -7px;
    text-align: left;
    background: url(../images/ttbg.png) no-repeat;
    height: 15px;
    padding: 47px 15px;
}
.bot-boman .bot-rig .he-titi{
    font-size: 24px;
}
.bot-boman .bot-rig{
    width: 440px;
    float: right;
    text-align: center;
    margin-left: 115px;
}
.bot-boman .bot-rig .nex-ms{
    background: url(../images/ttbg1.png) no-repeat;
    padding: 0px 15px;
    margin: 10px 0 0 -7px;
    text-align: left;
    height: 80px;
    /*line-height: 80px;*/
    overflow: hidden;
}
.bot-boman .bot-rig .nex-ms span{
    margin-top: 20px;
    display: block;
}
.bot-boman .bot-cen{
    margin-top: 60px;
    float: right;
}
.bot-boman .bot-cen .icom{
    width: 80px;
    height: 80px;
    border-radius: 50%;
    border: 1px solid #fff;
    margin-bottom: 10px;
    text-align: center;
}
.bot-boman .bot-cen .icom span{
    margin-top: 20px;
    display: inline-block;
}

/*198创客系统*/
.maker-cus{
    background: #fff;
}
.maker-cus .qa-btns{
        width: 16.4%;
}
.makerse .mek-m{
    margin-top: 20px;
    text-align: center;
}
.makerse .mok-mp{
    margin-top: 30px;
    padding: 10px;
    border: 1px dashed #959595;
    width: 90%;
    line-height: 30px;
    margin: 30px auto 0 auto;
}
.makerse .mok-mp span{
    color: #55a1f9;
    font-size: 22px;
}
.makerse .mok-mp p{
    opacity: 0.8;
}
.mak-cenbox .qa-btns{
    width: 33%;
}
.mak-cenbox .qa-btns .cps span{
    text-align: center;
    width: 250px;
     margin: 10px 0 0 50px;
}
.mak-cenbox .qa-btns .bor-btn{
    border: 1px solid #bdbebf;
    width: 350px;
    margin: 0 auto;
    padding: 10px 0;
}
.nies .mak-mgg{
    margin: 30px 0 10px 0;
}
.weis-box .wei-le{
    width: 55%;
    float: left;
}
.weis-box .wei-le p:first-child{
    color: #55a1f9;
    font-size: 24px;
    text-indent: 0;
}
.weis-box .wei-le p{
    line-height: 1.5;
   text-indent: 2em;
   margin: 20px 0;
    opacity: 0.8;
}
.weis-box .wei-ri{
    float: right;
}

.bom-why{
    text-align: center;
    margin-top: 30px;
}
.bom-why .bom-btem{
    float: left;
    width: 33.3%;
}
.bom-why .bom-btem .icoms{
    margin-bottom: 25px;
    display: table;
    width: 100%;
    padding: 0 0 0 20px;
}
.bom-why .bom-btem .icoms .le-m{
    display: table-cell;
    width: 65px;
}
.bom-why .bom-btem .icoms .bs{
    text-align: left;
    padding: 0px 20px 0 5px;
}

.perfect{
    background: #4d4c4c;
    color: #fff;
}
.per-boxs{
    margin-top: 30px;
    text-align: center;
}
.per-boxs .per-ect{
    width: 24%;
    display: inline-block;
    text-align: center;
}
.per-ect .per-md{
    background: url(../images/par.png) no-repeat;
    height: 365px;
    width: 270px;
    margin: 0 auto;
    overflow: hidden;
    cursor: pointer;
    position: relative;
}
.per-ect:nth-child(2) .per-md{
    background: url(../images/per_1.png) no-repeat;
}
.per-ect:nth-child(3) .per-md{
    background: url(../images/per_2.png) no-repeat;
}
.per-ect:nth-child(4) .per-md{
    background: url(../images/per_3.png) no-repeat;
}
.per-boxs .per-ect .per-md p{
    font-size: 22px;
    margin-top: 30px;
}
.per-ect .per-md .peg{
    margin-top: 80px;
}
.per-boxs .per-ect .par-dd{
    background: #55a1f9;
    height: 165px;
    width: 210px;
    padding: 100px 30px;
    position: relative;
    margin: -365px 0 0 9px;
    text-align: left;
    display: none;
}


/*智慧营销系统*/
.wisdom{
    margin-top: -70px;
}
.wisone .title-wis{
        display: inline-block;
    color: #fff;
    background-color: #ff8b02;
    font-size: 24px;
    padding: 5px 10px;
    /*margin: 50px 0;*/
}
.wisone{
    margin-top: 30px;
}
.wisone .wiso{
    margin-top: 40px;
}
.wisone .wiso .cenwis{
    border:1px solid #8c8c8c;
    width: 460px;
    padding: 50px 40px;
}
.wisone .wiso .cenwis p{
    font-size: 24px;
    margin-bottom: 30px;
    text-align: center;
}
.wisone .wiso .cenwis .lins{
    font-size: 16px;
    line-height: 2;
    margin-left: 55px;
}
.wisone .wiso .cenwis .lins span{
    margin-left: 5px;
}
.wisone .wiso .wis-mg:first-child{
    float: left;
}
.wisone .wiso .wis-mg{
    float: right;
}
.wisone .wiso .mggs img{
    width: 85%;
}
.wisone .wiso .towmg img{
    float: right;
}
.colour-noe{
    padding: 20px 0;
}
.colour-noe:nth-child(2),.colour-noe:nth-child(4),.colour-noe:nth-child(6),.colour-noe:nth-child(8){
    background: #f1f1f1;
}
.colour-noe:nth-child(2) .wisone .wiso .cenwis .lins{
    margin-left: 0px;
}
.colour-noe:nth-child(3) .wisone .wiso .cenwis .lins{
    margin-left: 130px;
}
.colour-noe:nth-child(4) .wisone .wiso .cenwis .lins{
    margin-left: 10px;
}
.colour-noe:nth-child(5) .wisone .wiso .cenwis .lins{
    margin-left: 50px;
}
.colour-noe:nth-child(6) .wisone .wiso .cenwis .lins{
    margin-left: 25px;
}
.colour-noe:nth-child(7) .wisone .wiso .cenwis .lins{
    margin-left: 30px;
}

/*经典案例*/
.main .prde{
    margin-top: -50px;
}
.prom .prom-box ul>li .pro-how{
    cursor: pointer;
    display: table;
    position: relative;
    text-align: center;
}
.prom .prom-box ul>li .pro-how p{
    font-size: 24px;
    padding: 20px;
}
.prom .prom-box ul>li .pro-how .bors-mg{
    background:url(../images/ab-bg.png) no-repeat;
    width: 260px;
    height: 455px;
}
.prom .prom-box ul>li .pro-how .bors-mg img{
    margin-top: 50px;
}
.prom .prom-box ul>li .pro-hie{
    width: 256px;
    height: 450px;
    text-align: center;
    line-height: 450px;
    background: rgba(0,0,0,.6);
    border-radius: 20px;
    display: table;
    position: absolute;
    margin-top: -526px;
    display: none;
    transition: all 1s;
}
.prom .prom-box ul{
    padding: 0 20px;
}
.prom .prom-box ul>li .pro-hie img{
    opacity: 1;
}
.prom .prom-box ul>li{
    float: left;
    margin: 20px 15px 0 15px;
}
.prom .prom-box ul>li:nth-child(4){
    margin-right: 0px;
}

.prom .prom-box ul>li:hover .pro-hie{
    display: block;
}

.oneW .list-one{
    margin-bottom: 30px;
    margin-top: 20px;
}
.oneW .list-one .titmg{
    display: table-cell;
    width: 100px;
}
.oneW .list-one .cenlis{
    display: table-cell;
    vertical-align: middle;
    padding-left: 20px;
}
.oneW .list-one .cenlis a{
    font-size: 24px;
    display: block;
}
.oneW .list-one .cenlis span{
    color: #666;
}
.oneW .list-one .cenlis a:hover{
    color: #55a1f9;
}
.oneW .list-one:hover .cenlis a {
    color: #55a1f9;
}
.oneW .list-one .titmg img:hover{
    box-shadow: #707070 -5px 9px 50px;
}

.promwz{
    background: #f1f1f1;
    /*color: #fff;*/
    margin-bottom: 80px;
}
.main .promwz .index-title-box .line{
    /*background-color: #fff;*/
}
.cenfot{
    width: 885px;
    margin: 30px auto 0 auto;
}
.cenfot .fotmg{
    display: table-cell;
    padding: 0 20px;
    text-align: center;
}
.cenfot .fotmg img{
    border:1px solid #ccc;
    border-radius: 10px;
}
.cenfot .fotmg p{
    font-size: 18px;
    line-height: 1.5;
    margin-top: 10px;
}
.cenfot .fotmg span{
    font-size: 16px;
}

/*新闻资讯 新闻中心*/
.news-title{
    border-bottom: 1px solid #ccc;
}
.news-title ul>li{
    float: left;
    font-size: 24px;
    margin-right: 30px;
    padding: 5px 0;
}

.avtic{
    border-bottom: 2px solid #55a1f9;
}
.avtic a{
    color: #55a1f9;
}
.news-list{
    padding: 30px 0;
    border-bottom: 1px dashed #ccc;
    border-top: 1px dashed #ccc;
}
.news-list{
    border-top: none;
}
.new-le .nmg img{
    position: relative;
    width: 183px;
    height: 222px;
}
.nmg .hov-new{
    width: 183px;
    height: 222px;
    background-color: rgba(0,0,0,.6);
    color: #fff;
    position: absolute;
    margin-top: -222px;
}
.nmg .hov-new .comm{
    text-align: center;
    line-height: 222px;
}
.nmg .hov-new .comm span{
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 10px;
}
.new-le{
    display: table-cell;
}
.news-ri{
    display: table-cell;
    width: 900px;
    margin-left: 30px;
    padding-left: 20px;
    vertical-align: middle;
    color: #707070;
}
.news-ri .topw p{
    padding-bottom: 20px;
}
.news-ri .topw p:first-child{
    font-size: 24px;
    padding-bottom: 10px;
    color: #000;
}
.news-ri .bottm a{
        border: 1px solid #707070;
    width: 130px;
    text-align: center;
    display: block;
    padding: 10px;
    font-size: 18px;
    border-radius: 10px;
}
.news-ri .bottm a:hover{
    background-color: #55a1f9;
    color: #fff;
    border-color: #55a1f9;
}

/*APP定制开发*/
.app-cenbox{
    margin-top: 0px;
}
.app-cenbox .container .qa-btns .cps{
    color: #55a1f9;
    border: 1px solid #999;
    padding: 15px 0;
    width: 250px;
    margin: 20px auto;
    position: relative;
}
.app-cenbox .container .qa-btns .cps:before{
    content: '';
    position: absolute;
    border-bottom: 15px solid #999999;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -15px;
}
.app-cenbox .container .qa-btns .cps:after{
    content: '';
    position: absolute;
    border-bottom: 15px solid #fff;
    border-left: 10px solid transparent;
    border-right: 10px solid transparent;
    top: 0px;
    left: 50%;
    margin-left: -10px;
    margin-top: -13px;
}
.main .ecomd{
    margin-top: -30px;
}
.choice{
    text-align: center;
    margin-bottom: 25px;
}
.choice ul{
    width: 580px;
    margin: 0 auto;
    margin-top: 30px;
}
.choice ul>li{
    float: left;
    border: 1px solid #55a1f9;
    border-radius: 5px;
    margin: 10px 20px;
    padding: 8px 0px;
    width: 150px;
    font-size: 18px;
    cursor: pointer;
}
.avtice{
    color: #fff;
    background-color: #55a1f9;
}
.blockbox{
    margin-bottom: 150px;
    /*display: table;*/
    display: none;
}
.hove-block{
    display: table;
}
.blockbox .box-left{
    width: 505px;
    height: 125px;
    background-color: #55a1f9;
    border-radius: 10px;
    padding: 160px 0 160px 80px;
    display: table-cell;
}
.btt2 .box-left{
    background-color: #71b2fe;
}
.btt3 .box-left{
    background-color: #1bc9c7;
}
.blockbox .box-left .cens{
    color: #fff;
}
.blockbox .box-left .cens p:first-child{
    font-size: 36px;
}
.blockbox .box-left .cens p:last-child{
    font-size: 24px;
    color: #e6e6e6;
}
.bl-cen{
    display: table-cell;
    /* z-index: 999; */
    position: absolute;
    margin: 150px 0 0 -130px;
}
.ri-boxs{
    display: table-cell;
    margin-left: 200px;
    position: absolute;
    padding: 30px 0;
}
.ri-boxs .blis{
    margin-top: 10px;
}
.ri-boxs .blis span{
    font-size: 24px;
}
.ri-boxs .blis img{
    margin-top: -10px;
    margin-right: 5px;
}
.ri-boxs .blis p{
    font-size: 16px;
    margin-left: 20px;
    margin-top: 15px;
    color: #666;
}

.main .basad{
    padding-top: 10px;
}
.team-box{
    margin-top: 30px;
    padding: 0px 30px;
}
.team-box .tage-le{
    /*display: table-cell;*/
    float: left;
    width: 33.3%;
}
.team-box .tage-le .ream-d{
    margin-bottom: 50px;
}
.ream-d img{
    float: left;
    margin-right: 20px;
}
.ream-d .ndei{
    width: 180px;
    float: left;
    margin-right: 20px;
}
.ream-d .ndei p:first-child{
    font-size: 24px;
    margin-bottom: 5px;
}
.ream-d .ndei p:last-child{
    font-size: 16px;
    color: #666;
}
.team-box .tage-le:nth-child(3) .ndei{
    margin-left: 64px;
}
.tage-le:nth-child(3) .ndei p:first-child{
    margin-left: 125px;
}
.solve-box ul{
    padding: 0 50px;
    margin-top: 40px;
}
.solve-box ul>li{
    text-align: center;
    width: 165px;
    height: 200px;
    border: 1px solid #48d1ff;
    float: left;
    margin-right: 66px;
    margin-bottom: 50px;
}
.solve-box ul>li:hover{
    box-shadow: #48d1ff 0px 0px 15px;
}
.solve-box ul>li:nth-child(2){
    border: 1px solid #71b2fe;
}
.solve-box ul>li:nth-child(2):hover{
    box-shadow: #71b2fe 0px 0px 15px;
}

.solve-box ul>li:nth-child(3){
    border: 1px solid #00b7ee;
}
.solve-box ul>li:nth-child(3):hover{
    box-shadow: #00b7ee 0px 0px 15px;
}

.solve-box ul>li:nth-child(4){
    border: 1px solid #8f82bc;
}
.solve-box ul>li:nth-child(4):hover{
    box-shadow: #8f82bc 0px 0px 15px;
}

.solve-box ul>li:nth-child(5){
    border: 1px solid #71b2fe;
}
.solve-box ul>li:nth-child(5):hover{
    box-shadow: #71b2fe 0px 0px 15px;
}

.solve-box ul>li:nth-child(6){
    border: 1px solid #84ccc9;
}
.solve-box ul>li:nth-child(6):hover{
    box-shadow: #84ccc9 0px 0px 15px;
}

.solve-box ul>li:nth-child(7){
    border: 1px solid #8f82bc;
}
.solve-box ul>li:nth-child(7):hover{
    box-shadow: #8f82bc 0px 0px 15px;
}

.solve-box ul>li:nth-child(8){
    border: 1px solid #c490bf;
}
.solve-box ul>li:nth-child(8):hover{
    box-shadow: #c490bf 0px 0px 15px;
}

.solve-box ul>li:nth-child(9){
    border: 1px solid #1bc9c7;
}
.solve-box ul>li:nth-child(9):hover{
    box-shadow: #1bc9c7 0px 0px 15px;
}

.solve-box ul>li:nth-child(10){
    border: 1px solid #ff7786;
}
.solve-box ul>li:nth-child(10):hover{
    box-shadow: #ff7786 0px 0px 15px;
}

.solve-box ul>li img{
    margin-top: 40px;
    margin-bottom: 10px;
}
.solve-box ul>li:nth-child(5),.solve-box ul>li:nth-child(10){
    margin-right: 0px;
}


.main .ordersd{
    padding-top: 25px;
    background-color: #eee;
}
.order-bottm{
    padding: 0 50px;
    margin-top: 80px;
    position: relative;
}
.ordersd .order-bottm:nth-child(1){
    margin-bottom: 50px;
}
.order-bottm .orbot{
    width: 170px;
    border: 1px solid #55a1f9;
    border-radius: 50px;
    text-align: center;
    height: 90px;
    padding: 20px 20px;
}
.order-bottm .le{
    float: left;
}
.order-bottm .jian{
    line-height: 125px;
    margin: 0 21px;
}
.order-bottm .orbot span{
    font-size: 22px;
}
.order-bottm .orbot p:first-child{
    font-size: 16px;
    font-weight: bold;
}
.order-bottm .orbot p:last-child{
    font-size: 14px;
    color: #707070;
    margin-top: 5px;
}
.ordersd .index-title-box{
    margin-bottom: -50px;
}
.botm-jian {
    margin: -190px 0 0 1020px;
    position: absolute;
}
/*新闻分页按钮*/
.cen-page{
    margin: 25px auto 0px auto;
    width: 1200px;
}
.page{
    /*float: right;*/
}
.page .icon .ui{
    width: 40px;
    height: 40px;
    background-color: #eee;
    float: left;
    text-align: center;
    line-height: 40px;
}
.page .icon .ui:hover{
    background-color: #55a1f9;
}
.page .icon .active{
    background-color: #55a1f9;
    color: #fff;
}
/*endif*/

